Re: [U-Boot] 83xx fails to boot with moderately sized kernels

2010-09-11 Thread Joakim Tjernlund
> > Dear "Ira W. Snyder", > > In message <20100910181022.ga18...@ovro.caltech.edu> you wrote: > > > > Would you prefer a patch only for the MPC8349EMDS, or should I try and > > convert the other boards too? How should I know which boards are safe? > > Grep for CONFIG_E300? > > I think we should try

Re: [U-Boot] [PATCH] USB-CDC: Fix coding style issues

2010-09-11 Thread Remy Bohmer
Hi, 2010/9/10 : > From: Vitaly Kuzmichev > > Fixed most of checkpatch warnings and errors in USB gadget stack. > > Signed-off-by: Vitaly Kuzmichev > --- >  drivers/usb/gadget/config.c       |    2 +- >  drivers/usb/gadget/epautoconf.c   |   73 >  drivers/usb/gadget/ether.c        |  38

[U-Boot] Pull request: u-boot-usb

2010-09-11 Thread Remy Bohmer
The following changes since commit 2d941de9d5c7ba00dc19787dfa0aac2949fd00fb: Wolfgang Denk (1): Prepare v2010.09-rc1 are available in the git repository at: git://git.denx.de/u-boot-usb.git master Bryan Wu (2): usb: musb: setup TXCOUNT for Blackfin musb usb: musb: set tar

Re: [U-Boot] [PATCH] USB-CDC: Fix coding style issues

2010-09-11 Thread Wolfgang Denk
Dear Remy Bohmer, In message you wrote: > > Apart from that this patch looks good. Please fix globally. Hm... should we not rather try to keep (or bring) this file in sync with the corresponding current Linux header file? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, M

Re: [U-Boot] [PATCH] USB-CDC: Fix coding style issues

2010-09-11 Thread Vitaly Kuzmichev
Hello, Wolfgang Denk wrote: > Dear Remy Bohmer, > > In message you > wrote: >> Apart from that this patch looks good. Please fix globally. > > Hm... should we not rather try to keep (or bring) this file in sync > with the corresponding current Linux header file? Yes, we should. In linux this

[U-Boot] [PATCH] 4xx: add missing CONFIG_SYS_SRAM_SIZE definition

2010-09-11 Thread Wolfgang Denk
A number of boards define CONFIG_SYS_SRAM_BASE but fail to define CONFIG_SYS_SRAM_SIZE which is needed when cleaning up the code that prints this information with the bdinfo command. Add the missing deinitions. Signed-off-by: Wolfgang Denk Cc: Stefan Roese --- include/configs/bubinga.h |

[U-Boot] [PATCH v2] Cleanup use of CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE

2010-09-11 Thread Wolfgang Denk
Traditionally many boards used local definitions for SRAM base address and size (like SRAM_BASE, SRAM_LEN and/or SRAM_SIZE), while the (now) "official" names are CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE. The corresponding code in arch/powerpc/lib/board.c was board specific, and has never actu

[U-Boot] [PATCH] IceCube.h: update configuration

2010-09-11 Thread Wolfgang Denk
Increase malloc size, enable command line editing and history, enable hush shell. Signed-off-by: Wolfgang Denk --- include/configs/IceCube.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index 5d3a744..3961100

[U-Boot] [PATCH] 4xx: adjust TEXT_BASE to increase U-Boot image size

2010-09-11 Thread Wolfgang Denk
On some boards (canyonlands, luan, sequoia) we need more room for the U-Boot image to allow for new features like the new environment code. Shift TEXT_BASE as needed. Signed-off-by: Wolfgang Denk Cc: Stefan Roese --- board/amcc/canyonlands/config.mk |2 +- board/amcc/luan/config.mk|

[U-Boot] [PATCH] socrates: adjust TEXT_BASE to increase U-Boot image size

2010-09-11 Thread Wolfgang Denk
We need more room for the U-Boot image to allow for new features like the new environment code. Shift TEXT_BASE as needed. Signed-off-by: Wolfgang Denk Cc: Cajus Hahn --- board/socrates/config.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/socrates/config.mk

[U-Boot] Congratulations

2010-09-11 Thread BBC ONLINE
£800,000 has been awarded to you in the BBC Online,send Name/Tel/Country urgently to our office for claim. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] 2010.09-rc1 SD/MMC tested on Atmel AT91SAM9G45EKES - works

2010-09-11 Thread William C. Landolina
Reinhard - FYI, your 2010.09-rc1 SD/MMC patches work on an Atmel 9G45 evaluation kit. I customized the board and configuration files following the directions in README.atmel_mci and everything works as expected. I included the console output from a test boot below in case there is some informa