From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 13 Aug 2023 21:39:41 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVGw9-002kM3-Rc for lore@lore.pengutronix.de; Sun, 13 Aug 2023 21:39:41 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qVGw8-0005gs-2z; Sun, 13 Aug 2023 21:39:40 +0200 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qVGw6-0005gd-7i; Sun, 13 Aug 2023 21:39:38 +0200 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1qVGw6-0007km-1I; Sun, 13 Aug 2023 21:39:38 +0200 Date: Sun, 13 Aug 2023 21:39:38 +0200 From: Roland Hieber To: Ahmad Fatoum Message-ID: <20230813193938.6ganulq5xxl4b7wj@pengutronix.de> References: <20230728164933.342061-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230728164933.342061-1-a.fatoum@pengutronix.de> User-Agent: NeoMutt/20180716 Subject: Re: [DistroKit] [PATCH 0/7] v8a: imx8m: build image for i.MX8M Nano X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false 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 Reviewed-by: Roland Hieber > 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 > > > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |