projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e629fc1
)
x86/cpu: Add Raptor Lake to Intel family
author
Tony Luck
<tony.luck@intel.com>
Fri, 12 Nov 2021 18:28:35 +0000
(10:28 -0800)
committer
Dave Hansen
<dave.hansen@linux.intel.com>
Fri, 12 Nov 2021 19:46:06 +0000
(11:46 -0800)
Add model ID for Raptor Lake.
[ dhansen: These get added as soon as possible so that folks doing
development can leverage them. ]
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link:
https://lkml.kernel.org/r/20211112182835.924977-1-tony.luck@intel.com
arch/x86/include/asm/intel-family.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/intel-family.h
b/arch/x86/include/asm/intel-family.h
index 27158436f322dc3c4415eae014be3b1294092191..5a0bcf8b78d7c2026e93715153decec133a33869 100644
(file)
--- a/
arch/x86/include/asm/intel-family.h
+++ b/
arch/x86/include/asm/intel-family.h
@@
-108,6
+108,8
@@
#define INTEL_FAM6_ALDERLAKE 0x97 /* Golden Cove / Gracemont */
#define INTEL_FAM6_ALDERLAKE_L 0x9A /* Golden Cove / Gracemont */
+#define INTEL_FAM6_RAPTOR_LAKE 0xB7
+
/* "Small Core" Processors (Atom) */
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */