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>
Wed, 29 Mar 2017 05:38:10 +0000 (07:38 +0200)
commit15f05610438981297ff628bb87e6d5789ee3fad0
tree4ac54134dd1970f7a98bcc3b9e225ea54d448f86
parent0db4cd257f03b907feb52c827197ff875172e785
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]