From: Mohammad Rasim <mohammad.rasim96@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/3] ARM: meson: add p200 and p201 boards
Date: Fri, 15 Mar 2019 00:09:17 +0300 [thread overview]
Message-ID: <20190314210920.11006-1-mohammad.rasim96@gmail.com> (raw)
This adds support for p200 and p201 reference boards from amlogic
Mohammad Rasim (3):
ARM: dts: meson: add p200 and p201 boards
ARM: board: meson: add p201 board
ARM: board: meson: add p200 board
arch/arm/dts/Makefile | 2 +
arch/arm/dts/meson-gxbb-p200.dts | 99 +++++++++++
arch/arm/dts/meson-gxbb-p201.dts | 26 +++
arch/arm/dts/meson-gxbb-p20x.dtsi | 247 ++++++++++++++++++++++++++++
board/amlogic/odroid-c2/MAINTAINERS | 1 +
board/amlogic/odroid-c2/README.p200 | 103 ++++++++++++
board/amlogic/p201/MAINTAINERS | 5 +
board/amlogic/p201/Makefile | 5 +
board/amlogic/p201/README.p201 | 103 ++++++++++++
board/amlogic/p201/p201.c | 43 +++++
configs/p200_defconfig | 41 +++++
configs/p201_defconfig | 41 +++++
12 files changed, 716 insertions(+)
create mode 100644 arch/arm/dts/meson-gxbb-p200.dts
create mode 100644 arch/arm/dts/meson-gxbb-p201.dts
create mode 100644 arch/arm/dts/meson-gxbb-p20x.dtsi
create mode 100644 board/amlogic/odroid-c2/README.p200
create mode 100644 board/amlogic/p201/MAINTAINERS
create mode 100644 board/amlogic/p201/Makefile
create mode 100644 board/amlogic/p201/README.p201
create mode 100644 board/amlogic/p201/p201.c
create mode 100644 configs/p200_defconfig
create mode 100644 configs/p201_defconfig
--
2.21.0
next reply other threads:[~2019-03-14 21:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-14 21:09 Mohammad Rasim [this message]
2019-03-14 21:09 ` [U-Boot] [PATCH v3 1/3] ARM: dts: meson: add p200 and p201 boards Mohammad Rasim
2019-03-14 21:09 ` [U-Boot] [PATCH v3 2/3] ARM: board: meson: add p201 board Mohammad Rasim
2019-03-14 21:09 ` [U-Boot] [PATCH v3 3/3] ARM: board: meson: add p200 board Mohammad Rasim
2019-03-15 9:59 ` [U-Boot] [PATCH v3 0/3] ARM: meson: add p200 and p201 boards 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=20190314210920.11006-1-mohammad.rasim96@gmail.com \
--to=mohammad.rasim96@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