1
0
Fork 0
remarkable-uboot/common/spl
Simon Glass f1dcee59a2 spl: Add an option to load a FIT containing U-Boot
This provides a way to load a FIT containing U-Boot and a selection of device
tree files. The board can select the correct device tree by probing the
hardware. Then U-Boot is started with the selected device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-03-14 19:18:30 -04:00
..
Makefile spl: Add an option to load a FIT containing U-Boot 2016-03-14 19:18:30 -04:00
spl.c arm: move gd handling outside of C code 2016-01-13 21:05:18 -05:00
spl_ext.c spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check 2015-11-18 14:50:00 -05:00
spl_fat.c spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check 2015-11-18 14:50:00 -05:00
spl_fit.c spl: Add an option to load a FIT containing U-Boot 2016-03-14 19:18:30 -04:00
spl_mmc.c spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS 2016-02-19 09:31:37 -05:00
spl_nand.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_net.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_nor.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_onenand.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_sata.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_usb.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_ymodem.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00