Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81121?usp=email )
Change subject: soc/intel/meteorlake: Default to FSP {binary,headers} from Intel repo ......................................................................
soc/intel/meteorlake: Default to FSP {binary,headers} from Intel repo
Allow using the FSP binary and headers from the Intel repo and set them as default.
Change-Id: I71c5c570d03162cc0bd4a439dad0d05b7a64faff Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/soc/intel/meteorlake/Kconfig 1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/81121/1
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 43bb25e..82c4302 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -28,6 +28,7 @@ select HAVE_FSP_LOGO_SUPPORT if RUN_FSP_GOP select HAVE_HYPERTHREADING select HAVE_INTEL_COMPLIANCE_TEST_MODE + select HAVE_INTEL_FSP_REPO select HAVE_SMI_HANDLER select IDT_IN_EVERY_STAGE select INTEL_DESCRIPTOR_MODE_CAPABLE @@ -347,12 +348,12 @@
config FSP_HEADER_PATH string "Location of FSP headers" - default "src/vendorcode/intel/fsp/fsp2_0/meteorlake/" + default "3rdparty/fsp/MeteorLakeFspBinPkg/IoT/MeteorLake/Include"
config FSP_FD_PATH string depends on FSP_USE_REPO - default "3rdparty/fsp/MeteorLakeFspBinPkg/Fsp.fd" + default "3rdparty/fsp/MeteorLakeFspBinPkg/IoT/MeteorLake/Fsp.fd"
config SOC_INTEL_METEORLAKE_DEBUG_CONSENT int "Debug Consent for MTL"