mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <dev@lynxeye.de>
To: Antony Pavlov <antonynpavlov@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 5/5] ARM: i.MX: add MNT Reform board support
Date: Mon, 28 Dec 2020 17:41:57 +0100	[thread overview]
Message-ID: <1f843c8a51fe55e955cc1a63e30fb1a7d0fb4af0.camel@lynxeye.de> (raw)
In-Reply-To: <20201228094853.5a6d2f111e6bfc8da2b2d2cd@gmail.com>

Hi Antony,

Am Montag, dem 28.12.2020 um 09:48 +0300 schrieb Antony Pavlov:
> On Sun, 27 Dec 2020 22:50:42 +0100
> Lucas Stach <dev@lynxeye.de> wrote:
> 
> Hi!
> 
> I'm very glad to see that barebox runs on MNT Reform!
> 
> Are you planning to add MIPI DSI display output?

Yes, I think I will eventually get around to it. For now the focus is
on getting the Linux kernel support into shape for upstream, however.
As I needed a convenient way to boot Linux on the device for this task
a Barebox port was the logical first step. ;) It may take a while until
I circle back to improve the Barebox support.

> > The MNT Reform is a DIY Laptop, built around a Boundarydevices i.MX8MQ SoM.
> > This adds a pretty minimal support, as there is no upstream DT yet. It also
> > does not properly abstract the SoM (power supply init in MNT Reform lowlevel
> > code and only single DRAM configuration supported), as there are a lot of
> > variants of the SoM and I'm only able to test the single one that will be
> > shipped with the Reform.
> > 
> > What has been tested to work:
> > - SD card
> > - eMMC
> > - Gigabit network
> > - NVMe storage

Forgot to mention: USB is also supported.

Regards,
Lucas

> > 
> > There is a quirk in the board support: the Nitrogen SoM only allows to
> > configure one of the BOOT_MODE straps, which means the choices for the boot
> > selection are only "boot from fuses", which means eMMC boot and
> > "serial boot". As serial boot isn't really useful on the device (requires
> > USB A<->A cable with VBUS protection), we rely on the BootROM fallback to
> > boot from SD card in this mode. The board support code thus treats the
> > bootsource "serial" as SD card boot.
> > 
> > Signed-off-by: Lucas Stach <dev@lynxeye.de>
> > ---
> >  arch/arm/boards/Makefile                      |    1 +
> >  arch/arm/boards/mnt-reform/Makefile           |    2 +
> >  arch/arm/boards/mnt-reform/board.c            |   40 +
> >  .../mnt-reform/flash-header-mnt-reform.imxcfg |    6 +
> >  arch/arm/boards/mnt-reform/lowlevel.c         |  187 +++
> >  arch/arm/boards/mnt-reform/lpddr4-timing.c    | 1012 +++++++++++++++++
> >  arch/arm/dts/Makefile                         |    1 +
> >  arch/arm/dts/imx8mq-mnt-reform2.dts           |  223 ++++
> >  arch/arm/mach-imx/Kconfig                     |    9 +
> >  images/Makefile.imx                           |    6 +
> >  10 files changed, 1487 insertions(+)
> >  create mode 100644 arch/arm/boards/mnt-reform/Makefile
> >  create mode 100644 arch/arm/boards/mnt-reform/board.c
> >  create mode 100644 arch/arm/boards/mnt-reform/flash-header-mnt-reform.imxcfg
> >  create mode 100644 arch/arm/boards/mnt-reform/lowlevel.c
> >  create mode 100644 arch/arm/boards/mnt-reform/lpddr4-timing.c
> >  create mode 100644 arch/arm/dts/imx8mq-mnt-reform2.dts
> > 
> ...
> > 
> > 
> > _______________________________________________
> > barebox mailing list
> > barebox@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/barebox
> 



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2020-12-28 16:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-27 21:50 [PATCH 1/5] ddr: imx8m: implement i.MX8MQ support Lucas Stach
2020-12-27 21:50 ` [PATCH 2/5] ddr: imx8m: remove bogus defines Lucas Stach
2020-12-27 21:50 ` [PATCH 3/5] ARM: i.mx8mq: add PAD CTL defines Lucas Stach
2020-12-27 21:50 ` [PATCH 4/5] net: phy: at803x: sync RX/TX delay setup with Linux Lucas Stach
2020-12-27 21:50 ` [PATCH 5/5] ARM: i.MX: add MNT Reform board support Lucas Stach
2020-12-28  6:48   ` Antony Pavlov
2020-12-28 16:41     ` Lucas Stach [this message]
2021-01-06  8:47 ` [PATCH 1/5] ddr: imx8m: implement i.MX8MQ support Sascha Hauer

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=1f843c8a51fe55e955cc1a63e30fb1a7d0fb4af0.camel@lynxeye.de \
    --to=dev@lynxeye.de \
    --cc=antonynpavlov@gmail.com \
    --cc=barebox@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