]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: common: Support for USB MSD FAT image loading
authorDan Murphy <dmurphy@ti.com>
Thu, 16 Jan 2014 17:23:30 +0000 (11:23 -0600)
committerTom Rini <trini@ti.com>
Fri, 24 Jan 2014 21:59:22 +0000 (16:59 -0500)
commit8cffe5bd0d601f64eca78d28b8a710ad6ca8edd2
tree17c1cec019810ffc5dcb4a59ab0522cec4c5fdf5
parent773b5940b5f2fb5d1041c6f4db5796121ccd29c5
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>
arch/arm/include/asm/arch-am33xx/spl.h
common/Makefile
common/spl/Makefile
common/spl/spl.c
common/spl/spl_fat.c
common/spl/spl_usb.c [new file with mode: 0644]
include/spl.h
spl/Makefile