From: Philipp Zabel <p.zabel@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [DistroKit] [PATCH 1/3] v7a: barebox-mx6: build images for i.MX6ULL EVK
Date: Fri, 23 May 2025 11:06:11 +0200 [thread overview]
Message-ID: <20250523090613.2023377-1-p.zabel@pengutronix.de> (raw)
Enable QSPI driver, even though the device does not boot from SPI NOR
flash without modifications.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
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
next reply other threads:[~2025-05-23 9:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-23 9:06 Philipp Zabel [this message]
2025-05-23 9:06 ` [DistroKit] [PATCH 2/3] v7a: kernel: enable i.MX6ULL support Philipp Zabel
2025-05-23 9:06 ` [DistroKit] [PATCH 3/3] v7a: platformconfig: enable i.MX6ULL EVK device tree Philipp Zabel
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=20250523090613.2023377-1-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=distrokit@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