]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap: add MMC and FAT support to SPL
authorAneesh V <aneesh@ti.com>
Thu, 21 Jul 2011 13:10:27 +0000 (09:10 -0400)
committerU-Boot <uboot@aari01-12.(none)>
Wed, 3 Aug 2011 10:49:20 +0000 (12:49 +0200)
commit8cf686e19b6922a2a6b401af188dfb83414c3c04
treee952421753e8ac75d326b7a21182237d77eb87d1
parentbcae72116257201d7288cb8c525a29aea4875b95
omap: add MMC and FAT support to SPL

- 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. Gets the
  payload size and load address from this header. If the
  header is not detected assume u-boot.bin as payload

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/cpu.c
arch/arm/cpu/armv7/omap-common/spl.c
arch/arm/cpu/armv7/omap4/board.c
arch/arm/cpu/armv7/omap4/lowlevel_init.S
arch/arm/cpu/armv7/start.S
arch/arm/include/asm/arch-omap4/omap4.h
arch/arm/include/asm/omap_common.h
include/configs/omap4_panda.h
include/configs/omap4_sdp4430.h