]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: armada-xp: Add basic support for Marvell Armada XP SoC
authorStefan Roese <sr@denx.de>
Wed, 22 Oct 2014 10:13:17 +0000 (12:13 +0200)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 13:59:21 +0000 (09:59 -0400)
commit41e5ee54e3502ca4854f16d69278698075946238
tree085ff9014b9d605ab98c3d0e6b69ab5055bed610
parent6d5fe560a58d1156fd54bcc5bd147d31dc38410d
arm: armada-xp: Add basic support for Marvell Armada XP SoC

This basic support for the Marvell Armada XP is base on the existing kirkwood
support. Which has been generatized by moving some common files into
common marvell locations.

This is in preparation for the upcoming Armada XP MV78460 support.

Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Luka Perkov <luka@openwrt.org>
Makefile
arch/arm/cpu/armv7/armada-xp/Makefile [new file with mode: 0644]
arch/arm/cpu/armv7/armada-xp/cpu.c [new file with mode: 0644]
arch/arm/include/asm/arch-armada-xp/config.h [new file with mode: 0644]
arch/arm/include/asm/arch-armada-xp/cpu.h [new file with mode: 0644]
arch/arm/include/asm/arch-armada-xp/soc.h [new file with mode: 0644]