From: Francesco Dolcini Date: Fri, 24 Apr 2026 10:42:10 +0000 (+0200) Subject: configs: verdin-imx8mm: Enable EFI related options X-Git-Tag: v2026.07-rc2~21^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f5c862eccaaa5d88901279ec66da738361c942e;p=thirdparty%2Fu-boot.git configs: verdin-imx8mm: 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 --- diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig index 45437205837..fb4e6e26129 100644 --- a/configs/verdin-imx8mm_defconfig +++ b/configs/verdin-imx8mm_defconfig @@ -55,6 +55,7 @@ CONFIG_SPL_WATCHDOG=y CONFIG_SYS_PROMPT="Verdin iMX8MM # " 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 @@ -62,6 +63,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_READ=y @@ -76,7 +78,6 @@ CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y # CONFIG_CMD_HASH is not set 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