]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
edminiv2: switch to SPL
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 31 Jan 2015 21:55:38 +0000 (22:55 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:05:51 +0000 (14:05 +0200)
commit9e3bee0c2c27a3cedecc702cdd7b5d400950b90a
treeb18a153305df211a4627dc3f7fc92c35d9e07868
parent87126d7c26776b9659f920114af96d1fa214cbf6
edminiv2: switch to SPL

ED Mini V2 is based on Orion 5x which boots at fixed
address 0xFFFF0000 in NOR Flash. Place SPL there, and
switch U-Boot from .bin to .img format, stored in
NOR Flash at 0xFFF90000.

Note: this patch was tested on HW and works, i.e.
it boots U-Boot properly, but SPL console output
currently does not appear, due to GD being trashed
by arch/arm/lib/spl.c. This trashing is soon to be
removed, and then ED Mini V2 SPL console output will
become visible.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
arch/arm/cpu/arm926ejs/orion5x/u-boot-spl.lds [new file with mode: 0644]
arch/arm/include/asm/arch-orion5x/spl.h [new file with mode: 0644]
arch/arm/mach-orion5x/Kconfig
arch/arm/mach-orion5x/cpu.c
arch/arm/mach-orion5x/lowlevel_init.S
board/LaCie/edminiv2/edminiv2.c
configs/edminiv2_defconfig
include/configs/edminiv2.h