board: synquacer: Add DeveloperBox 96boards EE support
authorMasami Hiramatsu <masami.hiramatsu@linaro.org>
Fri, 4 Jun 2021 09:45:10 +0000 (18:45 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 6 Jul 2021 18:11:50 +0000 (14:11 -0400)
commit5cd4a355e0f0addb718642b877939819b772936c
treef6436e22992dc17f48fc1838774c3687ddb1b17c
parent2f1f797efa331ff4ab0c5dcac6cbb0081c431282
board: synquacer: Add DeveloperBox 96boards EE support

Add the DeveloperBox 96boards EE support. This board is also
known as Socionext SynQuacer E-Series. It contians one "SC2A11"
SoC, which has 24-cores of arm Cortex-A53, and 4 DDR3 slots,
3 PCIe slots (1 4x port and 2 1x ports which are expanded via
PCIe bridge chip), 2 USB 3.0 ports and 2 USB 2.0 ports, 2 SATA
ports and 1 GbE, 64MB NOR flash and 8GB eMMC on standard
MicroATX Form Factor.

For more information, see this page;
  https://www.96boards.org/product/developerbox/

Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
arch/arm/Kconfig
board/socionext/developerbox/Kconfig [new file with mode: 0644]
board/socionext/developerbox/MAINTAINERS [new file with mode: 0644]
board/socionext/developerbox/Makefile [new file with mode: 0644]
board/socionext/developerbox/developerbox.c [new file with mode: 0644]
configs/synquacer_developerbox_defconfig [new file with mode: 0644]
doc/board/index.rst
doc/board/socionext/developerbox.rst [new file with mode: 0644]
doc/board/socionext/index.rst [new file with mode: 0644]
include/configs/synquacer.h [new file with mode: 0644]