Skip to content

Commit 3ccce93

Browse files
aeglsuryasaimadhu
authored andcommitted
x86/cpu: Add new Alderlake and Raptorlake CPU model numbers
Intel is subdividing the mobile segment with additional models with the same codename. Using the Intel "N" and "P" suffices for these will be less confusing than trying to map to some different naming convention. Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/YlS7n7Xtso9BXZA2@agluck-desk3.sc.intel.com
1 parent b2d229d commit 3ccce93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/x86/include/asm/intel-family.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* _G - parts with extra graphics on
2727
* _X - regular server parts
2828
* _D - micro server parts
29+
* _N,_P - other mobile parts
2930
*
3031
* Historical OPTDIFFs:
3132
*
@@ -107,8 +108,10 @@
107108

108109
#define INTEL_FAM6_ALDERLAKE 0x97 /* Golden Cove / Gracemont */
109110
#define INTEL_FAM6_ALDERLAKE_L 0x9A /* Golden Cove / Gracemont */
111+
#define INTEL_FAM6_ALDERLAKE_N 0xBE
110112

111113
#define INTEL_FAM6_RAPTORLAKE 0xB7
114+
#define INTEL_FAM6_RAPTORLAKE_P 0xBA
112115

113116
/* "Small Core" Processors (Atom) */
114117

0 commit comments

Comments
 (0)