From: Christian Hewitt <christianshewitt@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/5] board: amlogic: add Beelink GT-King/Pro support
Date: Fri, 18 Dec 2020 08:45:40 +0000 [thread overview]
Message-ID: <20201218084545.29135-1-christianshewitt@gmail.com> (raw)
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
next reply other threads:[~2020-12-18 8:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-18 8:45 Christian Hewitt [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201218084545.29135-1-christianshewitt@gmail.com \
--to=christianshewitt@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox