From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 21 Oct 2025 15:37:07 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vBCXz-00AGW2-1f for lore@lore.pengutronix.de; Tue, 21 Oct 2025 15:37:07 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vBCXy-0007TZ-UW; Tue, 21 Oct 2025 15:37:06 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vBCXw-0007Pf-KY; Tue, 21 Oct 2025 15:37:04 +0200 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vBCXw-004jRj-1R; Tue, 21 Oct 2025 15:37:04 +0200 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1vBCXw-009GqP-19; Tue, 21 Oct 2025 15:37:04 +0200 Date: Tue, 21 Oct 2025 15:37:04 +0200 From: Robert Schwebel To: Fabian Pflug Message-ID: References: <20251021133031.3266446-1-f.pflug@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251021133031.3266446-1-f.pflug@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [DistroKit] [PATCH 0/3] Add support for i.MX93 FRDM board 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Applied series to next; I'm not entirely sure if we want to have this in DistroKit, as the intention is to mainly support hardware that is fully mainline, or at least where we have to provide patches only for a short time.... I'll take the series for now, but don't rely on it. rsc On Tue, Oct 21, 2025 at 03:27:28PM +0200, Fabian Pflug wrote: > Add support for the i.MX93 FRDM board from NXP. A low cost eval board > for MX93 processors, that does not yet have upstream support in kernel > and barebox. If this ever happens, upgradind is quite easy, as these > patches are their own commits. Everything else is really small changes. > > Fabian Pflug (3): > platform-v8a: barebox: add patches for imx93 > platform-v8a: dts: add imx93-frdm board > platform-v8a: add nxp-imx93-frdm board > > .../barebox-common-defaultenv/init/bootsource | 2 +- > configs/platform-v8a/barebox.config | 1 + > configs/platform-v8a/dts/bootstate.dtsi | 21 + > configs/platform-v8a/dts/imx93-11x11-frdm.dts | 615 ++++ > ...ep-probe-include-of-for-of_device_id.patch | 30 + > ...s-i.MX93-Add-NXP-FRDM-i.MX93-support.patch | 2624 +++++++++++++++++ > .../patches/barebox-2025.07.0/series | 2 + > configs/platform-v8a/platformconfig | 3 +- > .../platforms/image-nxp-imx93-frdm.in | 10 + > .../rules/image-nxp-imx93-frdm.make | 35 + > doc/hardware.rst | 1 + > doc/hardware_v8a_imx93_frdm.rst | 47 + > .../lib/udev/rules.d/90-rauc-partitions.rules | 1 + > 13 files changed, 3390 insertions(+), 2 deletions(-) > create mode 100644 configs/platform-v8a/dts/imx93-11x11-frdm.dts > create mode 100644 configs/platform-v8a/patches/barebox-2025.07.0/0001-common-deep-probe-include-of-for-of_device_id.patch > create mode 100644 configs/platform-v8a/patches/barebox-2025.07.0/0002-ARM-boards-i.MX93-Add-NXP-FRDM-i.MX93-support.patch > create mode 100644 configs/platform-v8a/patches/barebox-2025.07.0/series > create mode 100644 configs/platform-v8a/platforms/image-nxp-imx93-frdm.in > create mode 100644 configs/platform-v8a/rules/image-nxp-imx93-frdm.make > create mode 100644 doc/hardware_v8a_imx93_frdm.rst > > -- > 2.47.3 > > > -- 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 |