From: narmstrong@baylibre.com (Neil Armstrong)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH u-boot 0/3] Add initial support for Amlogic P212 Reference board
Date: Thu, 12 Oct 2017 15:50:29 +0200 [thread overview]
Message-ID: <1507816232-8227-1-git-send-email-narmstrong@baylibre.com> (raw)
This patchset aimed to add minimal support for the Amlogic P212 reference board
from Amlogic based on the Meson S905X SoC from the Meson GXL SoC Family.
The initial support is composed of :
- GXL pinctrl driver
- Minimal boot support with serial, MMC and SDCard
- Updated DTS from Linux 4.13.5
Commands to generate a valid binary are provided in the board README.
The following work will be pushed later on :
- Support for dynamic reading of DDR memory size from registers
- Support for the Internal Ethernet PHY is WiP
- USB DWC3 Host Support with PHY support
This patchset can boot Linux Mainline 4.14-rc4 with the Video Pipeline disables,
since it currently depends on Power Domains initialization from Vendor u-boot.
Dedicated reset and init code for the Video Pipeline for mainline Linux is in
the work.
Neil Armstrong (3):
ARM: dts: Synchronize Amlogic from Linux Mainline 4.13.5
pinctrl: meson: Add GXL Support
arm: add initial support for Amlogic P212 based on Meson GXL family
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/meson-gx.dtsi | 13 +-
arch/arm/dts/meson-gxbb-odroidc2.dts | 108 ++---
arch/arm/dts/meson-gxbb.dtsi | 220 +++++----
arch/arm/dts/meson-gxl-mali.dtsi | 43 ++
arch/arm/dts/meson-gxl-s905x-p212.dts | 95 ++++
arch/arm/dts/meson-gxl-s905x-p212.dtsi | 173 +++++++
arch/arm/dts/meson-gxl-s905x.dtsi | 55 +++
arch/arm/dts/meson-gxl.dtsi | 628 +++++++++++++++++++++++++
arch/arm/mach-meson/Kconfig | 22 +
board/amlogic/p212/Kconfig | 12 +
board/amlogic/p212/MAINTAINERS | 6 +
board/amlogic/p212/Makefile | 8 +
board/amlogic/p212/README | 96 ++++
board/amlogic/p212/p212.c | 21 +
configs/p212_defconfig | 31 ++
drivers/pinctrl/meson/Kconfig | 4 +
drivers/pinctrl/meson/Makefile | 1 +
drivers/pinctrl/meson/pinctrl-meson-gxl.c | 736 ++++++++++++++++++++++++++++++
include/configs/p212.h | 22 +
include/dt-bindings/gpio/meson-gxl-gpio.h | 131 ++++++
21 files changed, 2285 insertions(+), 143 deletions(-)
create mode 100644 arch/arm/dts/meson-gxl-mali.dtsi
create mode 100644 arch/arm/dts/meson-gxl-s905x-p212.dts
create mode 100644 arch/arm/dts/meson-gxl-s905x-p212.dtsi
create mode 100644 arch/arm/dts/meson-gxl-s905x.dtsi
create mode 100644 arch/arm/dts/meson-gxl.dtsi
create mode 100644 board/amlogic/p212/Kconfig
create mode 100644 board/amlogic/p212/MAINTAINERS
create mode 100644 board/amlogic/p212/Makefile
create mode 100644 board/amlogic/p212/README
create mode 100644 board/amlogic/p212/p212.c
create mode 100644 configs/p212_defconfig
create mode 100644 drivers/pinctrl/meson/pinctrl-meson-gxl.c
create mode 100644 include/configs/p212.h
create mode 100644 include/dt-bindings/gpio/meson-gxl-gpio.h
--
2.7.4
next reply other threads:[~2017-10-12 13:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-12 13:50 Neil Armstrong [this message]
2017-10-12 13:50 ` [PATCH u-boot 1/3] ARM: dts: Synchronize Amlogic from Linux Mainline 4.13.5 Neil Armstrong
2017-10-12 22:29 ` Tom Rini
2017-10-17 20:49 ` Beniamino Galvani
2017-11-17 15:42 ` [U-Boot, u-boot, " Tom Rini
2017-10-12 13:50 ` [PATCH u-boot 2/3] pinctrl: meson: Add GXL Support Neil Armstrong
2017-10-12 22:29 ` Tom Rini
2017-10-17 20:51 ` Beniamino Galvani
2017-11-17 15:43 ` [U-Boot,u-boot,2/3] " Tom Rini
2017-10-12 13:50 ` [PATCH u-boot 3/3] arm: add initial support for Amlogic P212 based on Meson GXL family Neil Armstrong
2017-10-12 22:30 ` Tom Rini
2017-10-17 20:51 ` Beniamino Galvani
2017-11-17 15:43 ` [U-Boot, u-boot, " Tom Rini
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=1507816232-8227-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®