diff options
| author | Francesco Dolcini <[email protected]> | 2026-04-24 12:42:06 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-05 10:35:36 -0600 |
| commit | 1bd90ebe2ce1e600c7cf35ff9879ada3ea639843 (patch) | |
| tree | af037c44ac03d455e3aab65fea14660fa72a2018 | |
| parent | 398fca82ae37c3e627b6839c9dd2e9cf06ee7d29 (diff) | |
configs: toradex-smarc-imx8mp: Enable EFI related options
Enable EFI related options, as suggested for booting standard aarch64
Linux distribution, following the ARM recommendations for SystemReady
compliance [1].
The RTC used on this board is not currently supported by U-Boot,
therefore it is not enabled at the moment.
Link: https://developer.arm.com/documentation/DUI1101/4-5/Configure-U-Boot-for-SystemReady [1]
Signed-off-by: Francesco Dolcini <[email protected]>
| -rw-r--r-- | configs/toradex-smarc-imx8mp_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/toradex-smarc-imx8mp_defconfig b/configs/toradex-smarc-imx8mp_defconfig index 13a0e5f028b..c6097af3ebf 100644 --- a/configs/toradex-smarc-imx8mp_defconfig +++ b/configs/toradex-smarc-imx8mp_defconfig @@ -63,6 +63,7 @@ CONFIG_SPL_WATCHDOG=y CONFIG_SYS_PROMPT="SMARC iMX8MP # " CONFIG_CMD_ASKENV=y # CONFIG_CMD_EXPORTENV is not set +CONFIG_CMD_NVEDIT_EFI=y CONFIG_CRC32_VERIFY=y CONFIG_CMD_MD5SUM=y CONFIG_MD5SUM_VERIFY=y @@ -70,6 +71,7 @@ CONFIG_CMD_MEMTEST=y CONFIG_CMD_CLK=y CONFIG_CMD_FUSE=y CONFIG_CMD_GPIO=y +CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_PCI=y @@ -83,7 +85,6 @@ CONFIG_CMD_SYSBOOT=y CONFIG_CMD_UUID=y CONFIG_CMD_REGULATOR=y CONFIG_CMD_EXT4_WRITE=y -# CONFIG_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y |
