Re: [U-Boot] [PATCH 5/5] cm-t35: add support for loading splash image from NAND

2012-12-24 Thread Jeroen Hofstee
Hi Nikita, On 12/23/2012 08:03 AM, Nikita Kiryanov wrote: Add support for loading splash image from NAND Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/cm_t35/cm_t35.c| 61

[U-Boot] [PATCH v3 1/1] OMAP3: add boot status GPIO LED for IGEP boards

2012-12-24 Thread Javier Martinez Canillas
This patch adds an GPIO LED boot status for IGEP boards. The GPIO LED used is the red LED0 while the Linux kernel uses the green LED0 as the boot status. By using different GPIO LEDs, the user can know in which step of the boot process the board currently is. Signed-off-by: Javier Martinez

Re: [U-Boot] [PATCH v2 1/1] OMAP3: add boot status GPIO LED for IGEP boards

2012-12-24 Thread Javier Martinez Canillas
On Mon, Dec 24, 2012 at 1:39 AM, Wolfgang Denk w...@denx.de wrote: Dear Javier Martinez Canillas, Hello Wolfgang, Thanks a lot for your feedback. In message 1356265899-18669-1-git-send-email-javier.marti...@collabora.co.uk you wrote: This patch adds an GPIO LED boot status for IGEP

Re: [U-Boot] [PATCH 3/4] fix memory corruption on versatile

2012-12-24 Thread Albert ARIBAUD
Hi Pavel, On Mon, 24 Dec 2012 02:27:53 +0100, Marek Vasut ma...@denx.de wrote: Dear Pavel Herrmann, ARM board.c doesnt respect CONFIG_SYS_GBL_DATA_OFFSET, nor do all boards set it, so reorganize the memory a bit to avoid overlaps. Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com

Re: [U-Boot] [PATCH 3/4] fix memory corruption on versatile

2012-12-24 Thread Pavel Herrmann
Hi, On Monday 24 December 2012 14:56:03 Albert ARIBAUD wrote: Hi Pavel, On Mon, 24 Dec 2012 02:27:53 +0100, Marek Vasut ma...@denx.de wrote: Dear Pavel Herrmann, ARM board.c doesnt respect CONFIG_SYS_GBL_DATA_OFFSET, nor do all boards set it, so reorganize the memory a bit to avoid