SPL: Add XIP booting support
authorVikas Manocha <vikas.manocha@st.com>
Sun, 28 May 2017 19:55:11 +0000 (12:55 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 9 Jun 2017 15:23:59 +0000 (11:23 -0400)
commitc6d9e9dbc3d02c03ea1f6671034317593a2ea4ff
treed8e3b9133a3e8b7dfceed5ef2274e0bb12e5540b
parentb97476965bf292c13074e01de4bd39253de0ef66
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>
arch/arm/include/asm/spl.h
common/spl/Kconfig
common/spl/Makefile
common/spl/spl_xip.c [new file with mode: 0644]