[U-Boot] [PATCH 2/2] Config: Add "board variant" column to boards.cfg

2010-09-19 Thread Marek Vasut
There are some boards where it's not currently possible to detect all board information at runtime, therefore I introduced a new column called "variant" to boards.cfg . If this field is set, CONFIG_fieldvalue is #define-d in config.h Also, I had to add fallback logic, because each of the board var

[U-Boot] [PATCH 1/2] USB: Make non-bulk delay longer in OHCI

2010-09-19 Thread Marek Vasut
This fixes TIMEOUT with my Kingston 32GB USB3.0 flashdrive, which I experienced on my PXA270 (USB 1.1) Vpac270 board. Signed-off-by: Marek Vasut --- drivers/usb/host/ohci-hcd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/hos

Re: [U-Boot] [PATCH 2/2] canmb board: Fix compiler warnings

2010-09-19 Thread Wolfgang Denk
In message <1284923615-11531-2-git-send-email...@denx.de> Wolfgang Denk wrote: > Recent changes caused thatthe aev board now is included in the boards > built by MAKEALL, which revealed that compilation for this board > has been broken for a long time: > > canmb.c: In function 'initdram': > canmb.

Re: [U-Boot] [PATCH 1/2] aev board: Fix compile problems

2010-09-19 Thread Wolfgang Denk
In message <1284923615-11531-1-git-send-email...@denx.de> Wolfgang Denk wrote: > Recent changes caused thatthe aev board now is included in the boards > built by MAKEALL, which revealed that compilation for this board has > been broken for a long time: > > mpc5xxx_fec.c:899:2: error: #error fec->x

[U-Boot] [PATCH 3/3] Remove spieval board support

2010-09-19 Thread Wolfgang Denk
Recent changes caused that the spieval board now is included in the boards built by MAKEALL, which revealed that compilation for this board has been broken for a long time: mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized. mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initia

[U-Boot] [PATCH 2/3] Remove smmaco4 board support

2010-09-19 Thread Wolfgang Denk
Recent changes caused that the smmaco4 board now is included in the boards built by MAKEALL, which revealed that compilation for this board has been broken for a long time: mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized. The board is orphaned. Drop support for it. Signed-off-b

[U-Boot] [PATCH 1/3] Remove HMI10 board support

2010-09-19 Thread Wolfgang Denk
Recent changes caused that the HMI10 board now is included in the boards built by MAKEALL, which revealed that compilation for this board has been broken for a long time: ps2ser.c: In function 'ps2ser_init': ps2ser.c:155: error: 'UART_LCR' undeclared (first use in this function) ps2ser.c:155: erro

[U-Boot] [PATCH 2/2] canmb board: Fix compiler warnings

2010-09-19 Thread Wolfgang Denk
Recent changes caused thatthe aev board now is included in the boards built by MAKEALL, which revealed that compilation for this board has been broken for a long time: canmb.c: In function 'initdram': canmb.c:109: warning: pointer targets in passing argument 1 of 'get_ram_size' differ in signedne

[U-Boot] [PATCH 1/2] aev board: Fix compile problems

2010-09-19 Thread Wolfgang Denk
Recent changes caused thatthe aev board now is included in the boards built by MAKEALL, which revealed that compilation for this board has been broken for a long time: mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized. mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized

[U-Boot] [STATUS] v2010.09-rc2 is out / "next" branch available

2010-09-19 Thread Wolfgang Denk
Hello everybody: * U-Boot v2010.09-rc2 was released on Sun, 19 Sep 2010. * Release "v2010.09" is scheduled in 18 days - on September 28, 2010. For details please see http://www.denx.de/wiki/U-Boot/ReleaseCycle Please help testing, and check if all your relevant patches have been included.

Re: [U-Boot] [PATCH] [PATCH v6]Save environment data to mmc.

2010-09-19 Thread Wolfgang Denk
Dear Terry Lv, In message <1274065021792-git-send-email-r65...@freescale.com> you wrote: > This patch is to save environment data to mmc card. > It uses interfaces defined in generic mmc. > > v6 version fixes the coding-style problems. > > Signed-off-by: Terry Lv > --- > arch/arm/lib/board.c

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-19 Thread Stefano Babic
Wolfgang Denk wrote: > Dear Stefano Babic, > Hi Wolfgang, > In message <4c8de7f0.3020...@denx.de> you wrote: >> a recent post pointed out to the following patch: >> >> [PATCH] [PATCH v6]Save environment data to mmc. >> >> http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/78772 >> >> I see n

Re: [U-Boot] [PATCH 12/26 v2][NEXT] ARM: add relocation support

2010-09-19 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Heiko Schocher, > > In message <1284721853-8298-13-git-send-email...@denx.de> you wrote: >> !! This breaks support for all arm boards !! > > Not only that... > > ... >> diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c >> index b9fd6f5..18ecbe1

Re: [U-Boot] [PATCH 12/26 v2][NEXT] ARM: add relocation support

2010-09-19 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1284721853-8298-13-git-send-email...@denx.de> you wrote: > !! This breaks support for all arm boards !! Not only that... ... > diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c > index b9fd6f5..18ecbe1 100644 > --- a/nand_spl/nand_boot.c > +++ b/nand_spl/n

Re: [U-Boot] [PATCH 12/26 v2][NEXT] ARM: add relocation support

2010-09-19 Thread Albert ARIBAUD
Le 17/09/2010 13:10, Heiko Schocher a écrit : > diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c > index 54519b0..88c6427 100644 > --- a/arch/arm/lib/board.c > +++ b/arch/arm/lib/board.c > +void board_init_f (ulong bootflag) A recursive grep found 'bootflag' nowhere else in the whole u-b

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-19 Thread Lei Wen
Dear Reinhard, On Sun, Sep 19, 2010 at 12:32 PM, Reinhard Meyer wrote: > Dear Wolfgang Denk, Lei Wen, Andy Fleming, >> >> Dear Lei Wen, >> >> In message >>  you wrote: >>> >>> How about merge this patch? :-) >> >> I will wait for a pull request from the responsible custodian. >> >> Maybe you shou

Re: [U-Boot] [PATCH 12/26 v2][NEXT] ARM: add relocation support

2010-09-19 Thread Albert ARIBAUD
Le 19/09/2010 08:04, Heiko Schocher a écrit : > Hello Wolfgang, > > Wolfgang Denk wrote: >> Dear Albert ARIBAUD, >> >> In message<4c953ec4.2090...@free.fr> you wrote: +#if defined(CONFIG_BOARD_EARLY_INIT_F) + board_early_init_f, +#endif + timer_init, /* initialize