public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Add MNT Reform 2 board support
@ 2021-07-10 23:14 Patrick Wildt
  2021-07-10 23:16 ` [PATCH 1/2] arm: dts: imx8mq: add MNT Reform 2 Patrick Wildt
  2021-07-10 23:17 ` [PATCH 2/2] board: mntre: imx8mq: Add MNT Reform 2 board support Patrick Wildt
  0 siblings, 2 replies; 3+ messages in thread
From: Patrick Wildt @ 2021-07-10 23:14 UTC (permalink / raw)
  To: Stefano Babic, Fabio Estevam; +Cc: u-boot, Lukas F. Hartmann

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.

The device tree has not yet been merged into mainline Linux, but
it's already available as v4 on the Linux ARM Kernel Architecture
mailing list, which hopefully will now be merged as is.

This U-Boot patchset supports the serial console, the SD card and
eMMC, and Gigabit Ethernet.

Best regards,
Patrick

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   |   11 +
 arch/arm/dts/imx8mq-mnt-reform2.dts           |  164 +++
 arch/arm/dts/imx8mq-nitrogen-som.dtsi         |  275 +++++
 arch/arm/mach-imx/imx8m/Kconfig               |    6 +
 board/mntre/imx8mq_reform2/Kconfig            |   12 +
 board/mntre/imx8mq_reform2/MAINTAINERS        |    7 +
 board/mntre/imx8mq_reform2/Makefile           |   12 +
 board/mntre/imx8mq_reform2/imx8mq_reform2.c   |  215 ++++
 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              |   56 +
 include/configs/imx8mq_reform2.h              |  149 +++
 14 files changed, 2277 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/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.32.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-10 23:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-10 23:14 [PATCH 0/2] Add MNT Reform 2 board support Patrick Wildt
2021-07-10 23:16 ` [PATCH 1/2] arm: dts: imx8mq: add MNT Reform 2 Patrick Wildt
2021-07-10 23:17 ` [PATCH 2/2] board: mntre: imx8mq: Add MNT Reform 2 board support Patrick Wildt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox