]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc85xx: Add gdsys ControlCenter Digital board
authorDirk Eibach <eibach@gdsys.de>
Wed, 26 Jun 2013 13:55:17 +0000 (15:55 +0200)
committerAndy Fleming <afleming@freescale.com>
Tue, 16 Jul 2013 22:44:30 +0000 (17:44 -0500)
commitb9944a77f909e343f930dcbcc597224e65dfcca9
tree40dc13f48eb87abc3cadde6e96c91665239ff9d6
parentb8eee4354f33b9810d929b6f7df74238b538e5a8
mpc85xx: Add gdsys ControlCenter Digital board

The gdsys ControlCenter Digital board is based on a Freescale P1022 QorIQ SOC.
It boots from SPI-Flash but can be configured to boot from SD-card for
factory programming and testing.
On board peripherals include:
- 2x GbE
- Lattice ECP3 FPGA connected via PCIe
- mSATA RAID1
- USB host
- DisplayPort video output
- Atmel TPM

Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Reinhard Pfau <reinhard.pfau@gdsys.cc>
Signed-off-by: Andy Fleming <afleming@freescale.com>
15 files changed:
MAINTAINERS
board/gdsys/common/Makefile
board/gdsys/common/dp501.c [new file with mode: 0644]
board/gdsys/common/dp501.h [new file with mode: 0644]
board/gdsys/p1022/Makefile [new file with mode: 0644]
board/gdsys/p1022/controlcenterd-id.c [new file with mode: 0644]
board/gdsys/p1022/controlcenterd-id.h [new file with mode: 0644]
board/gdsys/p1022/controlcenterd.c [new file with mode: 0644]
board/gdsys/p1022/ddr.c [new file with mode: 0644]
board/gdsys/p1022/diu.c [new file with mode: 0644]
board/gdsys/p1022/law.c [new file with mode: 0644]
board/gdsys/p1022/sdhc_boot.c [new file with mode: 0644]
board/gdsys/p1022/tlb.c [new file with mode: 0644]
boards.cfg
include/configs/controlcenterd.h [new file with mode: 0644]