]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm, at91, spl: add spl support for the taurus board
authorHeiko Schocher <hs@denx.de>
Fri, 31 Oct 2014 07:31:05 +0000 (08:31 +0100)
committerTom Rini <trini@ti.com>
Mon, 17 Nov 2014 13:47:17 +0000 (08:47 -0500)
commit237e3793fbe4227105dee586d95942c0ac3f6b62
treee47f50b4104b389dfe32c0b037854b24aa9034c9
parent5abc00d02082056765a8029675e7b05ab6c35263
arm, at91, spl: add spl support for the taurus 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>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/Kconfig
board/siemens/taurus/taurus.c
configs/taurus_defconfig
include/configs/taurus.h