[PATCH] ARM: multi_v8_defconfig: enable more MMC support

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Jul 6 07:13:14 PDT 2026


From: Ahmad Fatoum <a.fatoum at 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 at 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




More information about the barebox mailing list