edminiv2: switch to SPL
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 31 Jan 2015 21:55:38 +0000 (22:55 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 25 Feb 2015 06:59:50 +0000 (07:59 +0100)
commit9608e7de6ac13626e8a2809b0350add57c1343ac
tree2ba3415bbcac8a8cd39c7d6056c7d347a3bbda4d
parentc1b0fad9b655e0251c686cd129eb2f933fcc6b3a
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