Balaji Manigandan has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59470 )
Change subject: [TEST] Updating FSP Binary repo path ......................................................................
[TEST] Updating FSP Binary repo path
Signed-off-by: Balaji Manigandan B balaji.manigandan@intel.com Change-Id: I68d57f039ec81bd9a42861984660764258b63ef8 --- M src/soc/intel/alderlake/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/59470/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 58b9051..89a9fb4 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -1,5 +1,6 @@ config SOC_INTEL_ALDERLAKE bool + select HAVE_INTEL_FSP_REPO help Intel Alderlake support
@@ -277,6 +278,7 @@
config FSP_HEADER_PATH string "Location of FSP headers" + default "3rdparty/blobs/intel/adl/fsp/Include/" if HAVE_INTEL_FSP_REPO default "src/vendorcode/intel/fsp/fsp2_0/alderlake/"
config FSP_FD_PATH