]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: verdin-am62p: Enable EFI related options
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Fri, 24 Apr 2026 10:42:09 +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/verdin-am62p_a53_defconfig

index 3dbffa78662fe61f7a48e15c0938d66b0e7251ad..b362f136ebcf6e1d1c2730a364d1dc05a766e9d1 100644 (file)
@@ -59,6 +59,7 @@ CONFIG_SYS_PROMPT="Verdin AM62P # "
 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
@@ -67,6 +68,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
@@ -79,7 +81,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