public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Stefano Babic <sbabic@denx.de>
Cc: "u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	"xypron.glpk@gmx.de" <xypron.glpk@gmx.de>,
	"uboot-imx@nxp.com" <uboot-imx@nxp.com>
Subject: Re: [PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh
Date: Tue, 10 Jan 2023 11:30:26 -0500	[thread overview]
Message-ID: <20230110163026.GL3787616@bill-the-cat> (raw)
In-Reply-To: <36a34d6b4d0c41c8c99f210775650ee8794d5c70.camel@toradex.com>

[-- Attachment #1: Type: text/plain, Size: 2690 bytes --]

On Tue, Jan 10, 2023 at 10:00:25AM +0000, Marcel Ziswiler wrote:
> Any feedback?
> 
> @Stefano: Any plans to apply anything?
> 
> @Tom: Or should we be sending you pull-requests directly?

Stefano, do you want some help with the iMX queue?

> 
> On Mon, 2022-12-12 at 01:09 +0100, Marcel Ziswiler wrote:
> > From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > 
> > 
> > This series fixes a boot issue and refreshes Apalis iMX8 support as
> > follows:
> > - fix booting caused by missing DM_EVENT
> > - implement PCB version and SoC variant handling
> > - turn off LCD backlight before OS handover
> > - display build info
> > - provide proper prompt
> > - set bootdelay
> > - add overlays support
> > - remove global environment variable script
> > - enable environment bootcount limit
> > - update SPDX license identifier string
> > - remove obsolete SDHC related config defines
> > - remove obsolete net usb start
> > - introduce setup setting setupargs
> > - drop obsolete environment variables
> > - update update_uboot confirmation message
> > - update env memory layout
> > 
> > 
> > Igor Opaniuk (1):
> >   apalis-imx8: provide proper config_sys_prompt
> > 
> > Marcel Ziswiler (13):
> >   apalis-imx8: fix booting caused by missing dm_event
> >   apalis-imx8: implement pcb version and soc variant handling
> >   apalis-imx8: turn off lcd backlight before os handover
> >   apalis-imx8: display build info
> >   apalis-imx8: set bootdelay
> >   apalis-imx8: enable environment bootcount limit
> >   apalis-imx8: update spdx license identifier string
> >   apalis-imx8: remove obsolete sdhc related config defines
> >   apalis-imx8: remove obsolete net usb start
> >   apalis-imx8: introduce setup setting setupargs
> >   apalis-imx8: drop obsolete environment variables
> >   apalis-imx8: update update_uboot confirmation message
> >   apalis-imx8: update env memory layout
> > 
> > Oleksandr Suvorov (2):
> >   apalis/colibri-imx8/8x: add overlay support for i.mx 8/8x-based soms
> >   apalis/colibri-imx8/8x: remove global variable script
> > 
> >  arch/arm/dts/fsl-imx8qm-apalis.dts            |   4 +-
> >  board/toradex/apalis-imx8/Makefile            |   4 +-
> >  .../apalis-imx8/apalis-imx8-imximage.cfg      |   4 +-
> >  board/toradex/apalis-imx8/apalis-imx8.c       | 129 +++++++++++++++++-
> >  configs/apalis-imx8_defconfig                 |  10 +-
> >  configs/colibri-imx8x_defconfig               |   1 +
> >  include/configs/apalis-imx8.h                 |  45 ++----
> >  include/configs/colibri-imx8x.h               |   1 -
> >  8 files changed, 156 insertions(+), 42 deletions(-)

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2023-01-10 16:30 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-12  0:09 [PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 01/16] apalis-imx8: fix booting caused by missing dm_event Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 02/16] apalis-imx8: implement pcb version and soc variant handling Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 03/16] apalis-imx8: turn off lcd backlight before os handover Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 04/16] apalis-imx8: display build info Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 05/16] apalis-imx8: provide proper config_sys_prompt Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 06/16] apalis-imx8: set bootdelay Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 07/16] apalis/colibri-imx8/8x: add overlay support for i.mx 8/8x-based soms Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 08/16] apalis/colibri-imx8/8x: remove global variable script Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 09/16] apalis-imx8: enable environment bootcount limit Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 10/16] apalis-imx8: update spdx license identifier string Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 11/16] apalis-imx8: remove obsolete sdhc related config defines Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 12/16] apalis-imx8: remove obsolete net usb start Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 13/16] apalis-imx8: introduce setup setting setupargs Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 14/16] apalis-imx8: drop obsolete environment variables Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 15/16] apalis-imx8: update update_uboot confirmation message Marcel Ziswiler
2022-12-12  0:09 ` [PATCH v1 16/16] apalis-imx8: update env memory layout Marcel Ziswiler
2023-01-10 10:00 ` [PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh Marcel Ziswiler
2023-01-10 16:30   ` Tom Rini [this message]
2023-01-13 17:36     ` Stefano Babic
2023-01-16 19:15       ` Francesco Dolcini
2023-01-13 13:28   ` Stefano Babic
2023-01-13 17:26     ` Francesco Dolcini

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=20230110163026.GL3787616@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=festevam@gmail.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=xypron.glpk@gmx.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