Attention is currently required from: Arthur Heymans, Christian Walter, Jincheng Li, Johnny Lin, Lean Sheng Tan, Patrick Rudolph, Tim Chu.
Hello Jincheng Li,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/81041?usp=email
to review the following change.
Change subject: soc/intel/xeon_sp: Unshare UDK binding among Xeon-SP platforms ......................................................................
soc/intel/xeon_sp: Unshare UDK binding among Xeon-SP platforms
Change-Id: I285549daad87fe1ad6e8a94853e0a92cd5930e04 Signed-off-by: Li, Jincheng jincheng.li@intel.com --- M src/soc/intel/xeon_sp/Kconfig M src/soc/intel/xeon_sp/cpx/Kconfig M src/soc/intel/xeon_sp/skx/Kconfig M src/soc/intel/xeon_sp/spr/Kconfig 4 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/81041/1
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig index 15d129a..a69d465 100644 --- a/src/soc/intel/xeon_sp/Kconfig +++ b/src/soc/intel/xeon_sp/Kconfig @@ -47,7 +47,6 @@ bool default y select PLATFORM_USES_FSP2_0 - select UDK_202005_BINDING select POSTCAR_STAGE
config MAX_SOCKET diff --git a/src/soc/intel/xeon_sp/cpx/Kconfig b/src/soc/intel/xeon_sp/cpx/Kconfig index 1e89f21..ab1e16c 100644 --- a/src/soc/intel/xeon_sp/cpx/Kconfig +++ b/src/soc/intel/xeon_sp/cpx/Kconfig @@ -8,6 +8,7 @@ select NO_FSP_TEMP_RAM_EXIT select HAVE_INTEL_FSP_REPO select USE_COREBOOT_SPECIFIC_FSP_HEADERS + select UDK_202005_BINDING help Intel Cooper Lake-SP support
diff --git a/src/soc/intel/xeon_sp/skx/Kconfig b/src/soc/intel/xeon_sp/skx/Kconfig index 52f4e62..4afc6a8 100644 --- a/src/soc/intel/xeon_sp/skx/Kconfig +++ b/src/soc/intel/xeon_sp/skx/Kconfig @@ -6,6 +6,7 @@ select PLATFORM_USES_FSP2_0 select NO_FSP_TEMP_RAM_EXIT select USE_COREBOOT_SPECIFIC_FSP_HEADERS + select UDK_202005_BINDING help Intel Skylake-SP support
diff --git a/src/soc/intel/xeon_sp/spr/Kconfig b/src/soc/intel/xeon_sp/spr/Kconfig index ce170ad..c436b0b 100644 --- a/src/soc/intel/xeon_sp/spr/Kconfig +++ b/src/soc/intel/xeon_sp/spr/Kconfig @@ -14,6 +14,7 @@ select XEON_SP_COMMON_BASE select HAVE_IOAT_DOMAINS select USE_COREBOOT_SPECIFIC_FSP_HEADERS + select UDK_202005_BINDING help Intel Sapphire Rapids-SP support