[U-Boot] [PATCH 0/6] spl: add xip booting support
Vikas Manocha
vikas.manocha at st.com
Thu May 18 18:49:06 UTC 2017
This patchset adds support for XIP (execute in place) of U-Boot or kernel image
and enables it for stm32f7.
Vikas Manocha (6):
stm32f7: remove duplicate configs
stm32: stm32f7: add spl build support
SPL: Add XIP booting support
serial: stm32f7: disable overrun
spl: stm32f7: add kernel boot support
spl: stm32f7: configure for xip booting
arch/arm/include/asm/spl.h | 1 +
arch/arm/mach-stm32/Kconfig | 1 +
arch/arm/mach-stm32/stm32f7/Kconfig | 24 ++++++++++++++++++++
board/st/stm32f746-disco/stm32f746-disco.c | 36 +++++++++++++++++++++++++++++-
common/spl/Kconfig | 9 ++++++++
common/spl/Makefile | 1 +
common/spl/spl_xip.c | 31 +++++++++++++++++++++++++
configs/stm32f746-disco_defconfig | 5 -----
drivers/serial/serial_stm32x7.c | 3 +++
drivers/serial/serial_stm32x7.h | 2 ++
include/configs/stm32f746-disco.h | 31 ++++++++++++++++++++++---
11 files changed, 135 insertions(+), 9 deletions(-)
create mode 100644 common/spl/spl_xip.c
--
1.9.1
More information about the U-Boot
mailing list