[PATCH v1] configs: socfpga: stratix10: Disable mkeficapsule tool build

Boon Khai Ng boon.khai.ng at altera.com
Thu Mar 19 12:27:17 CET 2026


mkeficapsule tool will be built by default if EFI_LOADER is set due to
external changes for U-Boot v2024.10 commit b7a625b1ce49 ("tools: Build
mkeficapsule tool by default if EFI_LOADER is set")

This will cause compilation error on all our SoCFPGA devices, hence we will
be disabling this config for now as we do not utilize this tool.

Signed-off-by: Boon Khai Ng <boon.khai.ng at altera.com>
---
 configs/socfpga_stratix10_atf_defconfig | 1 +
 configs/socfpga_stratix10_defconfig     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/socfpga_stratix10_atf_defconfig b/configs/socfpga_stratix10_atf_defconfig
index 206343885d9..4340e8b904e 100644
--- a/configs/socfpga_stratix10_atf_defconfig
+++ b/configs/socfpga_stratix10_atf_defconfig
@@ -88,3 +88,4 @@ CONFIG_WDT=y
 # CONFIG_SPL_USE_TINY_PRINTF is not set
 CONFIG_PANIC_HANG=y
 CONFIG_SPL_CRC32=y
+# CONFIG_TOOLS_MKEFICAPSULE is not set
diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig
index e360048078c..437198a654a 100644
--- a/configs/socfpga_stratix10_defconfig
+++ b/configs/socfpga_stratix10_defconfig
@@ -90,3 +90,4 @@ CONFIG_WDT=y
 # CONFIG_SPL_USE_TINY_PRINTF is not set
 CONFIG_PANIC_HANG=y
 CONFIG_SPL_CRC32=y
+# CONFIG_TOOLS_MKEFICAPSULE is not set
-- 
2.43.7



More information about the U-Boot mailing list