[U-Boot] [PATCH 0/2] ARM: meson: Add support for Libretech-AC
Neil Armstrong
narmstrong at baylibre.com
Tue Mar 26 10:20:33 UTC 2019
LibreTech AC is a single board computer manufactured by Libre Technology
with the following specifications:
- Amlogic S805X ARM Cortex-A53 quad-core SoC @ 1.2GHz
- ARM Mali 450 GPU
- 512MiB DDR4 SDRAM
- 10/100 Ethernet
- HDMI 2.0 4K/60Hz display
- 40-pin GPIO header
- 4 x USB 2.0 Host
- eMMC, SPI NOR Flash
- Infrared receiver
The u-boot specific code is the same as the P212 support,
so use the P212 board support code with a distinct defconfig
and config include files.
The patchset inports the DT from Linux 5.0 and add the corresponding
configs and update the MAINTAINERS files.
Neil Armstrong (2):
ARM: dts: Import libretech-ac DT from Linux 5.0
boards: Amlogic: Add support for Libretech-AC
arch/arm/dts/Makefile | 1 +
arch/arm/dts/meson-gxl-s805x-libretech-ac.dts | 248 ++++++++++++++++++
arch/arm/dts/meson-gxl.dtsi | 70 ++++-
board/amlogic/p212/MAINTAINERS | 1 +
board/amlogic/p212/README.libretech-ac | 103 ++++++++
configs/libretech-ac_defconfig | 74 ++++++
include/configs/libretech-ac.h | 24 ++
7 files changed, 512 insertions(+), 9 deletions(-)
create mode 100644 arch/arm/dts/meson-gxl-s805x-libretech-ac.dts
create mode 100644 board/amlogic/p212/README.libretech-ac
create mode 100644 configs/libretech-ac_defconfig
create mode 100644 include/configs/libretech-ac.h
--
2.21.0
More information about the U-Boot
mailing list