From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 16 Jun 2025 18:24:01 +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 1uRCcq-007ykI-3C for lore@lore.pengutronix.de; Mon, 16 Jun 2025 18:24:01 +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 1uRCcq-0003Fz-Gt; Mon, 16 Jun 2025 18:24:00 +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 1uRCcp-0003FW-8f; Mon, 16 Jun 2025 18:23:59 +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 1uRCcp-003ptm-0H; Mon, 16 Jun 2025 18:23:59 +0200 Received: from rhi by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uRCco-00H7ZM-37; Mon, 16 Jun 2025 18:23:58 +0200 Date: Mon, 16 Jun 2025 18:23:58 +0200 From: Roland Hieber To: Philipp Zabel Message-ID: <1750090963-3ef7c10ab8c11d68e9ffe7d9@pty> References: <20250523090613.2023377-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20250523090613.2023377-1-p.zabel@pengutronix.de> Subject: Re: [DistroKit] [PATCH 1/3] v7a: barebox-mx6: build images for i.MX6ULL EVK 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 On Fri, May 23, 2025 at 11:06:11AM +0200, Philipp Zabel wrote: > Enable QSPI driver, even though the device does not boot from SPI NOR > flash without modifications. > > Signed-off-by: Philipp Zabel Due to the merge conflict in barebox-mx6, I've picked up these three patches in my unify-v7a-barebox series v2: https://lore.distrokit.org/distrokit/20250616162223.2089237-14-rhi@pengutronix.de/T/#u - Roland > --- > configs/platform-v7a/barebox-mx6.config | 5 +++-- > configs/platform-v7a/barebox-mx6.config.diff | 5 +++-- > configs/platform-v7a/rules/barebox-mx6.make | 1 + > 3 files changed, 7 insertions(+), 4 deletions(-) > > diff --git a/configs/platform-v7a/barebox-mx6.config b/configs/platform-v7a/barebox-mx6.config > index 4d35168fdac8..e891a1aa7e87 100644 > --- a/configs/platform-v7a/barebox-mx6.config > +++ b/configs/platform-v7a/barebox-mx6.config > @@ -53,6 +53,7 @@ CONFIG_RESET_IMX_SRC=y > # > CONFIG_ARCH_IMX6=y > CONFIG_ARCH_IMX6SX=y > +CONFIG_ARCH_IMX6UL=y > > # > # i.MX1 boards > @@ -118,7 +119,7 @@ CONFIG_MACH_UDOO_NEO=y > # CONFIG_MACH_TX6X is not set > # CONFIG_MACH_KONTRON_SAMX6I is not set > # CONFIG_MACH_NOVENA is not set > -# CONFIG_MACH_NXP_IMX6ULL_EVK is not set > +CONFIG_MACH_NXP_IMX6ULL_EVK=y > # CONFIG_MACH_PHYTEC_SOM_IMX6 is not set > # CONFIG_MACH_PROTONIC_IMX6 is not set > # CONFIG_MACH_SKOV_IMX6 is not set > @@ -701,7 +702,7 @@ CONFIG_NET_USB_SMSC95XX=y > # > CONFIG_SPI=y > CONFIG_SPI_MEM=y > -# CONFIG_DRIVER_SPI_FSL_QUADSPI is not set > +CONFIG_DRIVER_SPI_FSL_QUADSPI=y > CONFIG_DRIVER_SPI_GPIO=y > CONFIG_DRIVER_SPI_IMX=y > CONFIG_DRIVER_SPI_IMX_2_3=y > diff --git a/configs/platform-v7a/barebox-mx6.config.diff b/configs/platform-v7a/barebox-mx6.config.diff > index 9b2cf6d485b1..90bfee81013c 100644 > --- a/configs/platform-v7a/barebox-mx6.config.diff > +++ b/configs/platform-v7a/barebox-mx6.config.diff > @@ -5,6 +5,7 @@ CONFIG_ARCH_HAS_IMX_GPT=y > CONFIG_ARCH_HAS_L2X0=y > CONFIG_ARCH_IMX6=y > CONFIG_ARCH_IMX6SX=y > +CONFIG_ARCH_IMX6UL=y > CONFIG_ARCH_IMX=y > CONFIG_ARCH_IMX_IMXIMAGE=y > # CONFIG_ARCH_IMX_USBLOADER is not set > @@ -48,7 +49,7 @@ CONFIG_DISK_PATA_IMX=y > CONFIG_DRIVER_NET_FEC_IMX=y > CONFIG_DRIVER_SERIAL_IMX=y > # CONFIG_DRIVER_SERIAL_LPUART32 is not set > -# CONFIG_DRIVER_SPI_FSL_QUADSPI is not set > +CONFIG_DRIVER_SPI_FSL_QUADSPI=y > CONFIG_DRIVER_SPI_IMX=y > CONFIG_DRIVER_SPI_IMX_2_3=y > # CONFIG_DRIVER_VIDEO_BACKLIGHT is not set > @@ -131,7 +132,7 @@ CONFIG_MACH_EMBEST_RIOTBOARD=y > # CONFIG_MACH_MEERKAT96 is not set > CONFIG_MACH_NITROGEN6=y > # CONFIG_MACH_NOVENA is not set > -# CONFIG_MACH_NXP_IMX6ULL_EVK is not set > +CONFIG_MACH_NXP_IMX6ULL_EVK=y > # CONFIG_MACH_PCA100 is not set > # CONFIG_MACH_PCM038 is not set > # CONFIG_MACH_PHYTEC_PHYCORE_IMX7 is not set > diff --git a/configs/platform-v7a/rules/barebox-mx6.make b/configs/platform-v7a/rules/barebox-mx6.make > index a168117f8f3b..637c8dcab018 100644 > --- a/configs/platform-v7a/rules/barebox-mx6.make > +++ b/configs/platform-v7a/rules/barebox-mx6.make > @@ -52,6 +52,7 @@ BAREBOX_MX6_IMAGES := images/barebox-embest-imx6s-riotboard.img \ > images/barebox-boundarydevices-imx6q-nitrogen6x-1g.img \ > images/barebox-boundarydevices-imx6q-nitrogen6x-2g.img \ > images/barebox-boundarydevices-imx6qp-nitrogen6_max.img \ > + images/barebox-nxp-imx6ull-evk.img \ > images/barebox-udoo-neo.img > > BAREBOX_MX6_IMAGES := $(addprefix $(BAREBOX_MX6_BUILD_DIR)/,$(BAREBOX_MX6_IMAGES)) > -- > 2.39.5 > > > -- Roland Hieber, Pengutronix e.K. | rhi@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 |