]> Git Repo - J-u-boot.git/commit
SPL: Add XIP booting support
authorVikas Manocha <[email protected]>
Sun, 28 May 2017 19:55:11 +0000 (12:55 -0700)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Alexandru Gagniuc <[email protected]>
arch/arm/include/asm/spl.h
common/spl/Kconfig
common/spl/Makefile
common/spl/spl_xip.c [new file with mode: 0644]
This page took 0.03745 seconds and 4 git commands to generate.