diff options
author | Tim Chu <Tim.Chu@quantatw.com> | 2022-12-13 11:10:26 +0000 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-01-29 22:32:21 +0000 |
commit | 45032383e6481eda30b0f27e4dd27a2468815e6c (patch) | |
tree | e6a127f900ca6f43c89486d9850d4e9ea8b7d928 /src/soc/intel/xeon_sp/Kconfig | |
parent | 6041699ab3fe367f120e90938af4d3919b98b399 (diff) |
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 <jonzhang@meta.com>
Signed-off-by: Tim Chu <Tim.Chu@quantatw.com>
Change-Id: Ifece05e2fbcc454cdee8e849cb4f146c89f54333
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71946
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/Kconfig')
-rw-r--r-- | src/soc/intel/xeon_sp/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
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 |