spl: common: Support for USB MSD FAT image loading
Add SPL support to be able to detect a USB Mass Storage device
connected to a USB host. Once a USB Mass storage device is detected
the SPL will load the u-boot.img from a FAT partition to target address.
Signed-off-by:
Dan Murphy <dmurphy@ti.com>
Showing
- arch/arm/include/asm/arch-am33xx/spl.h 11 additions, 3 deletionsarch/arm/include/asm/arch-am33xx/spl.h
- common/Makefile 4 additions, 0 deletionscommon/Makefile
- common/spl/Makefile 1 addition, 0 deletionscommon/spl/Makefile
- common/spl/spl.c 5 additions, 0 deletionscommon/spl/spl.c
- common/spl/spl_fat.c 8 additions, 8 deletionscommon/spl/spl_fat.c
- common/spl/spl_usb.c 58 additions, 0 deletionscommon/spl/spl_usb.c
- include/spl.h 3 additions, 0 deletionsinclude/spl.h
- spl/Makefile 2 additions, 0 deletionsspl/Makefile
Loading
Please register or sign in to comment