summaryrefslogtreecommitdiff
path: root/src/include/cpu/intel
diff options
context:
space:
mode:
authorWonkyu Kim <wonkyu.kim@intel.com>2020-11-13 15:16:32 -0800
committerFelix Held <felix-coreboot@felixheld.de>2022-03-09 22:28:33 +0000
commit9f4010753d54447574d7a4e01a11f8b4f810830f (patch)
tree24cd4950dbe82f9d2d1dfd543a14b4c63d3802bf /src/include/cpu/intel
parent697fa74027402e8eb01c69ee6407599f6cacca75 (diff)
soc/intel/common: Include Meteor Lake device IDs
Reference: chapter2 in Meteor Lake EDS vol1 (640228) Signed-off-by: Wonkyu Kim <wonkyu.kim@intel.com> Change-Id: Ie71abb70b88db0acec8a320c3e2c20c54bbb4a8a Reviewed-on: https://review.coreboot.org/c/coreboot/+/62581 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/cpu/intel')
-rw-r--r--src/include/cpu/intel/cpu_ids.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/cpu/intel/cpu_ids.h b/src/include/cpu/intel/cpu_ids.h
index 0f7c5c1e87..07e359afbc 100644
--- a/src/include/cpu/intel/cpu_ids.h
+++ b/src/include/cpu/intel/cpu_ids.h
@@ -56,5 +56,6 @@
#define CPUID_ALDERLAKE_A2 0x906a2
#define CPUID_ALDERLAKE_A3 0x906a4
#define CPUID_ALDERLAKE_N_A0 0xb06e0
-
+#define CPUID_METEORLAKE_A0_1 0xa06a0
+#define CPUID_METEORLAKE_A0_2 0xa06a1
#endif /* CPU_INTEL_CPU_IDS_H */