[U-Boot] [PATCH v4 11/12] omap: add MMC and FAT support to SPL

2011-07-21 Thread Aneesh V
- Add MMC raw and FAT mode boot support for OMAP - Provide a means by which parameters passed by ROM-code can be saved in u-boot. - Save boot mode related information passed by OMAP4 ROM-code and use it to determine where to load the u-boot from - Assumes that the image has a mkimage header. Ge

Re: [U-Boot] [PATCH v4 11/12] omap: add MMC and FAT support to SPL

2011-07-19 Thread Aneesh V
Hi Simon, On Tuesday 19 July 2011 02:46 PM, Simon Schwarz wrote: > Hi Aneesh, > > I'am not really sure about the save_boot_params() feature you added. > > May you point me where I can find this in the OMAP reference docs? What I have done for OMAP4 will not work for OMAP3. For OMAP3 you will get

Re: [U-Boot] [PATCH v4 11/12] omap: add MMC and FAT support to SPL

2011-07-19 Thread Simon Schwarz
Hi Aneesh, I'am not really sure about the save_boot_params() feature you added. May you point me where I can find this in the OMAP reference docs? Thanks! Simon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v4 11/12] omap: add MMC and FAT support to SPL

2011-07-18 Thread Aneesh V
- Add MMC raw and FAT mode boot support for OMAP - Provide a means by which parameters passed by ROM-code can be saved in u-boot. - Save boot mode related information passed by OMAP4 ROM-code and use it to determine where to load the u-boot from - Assumes that the image has a mkimage header. Ge