arm: mvebu: Add gdsys ControlCenter-Compact board
authorDirk Eibach <dirk.eibach@gdsys.cc>
Wed, 22 Feb 2017 15:07:23 +0000 (16:07 +0100)
committerStefan Roese <sr@denx.de>
Thu, 23 Mar 2017 14:48:28 +0000 (15:48 +0100)
commit60083261a1b33b492ddb5335c125f1223087068b
treebf90ef4650b59b3b201909db4e95fefb9b377aaf
parent2a792753d6a1fe8f2310928ebd5534e4d87a8030
arm: mvebu: Add gdsys ControlCenter-Compact board

The gdsys ControlCenter Digital board is based on a Marvell Armada 38x
SOC.

It boots from SPI-Flash but can be configured to boot from SD-card for
factory programming and testing.

On board peripherals include:
- 2 x GbE
- Xilinx Kintex-7 FPGA connected via PCIe
- mSATA
- USB3 host
- Atmel TPM

Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
23 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/armada-38x-controlcenterdc.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/gdsys/a38x/.gitignore [new file with mode: 0644]
board/gdsys/a38x/Kconfig [new file with mode: 0644]
board/gdsys/a38x/MAINTAINERS [new file with mode: 0644]
board/gdsys/a38x/Makefile [new file with mode: 0644]
board/gdsys/a38x/controlcenterdc.c [new file with mode: 0644]
board/gdsys/a38x/dt_helpers.c [new file with mode: 0644]
board/gdsys/a38x/dt_helpers.h [new file with mode: 0644]
board/gdsys/a38x/hre.c [new file with mode: 0644]
board/gdsys/a38x/hre.h [new file with mode: 0644]
board/gdsys/a38x/hydra.c [new file with mode: 0644]
board/gdsys/a38x/hydra.h [new file with mode: 0644]
board/gdsys/a38x/ihs_phys.c [new file with mode: 0644]
board/gdsys/a38x/ihs_phys.h [new file with mode: 0644]
board/gdsys/a38x/keyprogram.c [new file with mode: 0644]
board/gdsys/a38x/keyprogram.h [new file with mode: 0644]
board/gdsys/a38x/kwbimage.cfg.in [new file with mode: 0644]
board/gdsys/a38x/spl.c [new file with mode: 0644]
configs/controlcenterdc_defconfig [new file with mode: 0644]
include/configs/controlcenterdc.h [new file with mode: 0644]