* [PATCH] ARM: multi_v8_defconfig: enable more MMC support
@ 2026-07-06 14:13 Ahmad Fatoum
2026-07-07 6:47 ` Sascha Hauer
0 siblings, 1 reply; 4+ messages in thread
From: Ahmad Fatoum @ 2026-07-06 14:13 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
From: Ahmad Fatoum <a.fatoum@barebox.org>
To prepare testing the OP-TEE + RPMB functionality in barebox, enable
all the relevant barebox MMC drivers and MMC/partitioning commands,
short of OP-TEE itself:
The OP-TEE region is not reclaimed when OP-TEE is not used, so we don't
want to enable it in a common config just yet.
Signed-off-by: Ahmad Fatoum <a.fatoum@barebox.org>
---
Please use this to replace following commit in next:
"ARM: multi_v8_defconfig: enable OP-TEE and RPMB support"
This fixes the regression in next.
---
arch/arm/configs/multi_v8_defconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/configs/multi_v8_defconfig b/arch/arm/configs/multi_v8_defconfig
index 5ea63372d050..fad10669e114 100644
--- a/arch/arm/configs/multi_v8_defconfig
+++ b/arch/arm/configs/multi_v8_defconfig
@@ -84,6 +84,7 @@ CONFIG_CMD_MEMINFO=y
CONFIG_CMD_ARM_MMUINFO=y
CONFIG_CMD_REGULATOR=y
CONFIG_CMD_BFETCH=y
+CONFIG_CMD_MMC=y
CONFIG_CMD_MMC_EXTCSD=y
CONFIG_CMD_POLLER=y
CONFIG_CMD_SLICE=y
@@ -94,6 +95,7 @@ CONFIG_CMD_UIMAGE=y
CONFIG_CMD_BOOTCHOOSER=y
CONFIG_CMD_PARTITION=y
CONFIG_CMD_FINDMNT=y
+CONFIG_CMD_PARTED=y
CONFIG_CMD_EXPORT=y
CONFIG_CMD_DEFAULTENV=y
CONFIG_CMD_LOADENV=y
@@ -228,6 +230,9 @@ CONFIG_DRIVER_VIDEO_RAMFB=y
CONFIG_SOUND=y
CONFIG_MCI=y
CONFIG_MCI_MMC_BOOT_PARTITIONS=y
+CONFIG_MCI_MMC_GPP_PARTITIONS=y
+CONFIG_MCI_MMC_RPMB=y
+CONFIG_MCI_SDHCI_PCI=y
CONFIG_MCI_DW=y
CONFIG_MCI_SUNXI_SMHC=y
CONFIG_MCI_ROCKCHIP_DWCMSHC=y
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: multi_v8_defconfig: enable more MMC support
2026-07-06 14:13 [PATCH] ARM: multi_v8_defconfig: enable more MMC support Ahmad Fatoum
@ 2026-07-07 6:47 ` Sascha Hauer
2026-07-09 13:31 ` Ahmad Fatoum
0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2026-07-07 6:47 UTC (permalink / raw)
To: barebox, Ahmad Fatoum; +Cc: Ahmad Fatoum
On Mon, 06 Jul 2026 16:13:14 +0200, Ahmad Fatoum wrote:
> To prepare testing the OP-TEE + RPMB functionality in barebox, enable
> all the relevant barebox MMC drivers and MMC/partitioning commands,
> short of OP-TEE itself:
> The OP-TEE region is not reclaimed when OP-TEE is not used, so we don't
> want to enable it in a common config just yet.
>
>
> [...]
Applied, thanks!
[1/1] ARM: multi_v8_defconfig: enable more MMC support
https://git.pengutronix.de/cgit/barebox/commit/?id=868c5b842ae7 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] ARM: multi_v8_defconfig: enable more MMC support
2026-07-07 6:47 ` Sascha Hauer
@ 2026-07-09 13:31 ` Ahmad Fatoum
2026-07-10 21:28 ` Sascha Hauer
0 siblings, 1 reply; 4+ messages in thread
From: Ahmad Fatoum @ 2026-07-09 13:31 UTC (permalink / raw)
To: Sascha Hauer, barebox; +Cc: Ahmad Fatoum
Hello Sascha,
On 7/7/26 8:47 AM, Sascha Hauer wrote:
>
> On Mon, 06 Jul 2026 16:13:14 +0200, Ahmad Fatoum wrote:
>> To prepare testing the OP-TEE + RPMB functionality in barebox, enable
>> all the relevant barebox MMC drivers and MMC/partitioning commands,
>> short of OP-TEE itself:
>> The OP-TEE region is not reclaimed when OP-TEE is not used, so we don't
>> want to enable it in a common config just yet.
>>
>>
>> [...]
>
> Applied, thanks!
Thanks for applying. Please also drop
"ARM: multi_v8_defconfig: enable OP-TEE and RPMB support" from next to
fix the CI regression.
Thanks,
Ahmad
>
> [1/1] ARM: multi_v8_defconfig: enable more MMC support
> https://git.pengutronix.de/cgit/barebox/commit/?id=868c5b842ae7 (link may not be stable)
>
> Best regards,
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: multi_v8_defconfig: enable more MMC support
2026-07-09 13:31 ` Ahmad Fatoum
@ 2026-07-10 21:28 ` Sascha Hauer
0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2026-07-10 21:28 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox, Ahmad Fatoum
On 2026-07-09 15:31, Ahmad Fatoum wrote:
> Hello Sascha,
>
> On 7/7/26 8:47 AM, Sascha Hauer wrote:
> >
> > On Mon, 06 Jul 2026 16:13:14 +0200, Ahmad Fatoum wrote:
> >> To prepare testing the OP-TEE + RPMB functionality in barebox, enable
> >> all the relevant barebox MMC drivers and MMC/partitioning commands,
> >> short of OP-TEE itself:
> >> The OP-TEE region is not reclaimed when OP-TEE is not used, so we don't
> >> want to enable it in a common config just yet.
> >>
> >>
> >> [...]
> >
> > Applied, thanks!
>
> Thanks for applying. Please also drop
> "ARM: multi_v8_defconfig: enable OP-TEE and RPMB support" from next to
> fix the CI regression.
Ok, done
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-10 21:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 14:13 [PATCH] ARM: multi_v8_defconfig: enable more MMC support Ahmad Fatoum
2026-07-07 6:47 ` Sascha Hauer
2026-07-09 13:31 ` Ahmad Fatoum
2026-07-10 21:28 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox