summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Zhang <jonzhang@fb.com>2020-06-09 18:01:32 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-06-25 11:57:20 +0000
commit951a409f669138bae25e255ec131b5fe0b0daec0 (patch)
tree3487e842247cebfec919578f78f93f3c7812188d
parent6d27778973edf6bdebfa812eac8893d52961a891 (diff)
downloadcoreboot-951a409f669138bae25e255ec131b5fe0b0daec0.tar.xz
soc/intel/xeon_sp: use edk2-stable202005 headers
Use edk2-stable202005 header files instead of UDK2017 header files, since FSP uses latest EDK2 code base. TESTED=Booted OCP Delta Lake server to OS. Signed-off-by: Jonathan Zhang <jonzhang@fb.com> Change-Id: I3c845bceb201d4ffdf5adbf2af9aad6d6794a19d Reviewed-on: https://review.coreboot.org/c/coreboot/+/42240 Reviewed-by: Subrata Banik <subrata.banik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/xeon_sp/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig
index 954256236b..8a9bf1e7eb 100644
--- a/src/soc/intel/xeon_sp/Kconfig
+++ b/src/soc/intel/xeon_sp/Kconfig
@@ -68,7 +68,7 @@ config USE_FSP2_0_DRIVER
def_bool y
depends on MAINBOARD_USES_FSP2_0
select PLATFORM_USES_FSP2_0
- select UDK_2017_BINDING
+ select UDK_202005_BINDING
select POSTCAR_CONSOLE
select POSTCAR_STAGE