Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86611?usp=email )
Change subject: soc/intel/meteorlake: Hook up FSP repo ......................................................................
soc/intel/meteorlake: Hook up FSP repo
FSP binaries for MTL are now available on github, so select 'HAVE_INTEL_FSP_REPO' and add/correct the path for the FSP headers and binary.
TEST=build/boot starlabs/starbook_mtl
Change-Id: I44ee923f4d1151f0e11104af7db53ce59551cf37 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/soc/intel/meteorlake/Kconfig 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/86611/1
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index bc0183d..b7adce2 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,13 +348,14 @@
config FSP_HEADER_PATH string "Location of FSP headers" + default "3rdparty/fsp/MeteorLakeFspBinPkg/IoT/MeteorLake/Include" if FSP_USE_REPO default "src/vendorcode/intel/fsp/fsp2_0/meteorlake/x86_64/" if HAVE_X86_64_SUPPORT default "src/vendorcode/intel/fsp/fsp2_0/meteorlake/x86_32/"
config FSP_FD_PATH string depends on FSP_USE_REPO - default "3rdparty/fsp/MeteorLakeFspBinPkg/Fsp.fd" + default "3rdparty/fsp/MeteorLakeFspBinPkg/IoT/MeteorLake/Fsp.fd"
# Override platform debug consent value: # 0:Disabled, 2:Enabled Trace Active, 4:Enabled Trace Ready,