diff options
| author | Francesco Dolcini <[email protected]> | 2026-04-24 12:42:12 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-05 10:35:36 -0600 |
| commit | a97668cd8bb8394609765ab209da000f410a563d (patch) | |
| tree | 5e6445d5e4ece38834f61cc73eb008e587e64717 | |
| parent | d52f67197bb9e0fcda30f9309c9c873e21f7c643 (diff) | |
configs: verdin-imx95: 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/verdin-imx95_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/verdin-imx95_defconfig b/configs/verdin-imx95_defconfig index 6dbf921e64b..c4a6bcd2586 100644 --- a/configs/verdin-imx95_defconfig +++ b/configs/verdin-imx95_defconfig @@ -64,6 +64,7 @@ CONFIG_SPL_THERMAL=y CONFIG_SPL_WATCHDOG=y CONFIG_SYS_PROMPT="Verdin iMX95 # " CONFIG_CMD_ASKENV=y +CONFIG_CMD_NVEDIT_EFI=y CONFIG_CRC32_VERIFY=y CONFIG_CMD_MD5SUM=y CONFIG_MD5SUM_VERIFY=y @@ -71,6 +72,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 |
