]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: spl: Add spl sata boot support
authorDan Murphy <dmurphy@ti.com>
Mon, 3 Feb 2014 12:59:01 +0000 (06:59 -0600)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 15:47:43 +0000 (10:47 -0500)
commitfff40a7e02092eee11970e7001c8560df419cac1
tree503236e40ccc5a43f559ecf1ab61e216e73d0780
parent054c8388345184e38c7bd7f64a529fa346b63df2
common: spl: Add spl sata boot support

Add spl_sata to read a fat partition from a bootable SATA
drive.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Reviewed-by: Roger Quadros <rogerq@ti.com>
common/Makefile
common/cmd_scsi.c
common/spl/Makefile
common/spl/spl.c
common/spl/spl_sata.c [new file with mode: 0644]
include/spl.h
spl/Makefile