Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Tony Luck and committed by
Borislav Petkov
3ccce934 b2d229d4

+3
+3
arch/x86/include/asm/intel-family.h
··· 26 26 * _G - parts with extra graphics on 27 27 * _X - regular server parts 28 28 * _D - micro server parts 29 + * _N,_P - other mobile parts 29 30 * 30 31 * Historical OPTDIFFs: 31 32 * ··· 108 107 109 108 #define INTEL_FAM6_ALDERLAKE 0x97 /* Golden Cove / Gracemont */ 110 109 #define INTEL_FAM6_ALDERLAKE_L 0x9A /* Golden Cove / Gracemont */ 110 + #define INTEL_FAM6_ALDERLAKE_N 0xBE 111 111 112 112 #define INTEL_FAM6_RAPTORLAKE 0xB7 113 + #define INTEL_FAM6_RAPTORLAKE_P 0xBA 113 114 114 115 /* "Small Core" Processors (Atom) */ 115 116