arm: mvebu: Add basic support for the Marvell Armada 375 SoC
authorStefan Roese <sr@denx.de>
Wed, 10 Feb 2016 06:23:00 +0000 (07:23 +0100)
committerStefan Roese <sr@denx.de>
Mon, 4 Apr 2016 09:22:05 +0000 (11:22 +0200)
commit09e89ab4af01c551246b3d08f8b31a24ee035ae8
tree4a6c8e5ee7ae4dd0af94a4931f009736f829b161
parent0b45a79faa2f61bc095c785cfbfe4aa5206d9d13
arm: mvebu: Add basic support for the Marvell Armada 375 SoC

This patch adds basic support for the Armada 375. Please note that
currently the SerDes and DDR3 init code for the A375 is not
included / enabled. This will be done in a later, follow-up patch.

Right now, this A375 mainline U-Boot can only be used by chainloading
it via the original Marvell U-Boot. This can be done via this
command:

=> tftpboot 00800000 a375/u-boot-dtb.bin;go 00800000

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
arch/arm/mach-mvebu/Makefile
arch/arm/mach-mvebu/cpu.c
arch/arm/mach-mvebu/include/mach/config.h
arch/arm/mach-mvebu/include/mach/cpu.h
arch/arm/mach-mvebu/include/mach/soc.h
arch/arm/mach-mvebu/spl.c