diff options
| author | Francesco Dolcini <[email protected]> | 2026-04-24 12:42:08 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-05 10:35:36 -0600 |
| commit | 3a304e7347aa7dc8ebcd957da9cde65b8e7a098c (patch) | |
| tree | bb8f7a9085afa154cb7be15f0e90ce2c8a06cbf6 | |
| parent | 1dda05fe997f8dfeaf3c602eb2873eb835236cc3 (diff) | |
configs: verdin-am62: 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-am62_a53_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/verdin-am62_a53_defconfig b/configs/verdin-am62_a53_defconfig index f04858099da..09e302c74a0 100644 --- a/configs/verdin-am62_a53_defconfig +++ b/configs/verdin-am62_a53_defconfig @@ -57,6 +57,7 @@ CONFIG_SYS_PROMPT="Verdin AM62 # " CONFIG_CMD_ADTIMG=y 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 @@ -65,6 +66,7 @@ CONFIG_CMD_BCB=y CONFIG_CMD_CLK=y CONFIG_CMD_DFU=y CONFIG_CMD_GPIO=y +CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_READ=y @@ -77,7 +79,6 @@ CONFIG_CMD_UUID=y CONFIG_CMD_PMIC=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 |
