]> git.kernelconcepts.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:09 +0000 (12:59 +0200)
commit5f4bc99026bf9a640f0636ba3ac95bb1573aec9f
treeda9a39d2d9252bd787a8aa9d3ef15cf39eb69426
parent7a6db793f1365f73f1f1df93805be110117896bf
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]