From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>,
Philipp Zabel <p.zabel@pengutronix.de>
Subject: [DistroKit] [PATCH 15/16] v7a: kernel: enable i.MX6ULL support
Date: Mon, 16 Jun 2025 18:22:22 +0200 [thread overview]
Message-ID: <20250616162223.2089237-15-rhi@pengutronix.de> (raw)
In-Reply-To: <20250616162223.2089237-1-rhi@pengutronix.de>
From: Philipp Zabel <p.zabel@pengutronix.de>
Enable kernel options required to boot on i.MX6ULL EVK.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PATCH v2:
* picked up from pza's series, no changes.
PATCH v1: https://lore.distrokit.org/distrokit/20250523090613.2023377-2-p.zabel@pengutronix.de
---
configs/platform-v7a/kernelconfig | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 20d3bc377080..13c0874f6611 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -389,7 +389,7 @@ CONFIG_SOC_IMX6Q=y
# CONFIG_SOC_IMX6SL is not set
# CONFIG_SOC_IMX6SLL is not set
CONFIG_SOC_IMX6SX=y
-# CONFIG_SOC_IMX6UL is not set
+CONFIG_SOC_IMX6UL=y
# CONFIG_SOC_LS1021A is not set
#
@@ -1996,6 +1996,7 @@ CONFIG_HW_RANDOM_BCM2835=y
CONFIG_HW_RANDOM_IPROC_RNG200=y
CONFIG_HW_RANDOM_OMAP=y
CONFIG_HW_RANDOM_VIRTIO=y
+CONFIG_HW_RANDOM_IMX_RNGC=y
CONFIG_HW_RANDOM_STM32=y
CONFIG_HW_RANDOM_OPTEE=y
# CONFIG_HW_RANDOM_CCTRNG is not set
@@ -2178,6 +2179,7 @@ CONFIG_PINCTRL_IMX=y
# CONFIG_PINCTRL_IMX_SCMI is not set
CONFIG_PINCTRL_IMX6Q=y
CONFIG_PINCTRL_IMX6SX=y
+CONFIG_PINCTRL_IMX6UL=y
# CONFIG_PINCTRL_IMX8ULP is not set
# CONFIG_PINCTRL_IMX91 is not set
# CONFIG_PINCTRL_IMX93 is not set
@@ -3370,6 +3372,7 @@ CONFIG_CLK_BCM2835=y
CONFIG_MXC_CLK=y
CONFIG_CLK_IMX6Q=y
CONFIG_CLK_IMX6SX=y
+CONFIG_CLK_IMX6UL=y
# CONFIG_CLK_IMX8MM is not set
# CONFIG_CLK_IMX8MN is not set
# CONFIG_CLK_IMX8MP is not set
--
2.39.5
next prev parent reply other threads:[~2025-06-16 16:22 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-16 16:22 [DistroKit] [PATCH 01/16] platforms: images: use descriptive partition-type-uuids Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 02/16] v7a: barebox: version bump 2025.03.0 -> 2025.05.0 Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 03/16] v7a: barebox: boot from bootsource Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 04/16] v7a: image-stm32mp*: use new partition-table-type option Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 05/16] v7a: stm32mp: switch to upstream barebox recipe Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 06/16] v7a: stm32mp: populate default environment in barebox partition Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 07/16] v7a: mx6: switch to upstream barebox recipe Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 08/16] v7a: vexpress: " Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 09/16] v7a: rpi: " Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 10/16] v7a: rpi: remove "2" from recipe names Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 11/16] v7a: barebox: enable HWRNG drivers and allow fallback to PRNG Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 12/16] v7a: remove outdated support for afi-gf board Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 13/16] v7a: update fastboot documentation Roland Hieber
2025-06-16 16:22 ` [DistroKit] [PATCH 14/16] v7a: barebox: build images for i.MX6ULL EVK Roland Hieber
2025-06-16 16:22 ` Roland Hieber [this message]
2025-06-16 16:22 ` [DistroKit] [PATCH 16/16] v7a: platformconfig: enable i.MX6ULL EVK device tree Roland Hieber
2025-06-16 16:27 ` [DistroKit] [PATCH v2 01/16] platforms: images: use descriptive partition-type-uuids Roland Hieber
2025-06-16 17:35 ` [DistroKit] [PATCH " Robert Schwebel
2025-06-17 10:16 ` Roland Hieber
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=20250616162223.2089237-15-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=distrokit@pengutronix.de \
--cc=p.zabel@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