-
- Downloads
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>
Showing
- arch/arm/cpu/armv7/cpu.c 7 additions, 0 deletionsarch/arm/cpu/armv7/cpu.c
- arch/arm/cpu/armv7/omap-common/spl.c 192 additions, 2 deletionsarch/arm/cpu/armv7/omap-common/spl.c
- arch/arm/cpu/armv7/omap4/board.c 21 additions, 0 deletionsarch/arm/cpu/armv7/omap4/board.c
- arch/arm/cpu/armv7/omap4/lowlevel_init.S 31 additions, 0 deletionsarch/arm/cpu/armv7/omap4/lowlevel_init.S
- arch/arm/cpu/armv7/start.S 1 addition, 0 deletionsarch/arm/cpu/armv7/start.S
- arch/arm/include/asm/arch-omap4/omap4.h 8 additions, 0 deletionsarch/arm/include/asm/arch-omap4/omap4.h
- arch/arm/include/asm/omap_common.h 17 additions, 0 deletionsarch/arm/include/asm/omap_common.h
- include/configs/omap4_panda.h 5 additions, 0 deletionsinclude/configs/omap4_panda.h
- include/configs/omap4_sdp4430.h 5 additions, 0 deletionsinclude/configs/omap4_sdp4430.h
Loading
Please register or sign in to comment