]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm, spl, at91: add spl support for the corvus board
authorHeiko Schocher <hs@denx.de>
Fri, 31 Oct 2014 07:31:06 +0000 (08:31 +0100)
committerTom Rini <trini@ti.com>
Mon, 17 Nov 2014 13:47:18 +0000 (08:47 -0500)
commit5b15fd980bfcb49e2b9bc711339cbd6e8731aef8
tree890ea1a06a6d79e8e0d54f8cfd302773522aed84
parent237e3793fbe4227105dee586d95942c0ac3f6b62
arm, spl, at91: add spl support for the corvus board

replaces the at91bootstrap code with SPL code.
make the spl image with:
./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl/boot.bin

this writes the length of the spl image into the 6th
execption vector. This is needed from the ROM bootloader.

Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Bo Shen <voice.shen@atmel.com>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/Kconfig
board/siemens/corvus/board.c
configs/corvus_defconfig
include/configs/corvus.h