Skip to content

Commit 5455fae

Browse files
alifzakuanAlif Zakuan Yuslaimi
authored andcommitted
configs: socfpga: Disable mkeficapsule tool build
mkeficapsule tool will be built by default if EFI_LOADER is set due to external changes for U-Boot v2024.10 (commit b7a625b). 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: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@intel.com>
1 parent 1e4b671 commit 5455fae

16 files changed

+16
-0
lines changed

configs/socfpga_agilex5_debug2_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ CONFIG_CMD_WDT=y
129129
CONFIG_DESIGNWARE_WATCHDOG=y
130130
CONFIG_SPL_WDT=y
131131
CONFIG_WATCHDOG_AUTOSTART=n
132+
# CONFIG_TOOLS_MKEFICAPSULE is not set

configs/socfpga_agilex5_emu_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,4 @@ CONFIG_WDT=y
128128
CONFIG_CMD_WDT=y
129129
CONFIG_DESIGNWARE_WATCHDOG=y
130130
CONFIG_WATCHDOG_AUTOSTART=n
131+
# CONFIG_TOOLS_MKEFICAPSULE is not set

configs/socfpga_agilex5_oobe2_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ CONFIG_CMD_WDT=y
129129
CONFIG_DESIGNWARE_WATCHDOG=y
130130
CONFIG_SPL_WDT=y
131131
CONFIG_WATCHDOG_AUTOSTART=n
132+
# CONFIG_TOOLS_MKEFICAPSULE is not set

configs/socfpga_agilex7m_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ CONFIG_DESIGNWARE_WATCHDOG=y
114114
CONFIG_WDT=y
115115
# CONFIG_SPL_USE_TINY_PRINTF is not set
116116
CONFIG_PANIC_HANG=y
117+
# CONFIG_TOOLS_MKEFICAPSULE is not set

configs/socfpga_agilex_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ CONFIG_DESIGNWARE_WATCHDOG=y
116116
CONFIG_WDT=y
117117
# CONFIG_SPL_USE_TINY_PRINTF is not set
118118
CONFIG_PANIC_HANG=y
119+
# CONFIG_TOOLS_MKEFICAPSULE is not set

configs/socfpga_agilex_legacy_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ CONFIG_DESIGNWARE_WATCHDOG=y
9494
CONFIG_WDT=y
9595
# CONFIG_SPL_USE_TINY_PRINTF is not set
9696
CONFIG_PANIC_HANG=y
97+
# CONFIG_TOOLS_MKEFICAPSULE is not set

configs/socfpga_agilex_vab_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@ CONFIG_WDT=y
9292
# CONFIG_SPL_USE_TINY_PRINTF is not set
9393
CONFIG_PANIC_HANG=y
9494
CONFIG_SPL_CRC32=y
95+
# CONFIG_TOOLS_MKEFICAPSULE is not set

configs/socfpga_arria10_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ CONFIG_USB_DWC2=y
7777
CONFIG_DM_I2C=y
7878
CONFIG_SYS_I2C_DW=y
7979
CONFIG_CMD_I2C=y
80+
# CONFIG_TOOLS_MKEFICAPSULE is not set

configs/socfpga_arria10_nand_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,4 @@ CONFIG_DESIGNWARE_APB_TIMER=y
9393
CONFIG_USB=y
9494
CONFIG_DM_USB=y
9595
CONFIG_USB_DWC2=y
96+
# CONFIG_TOOLS_MKEFICAPSULE is not set

configs/socfpga_arria10_qspi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ CONFIG_DESIGNWARE_APB_TIMER=y
8181
CONFIG_USB=y
8282
CONFIG_DM_USB=y
8383
CONFIG_USB_DWC2=y
84+
# CONFIG_TOOLS_MKEFICAPSULE is not set

0 commit comments

Comments
 (0)