summaryrefslogtreecommitdiffstats
path: root/include/spl.h
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2014-02-03 06:59:01 -0600
committerTom Rini <trini@ti.com>2014-02-19 10:47:43 -0500
commitfff40a7e02092eee11970e7001c8560df419cac1 (patch)
tree503236e40ccc5a43f559ecf1ab61e216e73d0780 /include/spl.h
parent054c8388345184e38c7bd7f64a529fa346b63df2 (diff)
downloadtalos-obmc-uboot-fff40a7e02092eee11970e7001c8560df419cac1.tar.gz
talos-obmc-uboot-fff40a7e02092eee11970e7001c8560df419cac1.zip
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>
Diffstat (limited to 'include/spl.h')
-rw-r--r--include/spl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/spl.h b/include/spl.h
index dad00c0075..a7e41da7fd 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -65,6 +65,9 @@ void spl_net_load_image(const char *device);
/* USB SPL functions */
void spl_usb_load_image(void);
+/* SATA SPL functions */
+void spl_sata_load_image(void);
+
/* SPL FAT image functions */
int spl_load_image_fat(block_dev_desc_t *block_dev, int partition, const char *filename);
int spl_load_image_fat_os(block_dev_desc_t *block_dev, int partition);
OpenPOWER on IntegriCloud