]> Git Repo - J-u-boot.git/commit - common/spl/spl.c
SPL: Add NOR flash booting support
authorStefan Roese <[email protected]>
Mon, 27 Aug 2012 10:50:59 +0000 (12:50 +0200)
committerTom Rini <[email protected]>
Thu, 27 Sep 2012 18:20:27 +0000 (11:20 -0700)
commit33d346464adb8dc206d1f9adf73bdfe2ed959502
tree293d8f1a0fcd7c448b96aacd19261bcfbe21f006
parent95a372b83685f99b6c947a6e0da55a6c474ab870
SPL: Add NOR flash booting support

SPL NOR flash booting support is quite simple. Only copying of the
images is needed.

On MPC5xxx we need to make sure to only use the standard memcpy()
implementation and not the MPC5xxx specific one. As the MPC5xxx
version has some complexity which is not needed for this SPL
booting.

Signed-off-by: Stefan Roese <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
common/spl/Makefile
common/spl/spl.c
common/spl/spl_nor.c [new file with mode: 0644]
include/spl.h
This page took 0.040625 seconds and 4 git commands to generate.