From 529a64b788888aa21189104309a5e9e814bcb0e0 Mon Sep 17 00:00:00 2001 From: zhixingma Date: Mon, 13 Jun 2022 15:06:27 -0700 Subject: soc/intel: Add Raptor Lake device IDs Add Raptor Lake specific CPU, System Agent, PCH, IGD device IDs. References: RaptorLake External Design Specification Volume 1 (640555) 600/700 Series PCH External Design Specification Volume 1 (626817) BUG=b:229134437 BRANCH=firmware-brya-14505.B TEST=Booted to OS on adlrvp + rpl silicon Signed-off-by: Zhixing Ma Change-Id: I8e8b9ec6ae82de7d7aa2302097fc66f47b782323 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65117 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/include/cpu/intel/cpu_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/cpu/intel') diff --git a/src/include/cpu/intel/cpu_ids.h b/src/include/cpu/intel/cpu_ids.h index d8191331d9..bb5511f126 100644 --- a/src/include/cpu/intel/cpu_ids.h +++ b/src/include/cpu/intel/cpu_ids.h @@ -64,5 +64,6 @@ #define CPUID_METEORLAKE_A0_1 0xa06a0 #define CPUID_METEORLAKE_A0_2 0xa06a1 #define CPUID_RAPTORLAKE_P_J0 0xb06a2 +#define CPUID_RAPTORLAKE_P_Q0 0xb06a3 #endif /* CPU_INTEL_CPU_IDS_H */ -- cgit v1.2.3