From: Patrick Wildt <patrick@blueri.se>
To: Stefano Babic <sbabic@denx.de>, Fabio Estevam <festevam@gmail.com>
Cc: u-boot@lists.denx.de, "Lukas F. Hartmann" <lukas@mntre.com>,
Heiko Thiery <heiko.thiery@gmail.com>,
Vagrant Cascadian <vagrant@debian.org>
Subject: [PATCH v3 0/2] Add MNT Reform 2 board support
Date: Tue, 14 Dec 2021 20:47:08 +0100 [thread overview]
Message-ID: <Ybj0vN8aPSjj3lAz@ryzen.fritz.box> (raw)
The MNT Reform 2 is a modular DIY laptop. In its initial version it
is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been
lifted from BoundaryDevices official U-Boot downstream project.
This U-Boot patchset supports the serial console, the SD card and
eMMC, Gigabit Ethernet and USB.
Changes since v2:
- Switched to Binman.
Changes since v1:
- Synced DTS with files in Linux git repo.
- Added support for USB host ports.
Patrick Wildt (2):
arm: dts: imx8mq: add MNT Reform 2
board: mntre: imx8mq: Add MNT Reform 2 board support
arch/arm/dts/Makefile | 1 +
arch/arm/dts/imx8mq-mnt-reform2-u-boot.dtsi | 143 +++
arch/arm/dts/imx8mq-mnt-reform2.dts | 214 ++++
arch/arm/dts/imx8mq-nitrogen-som.dtsi | 275 +++++
arch/arm/mach-imx/imx8m/Kconfig | 7 +
board/mntre/imx8mq_reform2/Kconfig | 15 +
board/mntre/imx8mq_reform2/MAINTAINERS | 7 +
board/mntre/imx8mq_reform2/Makefile | 12 +
board/mntre/imx8mq_reform2/imx8mq_reform2.c | 213 ++++
board/mntre/imx8mq_reform2/imximage.cfg | 11 +
board/mntre/imx8mq_reform2/lpddr4_timing.c | 1014 +++++++++++++++++
.../mntre/imx8mq_reform2/lpddr4_timing_ch2.h | 95 ++
board/mntre/imx8mq_reform2/spl.c | 260 +++++
configs/imx8mq_reform2_defconfig | 82 ++
include/configs/imx8mq_reform2.h | 114 ++
15 files changed, 2463 insertions(+)
create mode 100644 arch/arm/dts/imx8mq-mnt-reform2-u-boot.dtsi
create mode 100644 arch/arm/dts/imx8mq-mnt-reform2.dts
create mode 100644 arch/arm/dts/imx8mq-nitrogen-som.dtsi
create mode 100644 board/mntre/imx8mq_reform2/Kconfig
create mode 100644 board/mntre/imx8mq_reform2/MAINTAINERS
create mode 100644 board/mntre/imx8mq_reform2/Makefile
create mode 100644 board/mntre/imx8mq_reform2/imx8mq_reform2.c
create mode 100644 board/mntre/imx8mq_reform2/imximage.cfg
create mode 100644 board/mntre/imx8mq_reform2/lpddr4_timing.c
create mode 100644 board/mntre/imx8mq_reform2/lpddr4_timing_ch2.h
create mode 100644 board/mntre/imx8mq_reform2/spl.c
create mode 100644 configs/imx8mq_reform2_defconfig
create mode 100644 include/configs/imx8mq_reform2.h
--
2.34.1
next reply other threads:[~2021-12-14 19:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-14 19:47 Patrick Wildt [this message]
2021-12-14 19:48 ` [PATCH v3 1/2] arm: dts: imx8mq: add MNT Reform 2 Patrick Wildt
2021-12-14 19:48 ` [PATCH v3 2/2] board: mntre: imx8mq: Add MNT Reform 2 board support Patrick Wildt
2021-12-19 1:26 ` Vagrant Cascadian
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=Ybj0vN8aPSjj3lAz@ryzen.fritz.box \
--to=patrick@blueri.se \
--cc=festevam@gmail.com \
--cc=heiko.thiery@gmail.com \
--cc=lukas@mntre.com \
--cc=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
--cc=vagrant@debian.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