All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: toradex-smarc-imx8mp: enable SPL_SYS_MMCSD_RAW_MODE
@ 2026-08-14 13:15 Stefan Eichenberger
  2026-08-14 13:29 ` Francesco Dolcini
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Eichenberger @ 2026-08-14 13:15 UTC (permalink / raw)
  To: francesco.dolcini, sbabic, festevam, uboot-imx, trini, sjg,
	peng.fan
  Cc: u-boot, Stefan Eichenberger

From: Stefan Eichenberger <stefan.eichenberger@toradex.com>

Enable raw MMC/SD boot mode again so that the SPL can load U-Boot proper
from a RAW U-Boot sector. This was previously removed in commit
25fefa05d732 ("configs: Resync with savedefconfig") but is required for
the Toradex SMARC-iMX8MP board to boot from MMC/SD.

Fixes: 25fefa05d732 ("configs: Resync with savedefconfig")
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
---
 configs/toradex-smarc-imx8mp_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/toradex-smarc-imx8mp_defconfig b/configs/toradex-smarc-imx8mp_defconfig
index 7301d7a4ace..83647284ae8 100644
--- a/configs/toradex-smarc-imx8mp_defconfig
+++ b/configs/toradex-smarc-imx8mp_defconfig
@@ -56,6 +56,8 @@ CONFIG_SPL_SYS_MALLOC=y
 CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y
 CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x42200000
 CONFIG_SPL_SYS_MALLOC_SIZE=0x80000
+CONFIG_SPL_SYS_MMCSD_RAW_MODE=y
+CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x300
 CONFIG_SPL_I2C=y
 CONFIG_SPL_POWER=y
 CONFIG_SPL_WATCHDOG=y
-- 
2.55.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configs: toradex-smarc-imx8mp: enable SPL_SYS_MMCSD_RAW_MODE
  2026-08-14 13:15 [PATCH] configs: toradex-smarc-imx8mp: enable SPL_SYS_MMCSD_RAW_MODE Stefan Eichenberger
@ 2026-08-14 13:29 ` Francesco Dolcini
  0 siblings, 0 replies; 2+ messages in thread
From: Francesco Dolcini @ 2026-08-14 13:29 UTC (permalink / raw)
  To: Stefan Eichenberger
  Cc: sbabic, festevam, uboot-imx, trini, sjg, peng.fan, u-boot,
	Stefan Eichenberger

On Fri, Aug 14, 2026 at 03:15:17PM +0200, Stefan Eichenberger wrote:
> From: Stefan Eichenberger <stefan.eichenberger@toradex.com>
> 
> Enable raw MMC/SD boot mode again so that the SPL can load U-Boot proper
> from a RAW U-Boot sector. This was previously removed in commit
> 25fefa05d732 ("configs: Resync with savedefconfig") but is required for
> the Toradex SMARC-iMX8MP board to boot from MMC/SD.
> 
> Fixes: 25fefa05d732 ("configs: Resync with savedefconfig")
> Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>

Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>

And also this,

Fixes: 2a00d73d081a ("spl: mmc: Try to clean up raw-mode options")


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-14 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 13:15 [PATCH] configs: toradex-smarc-imx8mp: enable SPL_SYS_MMCSD_RAW_MODE Stefan Eichenberger
2026-08-14 13:29 ` Francesco Dolcini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.