Re: [U-Boot] [PATCH 01/22] mkimage: Add OMAP boot image support

2011-03-04 Thread Aneesh V
Hi Vaibhav, On Friday 04 March 2011 10:57 AM, Bedia, Vaibhav wrote: Aneesh, On Tuesday, March 01, 2011 8:34 PM, Bedia, Vaibhav wrote: On Tuesday, March 01, 2011 8:20 PM, V, Aneesh wrote: For OMAP4: 1. An 8 byte GP header is enough for booting from external MMC FAT partition 2. A

Re: [U-Boot] [PATCH 01/22] mkimage: Add OMAP boot image support

2011-03-03 Thread Bedia, Vaibhav
Aneesh, On Tuesday, March 01, 2011 8:34 PM, Bedia, Vaibhav wrote: On Tuesday, March 01, 2011 8:20 PM, V, Aneesh wrote: For OMAP4: 1. An 8 byte GP header is enough for booting from external MMC FAT partition 2. A dummy CH with a dummy CHSETTINGS is essential for booting from the

Re: [U-Boot] [PATCH 01/22] mkimage: Add OMAP boot image support

2011-03-01 Thread Bedia, Vaibhav
Aneesh, On Monday, February 28, 2011 5:16 PM, V, Aneesh wrote: From: John Rigby john.ri...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- common/image.c|1 + include/image.h |1 + tools/Makefile|2 + tools/mkimage.c |2 + tools/mkimage.h |

Re: [U-Boot] [PATCH 01/22] mkimage: Add OMAP boot image support

2011-03-01 Thread John Rigby
On Tue, Mar 1, 2011 at 7:24 AM, Bedia, Vaibhav vaibhav.be...@ti.com wrote: Aneesh, On Monday, February 28, 2011 5:16 PM, V, Aneesh wrote: From: John Rigby john.ri...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org ---  common/image.c    |    1 +  include/image.h   |    1 +  

Re: [U-Boot] [PATCH 01/22] mkimage: Add OMAP boot image support

2011-03-01 Thread Aneesh V
Hi Vaibhav, On Tuesday 01 March 2011 07:54 PM, Bedia, Vaibhav wrote: Aneesh, On Monday, February 28, 2011 5:16 PM, V, Aneesh wrote: From: John Rigbyjohn.ri...@linaro.org Signed-off-by: John Rigbyjohn.ri...@linaro.org --- common/image.c|1 + include/image.h |1 +

Re: [U-Boot] [PATCH 01/22] mkimage: Add OMAP boot image support

2011-03-01 Thread Bedia, Vaibhav
On Tuesday, March 01, 2011 8:20 PM, V, Aneesh wrote: [...] For OMAP4: 1. An 8 byte GP header is enough for booting from external MMC FAT partition 2. A dummy CH with a dummy CHSETTINGS is essential for booting from the RAW partition of eMMC or external MMC. This works for FAT

[U-Boot] [PATCH 01/22] mkimage: Add OMAP boot image support

2011-02-28 Thread Aneesh V
From: John Rigby john.ri...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org --- common/image.c|1 + include/image.h |1 + tools/Makefile|2 + tools/mkimage.c |2 + tools/mkimage.h |1 + tools/omapimage.c | 229