Re: [U-Boot] [PATCH 0/5] New environment code

2010-07-18 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4c4291ee.5060...@emk-elektronik.de you wrote: But, how does the timing look in the current implementation when the CRC calculation is done only in the saveenv command? I don't know. Much better for the old code, obviously. But you still have the efforts for

[U-Boot] I need the link : U-Boot for OMAP3530 Mistral EVM

2010-07-18 Thread Sudipta Basu
Hi All, I want to boot-up OMAP3530 Mistral EVM. Please let me know the correct link for the U-Boot boot-loader. Also let me know the procedure. Regards, Sudipta Basu ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 1/5] Add basic errno support.

2010-07-18 Thread Jerry Van Baren
On 07/17/2010 05:17 PM, Mike Frysinger wrote: On Saturday, July 17, 2010 15:45:44 Wolfgang Denk wrote: --- /dev/null +++ b/lib/errno.c @@ -0,0 +1 @@ +int errno = 0; drop the = 0 so that errno ends up in the bss ? -mike Is this going to be a problem during early startup (pre-relocation)

Re: [U-Boot] [PATCH 1/5] Add basic errno support.

2010-07-18 Thread Wolfgang Denk
Dear Jerry Van Baren, In message 4c42f8de.5040...@gmail.com you wrote: drop the = 0 so that errno ends up in the bss ? -mike Is this going to be a problem during early startup (pre-relocation) vs. normal running? Pre-relocation, we only have a temporary stack and RAM is not set up

[U-Boot] Too Much Email

2010-07-18 Thread Moran, Jack
How can I go about configuring u-boot email to only send emails that pertain to a response to my question? Thanks Jack John M Moran General Dynamics C4S 77 A St. Needham, MA, 02494 Phone: 781-455-4071 Email: jack.mo...@gdc4s.com ___ U-Boot

Re: [U-Boot] Too Much Email

2010-07-18 Thread Wolfgang Denk
Dear Moran, Jack, In message 3dffb0670a395946974ce996c72073241bf28...@ndhmc4sxch.gdc4s.com you wrote: How can I go about configuring u-boot email to only send emails that pertain to a response to my question? You cannot. This is a mailing list. If you don;t want to receive thelist messages,

Re: [U-Boot] Too Much Email

2010-07-18 Thread Michelle Konzack
Hello Moran, Jack, Am 2010-07-18 09:08:05, hacktest Du folgendes herunter: How can I go about configuring u-boot email to only send emails that pertain to a response to my question? You can't. But maybe you setup a local filter (procmail, maildrop, sieve, ...) and filter u-boot messages to a

Re: [U-Boot] uboot redundancy.

2010-07-18 Thread Sagar Heroorkar
resending this. Please do reply -Sagar On Fri, Jul 16, 2010 at 3:12 PM, Sagar Heroorkar sagar.heroor...@gmail.comwrote: Hi Joakim, Graeme referred me to contact you for this. I am working on U-boot making it PIC for ppc 405ex based boards. I see in the following link

[U-Boot] S3C2440 usb start and then usb stop cause nand operate failure.

2010-07-18 Thread wesley xie
Hi, guys here. for u-boot-2010.03(also u-boot-2010.05 I belive) on s3c2440, if I usb start and then usb stop, all of the nand operate will report failure. I look into the u-boot code, and found that it seems something wrong in s3c24x0 usb code, see below. From s3c2440 and s3c2410 datasheet,

Re: [U-Boot] I need the link : U-Boot for OMAP3530 Mistral EVM

2010-07-18 Thread Naveen Krishna Ch
On 18 July 2010 16:58, Sudipta Basu sbasu_embedded_syst...@yahoo.in wrote: Hi All, I want to boot-up OMAP3530 Mistral EVM. Please let me know the correct link for the U-Boot boot-loader. Also let me know the procedure. Open mistralsolutions.com go to Products, OMAP3EVM, go to Docs and S/W go

Re: [U-Boot] S3C2440 usb start and then usb stop cause nand operate failure.

2010-07-18 Thread Wolfgang Denk
Dear wesley xie, In message aanlktingzzw-_lsekwtuisclhax-jxbijpneq-bev...@mail.gmail.com you wrote: for u-boot-2010.03(also u-boot-2010.05 I belive) on s3c2440, You don't mention release 2010.06 - does that mean the problem is fixed in the recent code? Best regards, Wolfgang Denk -- DENX

[U-Boot] guys, can you see some init code for davinci's chipselect bit width driving DM9000A?

2010-07-18 Thread yaojin liu
hi: dm9000a works as 16bit bus width. however, i have not seen any init code for the dm355's chipselect. and by default ,the cs1 is 8bit bus width at reset. how doew it work? ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] move the flash setup to #ifndef CONFIG_SYS_NO_FLASH

2010-07-18 Thread xiangfu
From: Xiangfu Liu xian...@sharism.cc Hi Wolfgang Denk in my Ben Nanonote board. there is no flash. I got a error about no CONFIG_SYS_FLASH_BASE define. so I move this line to #ifndef CONFIG_SYS_NO_FLASH I have tested with MAKEALL. no warning or error relate this patch. this patch is base on

[U-Boot] [PATCH] move the flash setup to #ifndef CONFIG_SYS_NO_FLASH

2010-07-18 Thread xiangfu
From: Xiangfu Liu xian...@sharism.cc Hi Wolfgang Denk in my Ben Nanonote board. there is no flash. I got a error about no CONFIG_SYS_FLASH_BASE define. so I move this line to #ifndef CONFIG_SYS_NO_FLASH I have tested with MAKEALL. no warning or error relate this patch. this patch is base on

[U-Boot] [PATCH] move the flash setup to #ifndef CONFIG_SYS_NO_FLASH

2010-07-18 Thread xiangfu
From: Xiangfu Liu xian...@sharism.cc Hi Wolfgang Denk in my Ben Nanonote board. there is no flash. I got a error about no CONFIG_SYS_FLASH_BASE define. so I move this line to #ifndef CONFIG_SYS_NO_FLASH I have tested with MAKEALL. no warning or error relate this patch. this patch is base on

[U-Boot] [PATCH] move the flash setup to #ifndef CONFIG_SYS_NO_FLASH

2010-07-18 Thread xiangfu
From: Xiangfu Liu xian...@sharism.cc Hi Wolfgang Denk in my Ben Nanonote board. there is no flash. I got a error about no CONFIG_SYS_FLASH_BASE define. so I move this line to #ifndef CONFIG_SYS_NO_FLASH I have tested with MAKEALL. no warning or error relate this patch. this patch is base on

Re: [U-Boot] [PATCH 13/28] SPEAr : Supporting various configurations for spear3xx and spear6xx boards

2010-07-18 Thread Vipin KUMAR
On 7/16/2010 4:54 PM, Wolfgang Denk wrote: Dear Vipin KUMAR, I wrote: --- a/Makefile +++ b/Makefile @@ -2088,12 +2088,27 @@ omap730p2_cs3boot_config : unconfig @$(MKCONFIG) -n $@ -a omap730p2 arm arm926ejs omap730p2 ti omap spear300_config \ +spear300_nand_config \

Re: [U-Boot] question about add new board to MAKEALL

2010-07-18 Thread Xiangfu Liu(刘向富)
Hi Wolfgang thanks for reply. before I apply the new board patches. the MAKEALL compile 359 boards. after I applied the new board patches. the MAKEALL still compile 359 boards. and the build log is the same. is that mean my patch is ok to send to mailist list?? if I am wrong just correct me :)

[U-Boot] question about example/standalone/mips.lds

2010-07-18 Thread Xiangfu Liu(刘向富)
Hi all in this file : example/standalone/mips.lds it indicate compile example as BIG mips. but my device is LITTLE mips. so I simply comment this line[1]. I found other boards compile fine. without any error. do I must compile this example? is that ok to comment this line? or what I need to to

Re: [U-Boot] Too Much Email

2010-07-18 Thread Xiangfu Liu(刘向富)
Hi Moran. create one message filter in your email client. :) On 07/18/2010 09:08 PM, Moran, Jack wrote: How can I go about configuring u-boot email to only send emails that pertain to a response to my question? Thanks Jack John M Moran General Dynamics C4S 77 A St. Needham, MA, 02494