Skip to content

Commit cf27289

Browse files
committed
Revert V56 FSP dual-path attempt
The space-separated paths don't work with coreboot Makefile and cause different build errors. This is a Dasharo bug - their custom FSP package is missing MemInfoHob.h that upstream has. The proper fix is to report this to Dasharo to update their FSP package.
1 parent 621c8df commit cf27289

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/coreboot-novacustom-v540tu.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CONFIG_HAVE_IFD_BIN=y
1818
CONFIG_TPM_MEASURED_BOOT=y
1919
CONFIG_LINUX_COMMAND_LINE="quiet loglevel=2"
2020
CONFIG_POWER_STATE_OFF_AFTER_FAILURE=y
21-
CONFIG_FSP_HEADER_PATH="3rdparty/dasharo-blobs/novacustom/v5x0tu/MeteorLakeFspBinPkg/Include/ 3rdparty/fsp/MeteorLakeFspBinPkg/IoT/MeteorLake/Include/"
21+
CONFIG_FSP_HEADER_PATH="3rdparty/dasharo-blobs/novacustom/v5x0tu/MeteorLakeFspBinPkg/Include/"
2222
CONFIG_TME_KEY_REGENERATION_ON_WARM_BOOT=y
2323
CONFIG_INTEL_KEYLOCKER=y
2424
CONFIG_SOC_INTEL_COMMON_BLOCK_SMM_TCO_ENABLE=y

config/coreboot-novacustom-v560tu.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CONFIG_HAVE_IFD_BIN=y
1818
CONFIG_TPM_MEASURED_BOOT=y
1919
CONFIG_LINUX_COMMAND_LINE="quiet loglevel=2"
2020
CONFIG_POWER_STATE_OFF_AFTER_FAILURE=y
21-
CONFIG_FSP_HEADER_PATH="3rdparty/dasharo-blobs/novacustom/v5x0tu/MeteorLakeFspBinPkg/Include/ 3rdparty/fsp/MeteorLakeFspBinPkg/IoT/MeteorLake/Include/"
21+
CONFIG_FSP_HEADER_PATH="3rdparty/dasharo-blobs/novacustom/v5x0tu/MeteorLakeFspBinPkg/Include/"
2222
CONFIG_TME_KEY_REGENERATION_ON_WARM_BOOT=y
2323
CONFIG_INTEL_KEYLOCKER=y
2424
CONFIG_SOC_INTEL_COMMON_BLOCK_SMM_TCO_ENABLE=y

0 commit comments

Comments
 (0)