]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: add initial support for Amlogic P212 based on Meson GXL family
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 12 Oct 2017 13:50:32 +0000 (15:50 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 17 Nov 2017 12:43:32 +0000 (07:43 -0500)
commitcade865a43daf19df8ac972f44d6bc40639e81c0
tree14f37720e6ae7a54098683249dd6174b6fe0e368
parent16ec5ebdf83046edc0f80332297a8f6ed5e3518c
arm: add initial support for Amlogic P212 based on Meson GXL family

This adds platform code for the Amlogic P212 reference board based on a
Meson GXL (S905X) SoC with the Meson GXL configuration.

This initial submission only supports UART and MMC/SDCard, support for the
internal Ethernet PHY in Work In Progress.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Beniamino Galvani <b.galvani@gmail.com>
arch/arm/mach-meson/Kconfig
board/amlogic/p212/Kconfig [new file with mode: 0644]
board/amlogic/p212/MAINTAINERS [new file with mode: 0644]
board/amlogic/p212/Makefile [new file with mode: 0644]
board/amlogic/p212/README [new file with mode: 0644]
board/amlogic/p212/p212.c [new file with mode: 0644]
configs/p212_defconfig [new file with mode: 0644]
include/configs/p212.h [new file with mode: 0644]