[U-Boot] [PATCH v1 04/10] spl, nand: add option to boot raw u-boot.bin image only

2014-09-30 Thread Heiko Schocher
enable to boot only a raw u-boot.bin image from nand with the CONFIG_SPL_NAND_RAW_ONLY define. This option saves space on boards where spl space is low. Signed-off-by: Heiko Schocher Cc: Andreas Bießmann Cc: Bo Shen Cc: Scott Wood Cc: Josh Wu --- on the siemens taurus board, this option sav

[U-Boot] [PATCH v1 09/10] arm, at91, spl: add spl support for the taurus board

2014-09-30 Thread Heiko Schocher
replaces the at91bootstrap code with SPL code. make the spl image with: ./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl/boot.bin this writes the length of the spl image into the 6th execption vector. This is needed from the ROM bootloader. Signed-off-by: Heiko Schocher Cc: Andreas Bießm

Re: [U-Boot] [PATCH 00/51] arm: socfpga: Usability fixes

2014-09-30 Thread Chin Liang See
On Sun, 2014-09-21 at 14:58 +0200, ma...@denx.de wrote: > This entire series is the second stab at making SoCFPGA usable with > mainline U-Boot again. There are much fewer bits missing than in the > last series, more cleanup happened and bugs were fixed. This allows > me to use mainline U-Boot on m

Re: [U-Boot] [PATCH V2 01/51] net: Remove unused CONFIG_DW_SEARCH_PHY from configs

2014-09-30 Thread Chin Liang See
On Sun, 2014-09-21 at 14:58 +0200, ma...@denx.de wrote: > From: Pavel Machek > > Remove this symbol from configs, since it's unused. > > Signed-off-by: Pavel Machek > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Albert Aribaud > Cc: Tom Rini > Cc: Wolfgang Denk

Re: [U-Boot] [PATCH 02/51] net: phy: Cleanup drivers/net/phy/micrel.c

2014-09-30 Thread Chin Liang See
On Sun, 2014-09-21 at 14:58 +0200, ma...@denx.de wrote: > From: Pavel Machek > > Old saying says that more than three exclamation marks in a row are > sign of mental disease. Cleanup micrel.c. > > Signed-off-by: Pavel Machek > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen

<    1   2