All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: meson: Add support for Libretech-AC
@ 2019-03-26 10:20 ` Neil Armstrong
  0 siblings, 0 replies; 8+ messages in thread
From: Neil Armstrong @ 2019-03-26 10:20 UTC (permalink / raw)
  To: u-boot-amlogic; +Cc: Neil Armstrong, u-boot

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-04-10 14:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 10:20 [PATCH 0/2] ARM: meson: Add support for Libretech-AC Neil Armstrong
2019-03-26 10:20 ` [U-Boot] " Neil Armstrong
2019-03-26 10:20 ` [PATCH 1/2] ARM: dts: Import libretech-ac DT from Linux 5.0 Neil Armstrong
2019-03-26 10:20   ` [U-Boot] " Neil Armstrong
2019-03-26 10:20 ` [PATCH 2/2] boards: Amlogic: Add support for Libretech-AC Neil Armstrong
2019-03-26 10:20   ` [U-Boot] " Neil Armstrong
2019-04-10 14:52 ` [PATCH 0/2] ARM: meson: " Neil Armstrong
2019-04-10 14:52   ` [U-Boot] " Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.