From: narmstrong@baylibre.com (Neil Armstrong)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH u-boot 0/2] Add support for the FriendlyElec NanoPi K2 board
Date: Mon, 25 Jun 2018 16:50:15 +0200 [thread overview]
Message-ID: <1529938217-4196-1-git-send-email-narmstrong@baylibre.com> (raw)
This adds platform code for the FriendlyElec NanoPi K2 board based on a
Meson GXBB (S905) SoC with the Meson GXBB configuration.
This initial submission only supports:
- UART
- MMC/SDCard
- Ethernet
- Reset Controller
- Clock controller
A sync with Linux 4.17 to get the device tree is also necessary.
Neil Armstrong (1):
ARM: dts: sync meson-gxbb-nanopi-k2 from Linux 4.17
Thomas McKahan (1):
boards: amlogic: Add FriendlyElec NanoPi K2 board support
arch/arm/dts/Makefile | 2 +
arch/arm/dts/meson-gxbb-nanopi-k2.dts | 323 ++++++++++++++++++++++++++++++++++
arch/arm/mach-meson/Kconfig | 8 +
board/amlogic/nanopi-k2/Kconfig | 12 ++
board/amlogic/nanopi-k2/MAINTAINERS | 6 +
board/amlogic/nanopi-k2/Makefile | 7 +
board/amlogic/nanopi-k2/README | 99 +++++++++++
board/amlogic/nanopi-k2/nanopi-k2.c | 61 +++++++
configs/nanopi-k2_defconfig | 40 +++++
include/configs/nanopi-k2.h | 18 ++
10 files changed, 576 insertions(+)
create mode 100644 arch/arm/dts/meson-gxbb-nanopi-k2.dts
create mode 100644 board/amlogic/nanopi-k2/Kconfig
create mode 100644 board/amlogic/nanopi-k2/MAINTAINERS
create mode 100644 board/amlogic/nanopi-k2/Makefile
create mode 100644 board/amlogic/nanopi-k2/README
create mode 100644 board/amlogic/nanopi-k2/nanopi-k2.c
create mode 100644 configs/nanopi-k2_defconfig
create mode 100644 include/configs/nanopi-k2.h
--
2.7.4
next reply other threads:[~2018-06-25 14:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-25 14:50 Neil Armstrong [this message]
2018-06-25 14:50 ` [PATCH u-boot 1/2] ARM: dts: sync meson-gxbb-nanopi-k2 from Linux 4.17 Neil Armstrong
2018-07-20 12:35 ` [U-Boot, u-boot, " Tom Rini
2018-06-25 14:50 ` [PATCH u-boot 2/2] boards: amlogic: Add FriendlyElec NanoPi K2 board support Neil Armstrong
2018-07-20 12:35 ` [U-Boot, u-boot, " Tom Rini
2018-07-20 12:59 ` 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=1529938217-4196-1-git-send-email-narmstrong@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=linus-amlogic@lists.infradead.org \
/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
all inboxes | Powered by JetHome®