public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/5] board: amlogic: add Beelink GT-King/Pro support
@ 2020-12-18  8:45 Christian Hewitt
  2020-12-18  8:45 ` [PATCH 1/5] ARM: dts: import Beelink GT-King/Pro DTs from Linux 5.10 Christian Hewitt
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Christian Hewitt @ 2020-12-18  8:45 UTC (permalink / raw)
  To: u-boot

This patchset adds support for the Beelink GT-King and GT-King Pro boxes
based on the Amlogic S922X (G12B/W400) SoC. Patches are based on the
u-boot-amlogic-next branch in the custodians tree.

Christian Hewitt (5):
  ARM: dts: import Beelink GT-King/Pro DTs from Linux 5.10
  boards: amlogic: add Beelink S922X board family support
  boards: amlogic: add Beelink GT-King defconfig
  boards: amlogic: add Beelink GT-King Pro defconfig
  boards: amlogic: update documentation for Beelink GT-King/Pro

 arch/arm/dts/Makefile                       |   2 +
 arch/arm/dts/meson-g12b-gtking-pro.dts      | 125 ++++++
 arch/arm/dts/meson-g12b-gtking.dts          | 145 +++++++
 arch/arm/dts/meson-g12b-w400.dtsi           | 425 ++++++++++++++++++++
 board/amlogic/beelink-s922x/MAINTAINERS     |   9 +
 board/amlogic/beelink-s922x/Makefile        |   6 +
 board/amlogic/beelink-s922x/beelink-s922x.c |  54 +++
 configs/beelink-gtking_defconfig            |  71 ++++
 configs/beelink-gtkingpro_defconfig         |  71 ++++
 doc/board/amlogic/beelink-gtking.rst        | 115 ++++++
 doc/board/amlogic/beelink-gtkingpro.rst     | 116 ++++++
 doc/board/amlogic/index.rst                 |   4 +-
 12 files changed, 1142 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/meson-g12b-gtking-pro.dts
 create mode 100644 arch/arm/dts/meson-g12b-gtking.dts
 create mode 100644 arch/arm/dts/meson-g12b-w400.dtsi
 create mode 100644 board/amlogic/beelink-s922x/MAINTAINERS
 create mode 100644 board/amlogic/beelink-s922x/Makefile
 create mode 100644 board/amlogic/beelink-s922x/beelink-s922x.c
 create mode 100644 configs/beelink-gtking_defconfig
 create mode 100644 configs/beelink-gtkingpro_defconfig
 create mode 100644 doc/board/amlogic/beelink-gtking.rst
 create mode 100644 doc/board/amlogic/beelink-gtkingpro.rst

-- 
2.17.1

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

end of thread, other threads:[~2020-12-18  9:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18  8:45 [PATCH 0/5] board: amlogic: add Beelink GT-King/Pro support Christian Hewitt
2020-12-18  8:45 ` [PATCH 1/5] ARM: dts: import Beelink GT-King/Pro DTs from Linux 5.10 Christian Hewitt
2020-12-18  9:42   ` Neil Armstrong
2020-12-18  8:45 ` [PATCH 2/5] boards: amlogic: add Beelink S922X board family support Christian Hewitt
2020-12-18  9:42   ` Neil Armstrong
2020-12-18  8:45 ` [PATCH 3/5] boards: amlogic: add Beelink GT-King defconfig Christian Hewitt
2020-12-18  9:43   ` Neil Armstrong
2020-12-18  8:45 ` [PATCH 4/5] boards: amlogic: add Beelink GT-King Pro defconfig Christian Hewitt
2020-12-18  9:43   ` Neil Armstrong
2020-12-18  8:45 ` [PATCH 5/5] boards: amlogic: update documentation for Beelink GT-King/Pro Christian Hewitt
2020-12-18  9:47   ` Neil Armstrong
2020-12-18  9:49 ` [PATCH 0/5] board: amlogic: add Beelink GT-King/Pro support Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox