projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00da0cb
)
x86/cpu: Add CPU model numbers for Meteor Lake
author
Tony Luck
<tony.luck@intel.com>
Wed, 24 Aug 2022 17:57:18 +0000
(10:57 -0700)
committer
Dave Hansen
<dave.hansen@linux.intel.com>
Wed, 31 Aug 2022 21:17:00 +0000
(14:17 -0700)
Add model numbers for client and mobile parts.
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/20220824175718.232384-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
aeb3802
..
5d75fe2
100644
(file)
--- a/
arch/x86/include/asm/intel-family.h
+++ b/
arch/x86/include/asm/intel-family.h
@@
-115,6
+115,9
@@
#define INTEL_FAM6_RAPTORLAKE_P 0xBA
#define INTEL_FAM6_RAPTORLAKE_S 0xBF
+#define INTEL_FAM6_METEORLAKE 0xAC
+#define INTEL_FAM6_METEORLAKE_L 0xAA
+
/* "Small Core" Processors (Atom) */
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */