summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
diff options
context:
space:
mode:
authorLean Sheng Tan <sheng.tan@9elements.com>2022-04-01 12:03:51 +0200
committerAngel Pons <th3fanbus@gmail.com>2022-04-04 17:48:56 +0000
commit9e78dd13577b577f96699710fefd965acda686e1 (patch)
tree9e6f2bb50eda7d698ba9ca14e5971537885d197e /src/include/cpu
parent74d6efc924326b5858fabbafa58ce095d4cca38d (diff)
downloadcoreboot-9e78dd13577b577f96699710fefd965acda686e1.tar.gz
coreboot-9e78dd13577b577f96699710fefd965acda686e1.tar.bz2
coreboot-9e78dd13577b577f96699710fefd965acda686e1.zip
soc/intel/alderlake: Update CPU IDs with correct steppings
Update ADL CPU IDs per correct steppings listed in Intel Doc 626774. Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com> Change-Id: I722043c493b8c3de8965bcaa13f33c907d51f284 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63299 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/intel/cpu_ids.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/cpu/intel/cpu_ids.h b/src/include/cpu/intel/cpu_ids.h
index 07e359afbcfb..f0c1baf31915 100644
--- a/src/include/cpu/intel/cpu_ids.h
+++ b/src/include/cpu/intel/cpu_ids.h
@@ -51,10 +51,10 @@
#define CPUID_ELKHARTLAKE_A0 0x90660
#define CPUID_ELKHARTLAKE_B0 0x90661
#define CPUID_ALDERLAKE_S_A0 0x90670
-#define CPUID_ALDERLAKE_A0 0x906a0
-#define CPUID_ALDERLAKE_A1 0x906a1
-#define CPUID_ALDERLAKE_A2 0x906a2
-#define CPUID_ALDERLAKE_A3 0x906a4
+#define CPUID_ALDERLAKE_J0 0x906a0
+#define CPUID_ALDERLAKE_Q0 0x906a1
+#define CPUID_ALDERLAKE_K0 0x906a2
+#define CPUID_ALDERLAKE_R0 0x906a4
#define CPUID_ALDERLAKE_N_A0 0xb06e0
#define CPUID_METEORLAKE_A0_1 0xa06a0
#define CPUID_METEORLAKE_A0_2 0xa06a1