[U-Boot-Users] (no subject)

2008-04-09 Thread 钟文辉
各位老总:您们好! 诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!   鼠不尽的幸福!鼠不尽的美满生活!愿:您们阖家欢乐!幸福安康! 我是(深圳市珊湖岛进出口有限公司)的负责人;可以提供:出口报关单,   核销单等等一系列手续;代理:出口报关,商检,境内外运输..等等;还可 以代办:出口欧盟许可证,欧盟产地证;并且还有(广州国际贸易交易会)的摊

Re: [U-Boot-Users] Generate list file

2008-04-09 Thread Jens Gehrlein
Hi, Jerry Van Baren schrieb: > Avinash Vijayvergia wrote: >> Hi All >> >> I had a question which is trivial but I couldn't find an answer to it. >> Can anyone tell me how do I generate a list file from gcc compiler or >> even preferred is listing with the interspersed C code. >> >> Thanks >> Avi

Re: [U-Boot-Users] [PATCH] Add support for u-boot in svn and localversion-* files

2008-04-09 Thread Mike Frysinger
On Wednesday 09 April 2008, Ben Warren wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 16:49 Tue 08 Apr , Kumar Gala wrote: > >> On Apr 8, 2008, at 4:19 PM, Ben Warren wrote: > >>> Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> > > you wrote: > > Signed-off-by:

[U-Boot-Users] (no subject)

2008-04-09 Thread 钟文辉
各位老总:您们好! 诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!   鼠不尽的幸福!鼠不尽的美满生活!愿:您们阖家欢乐!幸福安康! 我是(深圳市珊湖岛进出口有限公司)的负责人;可以提供:出口报关单,   核销单等等一系列手续;代理:出口报关,商检,境内外运输..等等;还可 以代办:出口欧盟许可证,欧盟产地证;并且还有(广州国际贸易交易会)的摊

Re: [U-Boot-Users] [PATCH] Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"

2008-04-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:34 Wed 09 Apr , Guennadi Liakhovetski wrote: > Restore logic reverted by commit > > commit 80767a6cead9990d9e77e62be947843c2c72f469 > Author: Peter Pearse <[EMAIL PROTECTED]> > Date: Wed Sep 5 16:04:41 2007 +0100 > > Changed API name to coloured_led.h > Removed code using depr

Re: [U-Boot-Users] Fixup entries

