From 573e6ded9f0cc0119c90dbe849480b1a2974773e Mon Sep 17 00:00:00 2001 From: Max Fritz Date: Sat, 19 Nov 2022 01:54:44 +0100 Subject: soc/intel/alderlake: Add support for Raptor Lake S CPUs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add PCI IDs, default VR values and power limits for Raptor Lake S CPUs. Based on docs 639116 and 640555. TEST=Tested on a MSI PRO Z690-A (ms7d25) with i9-13900K with Ubuntu 22.10 and LinuxBoot (Linux + u-root). Also tested on MSI PRO Z790-P with i5-13600K (UEFI Payload) usign RPL-S IoT FSP and Ubuntu 22.04. Change-Id: I767dd08a169a6af59188d9ecd73520b916f69155 Signed-off-by: Max Fritz Signed-off-by: Michał Żygowski Reviewed-on: https://review.coreboot.org/c/coreboot/+/69798 Reviewed-by: Tim Crawford Tested-by: build bot (Jenkins) Reviewed-by: Michał Kopeć --- src/include/cpu/intel/cpu_ids.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/cpu') diff --git a/src/include/cpu/intel/cpu_ids.h b/src/include/cpu/intel/cpu_ids.h index 77b018f9fa..e89be70abf 100644 --- a/src/include/cpu/intel/cpu_ids.h +++ b/src/include/cpu/intel/cpu_ids.h @@ -73,6 +73,10 @@ #define CPUID_METEORLAKE_A0_2 0xa06a1 #define CPUID_METEORLAKE_B0 0xa06a2 #define CPUID_METEORLAKE_C0 0xa06a4 +#define CPUID_RAPTORLAKE_S_A0 0xb0670 +#define CPUID_RAPTORLAKE_S_B0 0xb0671 +#define CPUID_RAPTORLAKE_S_C0 0xb06f2 +#define CPUID_RAPTORLAKE_S_H0 0xb06f5 #define CPUID_RAPTORLAKE_P_J0 0xb06a2 #define CPUID_RAPTORLAKE_P_Q0 0xb06a3 -- cgit v1.2.3