From 45032383e6481eda30b0f27e4dd27a2468815e6c Mon Sep 17 00:00:00 2001 From: Tim Chu Date: Tue, 13 Dec 2022 11:10:26 +0000 Subject: soc/intel/xeon_sp/Kconfig: add SOC_INTEL_SAPPHIRERAPIDS_SP Intel SPR-SP (Sapphire Rapids Scalable Processor) chipset belongs to Xeon-SP family. It was product launched on Jan. 10, 2023. Signed-off-by: Jonathan Zhang Signed-off-by: Tim Chu Change-Id: Ifece05e2fbcc454cdee8e849cb4f146c89f54333 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71946 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks Reviewed-by: Lean Sheng Tan --- src/soc/intel/xeon_sp/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig index 0196e6d313..c7ca1ef3cb 100644 --- a/src/soc/intel/xeon_sp/Kconfig +++ b/src/soc/intel/xeon_sp/Kconfig @@ -24,6 +24,16 @@ config SOC_INTEL_COOPERLAKE_SP help Intel Cooper Lake-SP support +config SOC_INTEL_SAPPHIRERAPIDS_SP + bool + select CACHE_MRC_SETTINGS + select CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED + select PLATFORM_USES_FSP2_3 + select SOC_INTEL_CSE_SERVER_SKU + select XEON_SP_COMMON_BASE + help + Intel Sapphire Rapids-SP support + if XEON_SP_COMMON_BASE config CPU_SPECIFIC_OPTIONS -- cgit v1.2.3