DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH 0/7] v8a: imx8m: build image for i.MX8M Nano
Date: Tue, 15 Aug 2023 11:51:48 +0200	[thread overview]
Message-ID: <ZNtKtKxy7/qct0uY@pengutronix.de> (raw)
In-Reply-To: <20230728164933.342061-1-a.fatoum@pengutronix.de>

Applied series to next, testing.

rsc

On Fri, Jul 28, 2023 at 06:49:26PM +0200, Ahmad Fatoum wrote:
> Kernel is already configured to support booting on i.MX8MN
> and all other components just need little tweaking in order
> for DistroKit to build a full SD-Card image for it, so let's do it.
> 
> This was tested on a DDR4 i.MX8MN EVK, but it should work equally
> well on the LPDDR4 variant.
> 
> I have a spare DDR4 EVK here, so I'll add it to CI once this PR is
> merged, so v8a CI is not limited to Rock-3A and there is at long
> last some automated on-device testing for DistroKit on i.MX8M.
> 
> Ahmad Fatoum (7):
>   v8a: imx8m: tf-a: build for i.MX8M Nano as well
>   v8a: imx8m: imx-firmware: install DDR4 PHY firmware
>   v8a: barebox: enable i.MX8M Nano EVK support
>   v8a: imx8m: use common genimage configuration
>   v8a: imx8m: genimage: switch from MBR to GPT images
>   v8a: imx8m: include i.MX8MN DDR4 and LPDDR4 EVK DT in rootfs
>   v8a: imx8m: genimage: build i.MX8M Nano SD/eMMC image
> 
>  configs/platform-v8a/barebox.config           |  5 ++-
>  .../platform-v8a/config/images/imx8m.config   | 17 +++++++++
>  .../config/images/imx8mm-evk.config           | 17 ---------
>  .../config/images/imx8mp-evk.config           | 17 ---------
>  .../config/images/imx8mq-evk.config           | 17 ---------
>  configs/platform-v8a/platformconfig           |  5 +--
>  .../platforms/image-imx8mn-evk.in             | 10 ++++++
>  configs/platform-v8a/rules/firmware-imx.make  | 10 ++++++
>  .../platform-v8a/rules/image-imx8mm-evk.make  |  5 ++-
>  .../platform-v8a/rules/image-imx8mn-evk.make  | 35 +++++++++++++++++++
>  .../platform-v8a/rules/image-imx8mp-evk.make  |  5 ++-
>  .../platform-v8a/rules/image-imx8mq-evk.make  |  5 ++-
>  12 files changed, 91 insertions(+), 57 deletions(-)
>  create mode 100644 configs/platform-v8a/config/images/imx8m.config
>  delete mode 100644 configs/platform-v8a/config/images/imx8mm-evk.config
>  delete mode 100644 configs/platform-v8a/config/images/imx8mp-evk.config
>  delete mode 100644 configs/platform-v8a/config/images/imx8mq-evk.config
>  create mode 100644 configs/platform-v8a/platforms/image-imx8mn-evk.in
>  create mode 100644 configs/platform-v8a/rules/image-imx8mn-evk.make
> 
> -- 
> 2.39.2
> 
> 
> 

-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |



      parent reply	other threads:[~2023-08-15  9:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28 16:49 Ahmad Fatoum
2023-07-28 16:49 ` [DistroKit] [PATCH 1/7] v8a: imx8m: tf-a: build for i.MX8M Nano as well Ahmad Fatoum
2023-07-28 16:49 ` [DistroKit] [PATCH 2/7] v8a: imx8m: imx-firmware: install DDR4 PHY firmware Ahmad Fatoum
2023-07-28 16:49 ` [DistroKit] [PATCH 3/7] v8a: barebox: enable i.MX8M Nano EVK support Ahmad Fatoum
2023-07-28 16:49 ` [DistroKit] [PATCH 4/7] v8a: imx8m: use common genimage configuration Ahmad Fatoum
2023-07-28 16:49 ` [DistroKit] [PATCH 5/7] v8a: imx8m: genimage: switch from MBR to GPT images Ahmad Fatoum
2023-07-28 16:49 ` [DistroKit] [PATCH 6/7] v8a: imx8m: include i.MX8MN DDR4 and LPDDR4 EVK DT in rootfs Ahmad Fatoum
2023-07-28 16:49 ` [DistroKit] [PATCH 7/7] v8a: imx8m: genimage: build i.MX8M Nano SD/eMMC image Ahmad Fatoum
2023-08-13 19:39 ` [DistroKit] [PATCH 0/7] v8a: imx8m: build image for i.MX8M Nano Roland Hieber
2023-08-15  9:51 ` Robert Schwebel [this message]

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=ZNtKtKxy7/qct0uY@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    --cc=print-ROOTDIR@pengutronix.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