u-boot-2016/common/spl
Andrew F. Davis 6dca5e8ab5 spl: net: Add FIT image support over network boot
FIT support in the net boot case is much like the RAM boot case in that
we load our image to "load_addr" and pass a dummy read function into
"spl_load_simple_fit()". As the load address is no longer hard-coded to
the final execution address, legacy image loading will require load_addr
to be set correctly in the image header.

Signed-off-by: Andrew F. Davis <afd@ti.com>
2017-04-08 21:35:08 -04:00
..
Kconfig
Makefile
spl.c
spl_dfu.c
spl_ext.c
spl_fat.c
spl_fit.c
spl_mmc.c
spl_nand.c
spl_net.c spl: net: Add FIT image support over network boot 2017-04-08 21:35:08 -04:00
spl_nor.c
spl_onenand.c
spl_ram.c
spl_sata.c
spl_spi.c
spl_ubi.c
spl_usb.c
spl_ymodem.c