2008-04-09 Thread kenneth johansson
On Thu, 2008-04-10 at 01:03 +0200, Joakim Tjernlund wrote: > > -Original Message- > > From: kenneth johansson [mailto:[EMAIL PROTECTED] > > Sent: den 10 april 2008 01:00 > > To: Joakim Tjernlund > > Cc: u-boot-users@lists.sourceforge.net > > Subject: RE: [U-Boot-Users] Fixup entries > > >

Re: [U-Boot-Users] Fixup entries

2008-04-09 Thread Joakim Tjernlund
> -Original Message- > From: kenneth johansson [mailto:[EMAIL PROTECTED] > Sent: den 10 april 2008 01:00 > To: Joakim Tjernlund > Cc: u-boot-users@lists.sourceforge.net > Subject: RE: [U-Boot-Users] Fixup entries > > On Wed, 2008-04-09 at 18:19 +0200, Joakim Tjernlund wrote: > > > > >

Re: [U-Boot-Users] Fixup entries

2008-04-09 Thread kenneth johansson
On Wed, 2008-04-09 at 18:19 +0200, Joakim Tjernlund wrote: > > > -Original Message- > > From: Kenneth Johansson [mailto:[EMAIL PROTECTED] > > Wonder if there is something else in u-boot that use function pointers > > and work by accident due to the fact that the old address in flash is > >

Re: [U-Boot-Users] [PATCH] Memory footprint optimizations

2008-04-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > As suggested by Wolfgang Denk: > - remove wrappers for image printing function > - merge getenv_verify and getenv_autostart into one parametrized function ... > - image_print_contents (hdr); > + image_print_contents (hdr, " "); Now we have some

Re: [U-Boot-Users] [PATCH] Document 'bootm_low' and 'bootm_size' environment variables

2008-04-09 Thread Kumar Gala
On Apr 9, 2008, at 4:39 PM, Bartlomiej Sieka wrote: > Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> > --- > Kumar, this patch pertains to your commit "[new uImage] Provide > ability to > restrict region used for boot images", id d3f2fa0d -- could you review > and confirm that the documenta

[U-Boot-Users] [PATCH] Document 'bootm_low' and 'bootm_size' environment variables

2008-04-09 Thread Bartlomiej Sieka
Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> --- Kumar, this patch pertains to your commit "[new uImage] Provide ability to restrict region used for boot images", id d3f2fa0d -- could you review and confirm that the documentation is OK? Thanks. README | 19 ++- 1 files ch

[U-Boot-Users] [PATCH] Memory footprint optimizations

2008-04-09 Thread Bartlomiej Sieka
As suggested by Wolfgang Denk: - remove wrappers for image printing function - merge getenv_verify and getenv_autostart into one parametrized function Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> --- board/mpl/common/common_util.c |2 +- board/siemens/common/fpga.c|2 +- commo

Re: [U-Boot-Users] Generate list file

2008-04-09 Thread Jerry Van Baren
Avinash Vijayvergia wrote: > Hi All > > I had a question which is trivial but I couldn't find an answer to it. > Can anyone tell me how do I generate a list file from gcc compiler or > even preferred is listing with the interspersed C code. > > Thanks > Avinash If I understand your question, I

[U-Boot-Users] Generate list file

2008-04-09 Thread Avinash Vijayvergia
Hi All I had a question which is trivial but I couldn't find an answer to it. Can anyone tell me how do I generate a list filefrom gcc compiler or even preferred is listing with the interspersed Ccode. Thanks Avinash __ Do You Yahoo!? Tired of s

Re: [U-Boot-Users] [PATCH] Add support for u-boot in svn and localversion-* files

2008-04-09 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 16:49 Tue 08 Apr , Kumar Gala wrote: > >> On Apr 8, 2008, at 4:19 PM, Ben Warren wrote: >> >>> Wolfgang Denk wrote: >>> In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Mike Frysinger <[EMAI

Re: [U-Boot-Users] [PATCH/review] Blackfin: tighten up post memory coding style

2008-04-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > the generated code is the same. the usage of "continue" makes it much more > explicit that this is an empty loop. This is your opinion. I find this ugly and will not accept the patch. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot-Users] drivers MMCplus for at91sam9x

2008-04-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:32 Tue 08 Apr , Pierre Savary wrote: > Hi, > I use a MMCplus 4GB on my design (with at91sam9260). It's wired with 4 bits. > Currently U-boot (1.1.5) can't detect correctly the MMC and so I can't read 1.1.5 is really old please update to the curent RC Best Regards, J. ---

Re: [U-Boot-Users] [PATCH] Add support for u-boot in svn and localversion-* files

2008-04-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:49 Tue 08 Apr , Kumar Gala wrote: > > On Apr 8, 2008, at 4:19 PM, Ben Warren wrote: > > Wolfgang Denk wrote: > >> In message <[EMAIL PROTECTED]> > >> you wrote: > >> > >>> Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> > >>> > >> > >> Hm... is anybody using SVN for U-Boot? > >> > >>

Re: [U-Boot-Users] FIS DTC

2008-04-09 Thread Michal Simek
Hi Jon, I have had version with /incbin/. I found patches from Scott. Michal Simek www.monstr.eu >>> Hi David, >>> The /incbin/ is probably the problem. Support for binary includes has been suggested, and patches have floated around, but it hasn't yet been merged into dtc mainlin

Re: [U-Boot-Users] Fixup entries

2008-04-09 Thread Joakim Tjernlund
> -Original Message- > From: Kenneth Johansson [mailto:[EMAIL PROTECTED] > Sent: den 9 april 2008 16:47 > To: [EMAIL PROTECTED] > Cc: u-boot-users@lists.sourceforge.net > Subject: Re: [U-Boot-Users] Fixup entries > > > On Wed, 2008-04-09 at 13:23 +0200, Joakim Tjernlund wrote: > > On We

Re: [U-Boot-Users] FIS DTC

2008-04-09 Thread Jon Loeliger
On Wed, 2008-04-09 at 10:41 +1000, David Gibson wrote: > On Tue, Apr 08, 2008 at 07:37:35AM +0200, Michal Simek wrote: > > Hi David, > > > > >The /incbin/ is probably the problem. Support for binary includes has > > >been suggested, and patches have floated around, but it hasn't yet > > >been mer

[U-Boot-Users] [PATCH] Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"

2008-04-09 Thread Guennadi Liakhovetski
Restore logic reverted by commit commit 80767a6cead9990d9e77e62be947843c2c72f469 Author: Peter Pearse <[EMAIL PROTECTED]> Date: Wed Sep 5 16:04:41 2007 +0100 Changed API name to coloured_led.h Removed code using deprecated ifdef CONFIG_BOOTBINFUNC Tidied other cpu/arm920t/start.S co

Re: [U-Boot-Users] [PATCH/review] Blackfin: tighten up post memory coding style

2008-04-09 Thread Mike Frysinger
On Wednesday 09 April 2008, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > ... > > > - for (i = 0; i < 0x8; i++) ; > > + for (i = 0; i < 0x8; i++) > > + continue; > > We don't do this. If you want to make obvious that this is an empty > loop, please write i

[U-Boot-Users] Make your rod massive

2008-04-09 Thread mcmanus
Get your lady's attention like never before, visit our website here now http://www.Candibers.com/ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time

Re: [U-Boot-Users] Fixup entries

2008-04-09 Thread Kenneth Johansson
On Wed, 2008-04-09 at 13:23 +0200, Joakim Tjernlund wrote: > On Wed, 2008-04-09 at 11:32 +0200, Kenneth Johansson wrote: > > What is the fixup section used for ? > > > > of the 274 cards that build on my MAKEALL not one has any entries into > > this section. > > These are needed for relocation o

[U-Boot-Users] ne2000 compile error

2008-04-09 Thread Shinya Kuribayashi
I'm getting the following compile error in trunk git with qemu_mips_config. <-- snip --> mips-linux-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbfc0 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir

[U-Boot-Users] [PATCH] add MPC8343 based board mvBlueLYNX-M7 aka mvblm7

2008-04-09 Thread Andre Schwarz
MPC8343 based stereo camera system with Cyclone-II FPGA and miniPCI Slot. CPU utilizes dual 10/100/1000 Ethernet using Vitesse VSC8601 RGMII Phys and USB over ULPI. 512MB Micron DDR-II memory, 8MB Flash on LocalBus, SD over SPU and 32MB NAND @ FPGA. Signed-off-by: Andre Schwarz <[EMAIL PROTECTED

Re: [U-Boot-Users] [PATCH] Make MPC83xx one step closer to full relocation.

2008-04-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > I agree. This patch is too invasive at this point of the development > > cycle. Please revert it. We will handle this in the next merge > > window, then. > > I rather see a #ifdef for ppc4xx instead. Yes - in the next window, please. Best

Re: [U-Boot-Users] [PATCH] Make MPC83xx one step closer to full relocation.

2008-04-09 Thread Stefan Roese
On Wednesday 09 April 2008, Joakim Tjernlund wrote: > On Wed, 2008-04-09 at 12:44 +0200, Wolfgang Denk wrote: > > In message <[EMAIL PROTECTED]> you wrote: > > > Since I'm really short in time currently, and I need U-Boot running on > > > 4xx again, I vote for reverting this patch now. I'll try to

Re: [U-Boot-Users] Fixup entries

2008-04-09 Thread Joakim Tjernlund
On Wed, 2008-04-09 at 11:32 +0200, Kenneth Johansson wrote: > What is the fixup section used for ? > > of the 274 cards that build on my MAKEALL not one has any entries into > this section. These are needed for relocation of function pointers(and possible some think more). There was an attempt b

Re: [U-Boot-Users] [PATCH] Make MPC83xx one step closer to full relocation.

2008-04-09 Thread Joakim Tjernlund
On Wed, 2008-04-09 at 12:44 +0200, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > Since I'm really short in time currently, and I need U-Boot running on 4xx > > again, I vote for reverting this patch now. I'll try to come up with > > a "generic" solution for the next me

[U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-04-09 Thread Stefan Roese
The following changes since commit aeff6d503b6006573d5c6b04fc658a64bebee5fa: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-fdt are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Stefan Roese (2): ppc: Revert patch 7

[U-Boot-Users] [PATCH] ppc4xx: Fix Canyonlands default environment to work with new image support

2008-04-09 Thread Stefan Roese
Since the new image support checks for image overwriting, the default environment needs to get adjusted to use correct addresses. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- include/configs/canyonlands.h | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/i

[U-Boot-Users] [PATCH] ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE

2008-04-09 Thread Stefan Roese
The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But on 4xx systems _start currently cannot be used for this calculation. So revert back to the original version for now. Signed-off-by: Stefan Roese <[EMAIL P

Re: [U-Boot-Users] [PATCH] Make MPC83xx one step closer to full relocation.

2008-04-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Since I'm really short in time currently, and I need U-Boot running on 4xx > again, I vote for reverting this patch now. I'll try to come up with > a "generic" solution for the next merge window. > > Wolfgang? What do you think? I agree. This patch

Re: [U-Boot-Users] [U-boot] [PATCH 2/2] ds174x: Fix warning on return in rtc_get and rtc_set function

2008-04-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > To make things right, both rtc_set() and rtc_get() should return > > "int". > > > > Yes, I'm aware that this is far beyond the scope of your fixes here, > > but I wanted to at least note that. > > > > Note that this is no NAK. > > > I can add it in

Re: [U-Boot-Users] [PATCH] Make MPC83xx one step closer to full relocation.

2008-04-09 Thread Stefan Roese
On Tuesday 08 April 2008, Joakim Tjernlund wrote: > > > Anyhow, we can go with the other solution instead, define the symbol in > > > start.S instead, if one is needed. > > > > If it cannot be avoided ;-) > > ... Stefan, maybe you can #define EXC_OFF_SYS_RESET for 405 to something > that fits with

[U-Boot-Users] Fixup entries

2008-04-09 Thread Kenneth Johansson
What is the fixup section used for ? of the 274 cards that build on my MAKEALL not one has any entries into this section. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting

[U-Boot-Users] [PATCH] 85xx: Fix detection of MP cpu spin up

2008-04-09 Thread Kumar Gala
We were looking at the wrong memory offset to determine of a secondary cpu had been spun up or not. Also added a warning message if the all the secondary cpus we expect don't spin up. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- This is a bug fix for 1.3.3. - k cpu/mpc85xx/mp.c |6 ++

Re: [U-Boot-Users] [U-boot] [PATCH 2/2] ds174x: Fix warning on return in rtc_get and rtc_set function

2008-04-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:01 Tue 08 Apr , Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > ds174x.c: In function 'rtc_get': > > ds174x.c:117: warning: no return statement in function returning non-void > > ds174x.c: In function 'rtc_set': > > ds174x.c:146: warning: 'return' with a value, in fun

Re: [U-Boot-Users] Linux kernel startup (s3c24xx)

2008-04-09 Thread Vishal Oliyil Kunnil
Hi Tiju, > and then it hangs. We are writing the kernel image directly to the ram to > 3300 via JTAG. Writing kernel to RAM using JTAG is only a workaround ! I think it would be better to fix whatever problems you currently have like (if at all you have any) with memory timing etc - ensure th

Re: [U-Boot-Users] [PATCH/review] Blackfin: tighten up post memory coding style

2008-04-09 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: ... > - for (i = 0; i < 0x8; i++) ; > + for (i = 0; i < 0x8; i++) > + continue; We don't do this. If you want to make obvious that this is an empty loop, please write it ias for (i = 0; i < 0x8; i++)

Re: [U-Boot-Users] Linux kernel startup (s3c24xx)

2008-04-09 Thread Tiju
Hi Herald, The environment variables are as follows: DPB2440 # printenv bootargs=root=ramfs devfs=mount console=ttyS0,115200 bootcmd=bootm bootdelay=3 baudrate=115200 bootfile="uImage.bin" stdin=serial stdout=serial stderr=serial Thankyou, Best Regards, Tiju Bollywood, fun, friendship,

Re: [U-Boot-Users] Linux kernel startup (s3c24xx)

2008-04-09 Thread Tiju
Hi Herald, >> We changed the memory clock to a lower frequency(90MHz to 67MHz) and >> the the "Bad Data CRC" error has gone. Thanks alot. >ok, this most likely means that you have some problems with your >hardware design, probably exceeding the maximum permitted capacitive bus >load. >well, how do