]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
arm: armada-xp: Add SPL support used to include the DDR training code
authorStefan Roese <sr@denx.de>
Mon, 19 Jan 2015 10:33:42 +0000 (11:33 +0100)
committerLuka Perkov <luka.perkov@sartura.hr>
Fri, 6 Feb 2015 16:24:56 +0000 (17:24 +0100)
commitb0f80b913f5a8aec8ba75093328ac17d178c3b95
tree8ff1efd290cf4720365af982990358d86ca41555
parent0cf47862bf647690762c841e247fb5b097ca7316
arm: armada-xp: Add SPL support used to include the DDR training code

This patch adds SPL support to the Marvell Armada-XP. With this addition
the bin_hdr integration is not needed any more. The SPL will first
initialize the serdes/PHY and the call the DDR setup and training code
now integrated into mainline U-Boot.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
arch/arm/cpu/armv7/armada-xp/Makefile
arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S [new file with mode: 0644]
arch/arm/cpu/armv7/armada-xp/spl.c [new file with mode: 0644]
arch/arm/include/asm/arch-armada-xp/cpu.h
arch/arm/mvebu-common/u-boot-spl.lds [new file with mode: 0644]