u-boot-2016/common/spl
Vikas Manocha c6d9e9dbc3 SPL: Add XIP booting support
Enable support for XIP (execute in place) of U-Boot or kernel image. There is
no need to copy image from flash to ram if flash supports execute in place.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Alexandru Gagniuc <alex.g@adaptrum.com>
2017-06-09 11:23:59 -04:00
..
Kconfig SPL: Add XIP booting support 2017-06-09 11:23:59 -04:00
Makefile SPL: Add XIP booting support 2017-06-09 11:23:59 -04:00
spl.c spl: armv7m: to keep ARM v7M in thumb mode before booting next image 2017-06-08 21:00:27 -04:00
spl_atf.c
spl_dfu.c
spl_ext.c
spl_fat.c
spl_fit.c
spl_mmc.c
spl_nand.c
spl_net.c
spl_nor.c
spl_onenand.c
spl_ram.c
spl_sata.c
spl_spi.c
spl_ubi.c
spl_usb.c
spl_xip.c SPL: Add XIP booting support 2017-06-09 11:23:59 -04:00
spl_ymodem.c