]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: toradex-smarc-imx95: Enable EFI related options
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Fri, 24 Apr 2026 10:42:07 +0000 (12:42 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 5 May 2026 16:35:36 +0000 (10:35 -0600)
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
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
configs/toradex-smarc-imx95_defconfig

index 61abeff1afb633fa69764986e385507451951b46..a68adfa4e6099e670b5e7a1542b6923a66224517 100644 (file)
@@ -63,6 +63,7 @@ CONFIG_SPL_THERMAL=y
 CONFIG_SPL_WATCHDOG=y
 CONFIG_SYS_PROMPT="SMARC iMX95 # "
 CONFIG_CMD_ASKENV=y
+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