summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2020-07-20 21:37:49 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-16 13:00:51 +0200
commit0180c22721463af7de99c1d3312c2a146bc054a8 (patch)
tree0ea451adf9c5dd12744871d7064f1efa9b08085f
parent64d90b7226dcda3f2adb79b559080c3b0b0cb81d (diff)
downloadlinux-stable-0180c22721463af7de99c1d3312c2a146bc054a8.tar.gz
linux-stable-0180c22721463af7de99c1d3312c2a146bc054a8.tar.bz2
linux-stable-0180c22721463af7de99c1d3312c2a146bc054a8.zip
x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU family
commit e00b62f0b06d0ae2b844049f216807617aff0cdb upstream. Add three new Intel CPU models. Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20200721043749.31567-1-tony.luck@intel.com Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/x86/include/asm/intel-family.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 0d2ceec8a9ff..279e085ad7d5 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -62,6 +62,13 @@
#define INTEL_FAM6_COMETLAKE 0xA5
#define INTEL_FAM6_COMETLAKE_L 0xA6
+#define INTEL_FAM6_ROCKETLAKE 0xA7
+
+/* Hybrid Core/Atom Processors */
+
+#define INTEL_FAM6_LAKEFIELD 0x8A
+#define INTEL_FAM6_ALDERLAKE 0x97
+
/* "Small Core" Processors (Atom) */
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */