summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
diff options
context:
space:
mode:
authorBora Guvendik <bora.guvendik@intel.com>2022-02-28 14:43:49 -0800
committerFelix Held <felix-coreboot@felixheld.de>2022-05-16 13:12:05 +0000
commita15b25f6fd3b121913508bf6b603856d5026be2c (patch)
tree937af3198d16eee54e5d9284855aca312ce077e6 /src/include/cpu
parent7e3159c3d2ee0d1aa51aac57fbeb34ffc08255e7 (diff)
downloadcoreboot-a15b25f6fd3b121913508bf6b603856d5026be2c.tar.gz
coreboot-a15b25f6fd3b121913508bf6b603856d5026be2c.tar.bz2
coreboot-a15b25f6fd3b121913508bf6b603856d5026be2c.zip
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) Change-Id: I39e655dec2314a672ea63ba90d8bb3fc53bf77ba Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63750 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Anil Kumar K <anil.kumar.k@intel.com>
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/intel/cpu_ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cpu/intel/cpu_ids.h b/src/include/cpu/intel/cpu_ids.h
index 6d3685194f52..384b000a4ec8 100644
--- a/src/include/cpu/intel/cpu_ids.h
+++ b/src/include/cpu/intel/cpu_ids.h
@@ -59,4 +59,6 @@
#define CPUID_ALDERLAKE_N_A0 0xb06e0
#define CPUID_METEORLAKE_A0_1 0xa06a0
#define CPUID_METEORLAKE_A0_2 0xa06a1
+#define CPUID_RAPTORLAKE_P_J0 0xb06a2
+
#endif /* CPU_INTEL_CPU_IDS_H */