amlogic: g12a: Add support for the S905X2 (G12A) platform
authorCarlo Caione <ccaione@baylibre.com>
Wed, 18 Sep 2019 10:29:48 +0000 (11:29 +0100)
committerCarlo Caione <ccaione@baylibre.com>
Thu, 26 Sep 2019 08:27:45 +0000 (09:27 +0100)
commitcdb8c52f922b5c4d972e398a72ac89d100937507
tree1b6e3a29a0970f53a9a7100ce671ae44bd353711
parentedcadeb7b83b772ae1d9ff072a960ddf573befc2
amlogic: g12a: Add support for the S905X2 (G12A) platform

Introduce the preliminary support for the Amlogic S905X2 (G12A) SoC.

This port is a minimal implementation of BL31 capable of booting
mainline U-Boot and Linux. Tested on a SEI510 board.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
Change-Id: Ife958f10e815a4530292c45446adb71239f3367f
docs/maintainers.rst
docs/plat/meson-g12a.rst [new file with mode: 0644]
plat/amlogic/g12a/g12a_bl31_setup.c [new file with mode: 0644]
plat/amlogic/g12a/g12a_common.c [new file with mode: 0644]
plat/amlogic/g12a/g12a_def.h [new file with mode: 0644]
plat/amlogic/g12a/g12a_pm.c [new file with mode: 0644]
plat/amlogic/g12a/include/platform_def.h [new file with mode: 0644]
plat/amlogic/g12a/platform.mk [new file with mode: 0644]