diff options
| author | Francesco Dolcini <[email protected]> | 2026-04-24 12:42:05 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-05 10:35:36 -0600 |
| commit | 398fca82ae37c3e627b6839c9dd2e9cf06ee7d29 (patch) | |
| tree | 967df3c72428d3ec67f3808403db7aab5b0f1bf2 | |
| parent | 6912d6190912fa09765202fd8f45db560090a9eb (diff) | |
configs: colibri-imx8x: Enable EFI
Enable standard EFI support, as required 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/colibri-imx8x_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index fd6a6b47fcf..abca8a96d63 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -19,7 +19,6 @@ CONFIG_IMX_BOOTAUX=y CONFIG_SYS_MEMTEST_START=0x88000000 CONFIG_SYS_MEMTEST_END=0x89000000 CONFIG_REMAKE_ELF=y -# CONFIG_EFI_LOADER is not set CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_DISTRO_DEFAULTS=y @@ -36,11 +35,13 @@ CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SYS_PROMPT="Colibri iMX8X # " CONFIG_CMD_CPU=y CONFIG_CMD_ASKENV=y +CONFIG_CMD_NVEDIT_EFI=y CONFIG_CMD_MEMTEST=y CONFIG_CMD_CLK=y CONFIG_CMD_DM=y CONFIG_CMD_FUSE=y CONFIG_CMD_GPIO=y +CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_CACHE=y |
