]> Git Repo - linux.git/commitdiff
x86/cpu: Add two Intel CPU model numbers
authorTony Luck <[email protected]>
Mon, 23 Sep 2024 17:37:50 +0000 (10:37 -0700)
committerDave Hansen <[email protected]>
Thu, 26 Sep 2024 17:47:49 +0000 (10:47 -0700)
Pantherlake is a mobile CPU. Diamond Rapids next generation Xeon.

Signed-off-by: Tony Luck <[email protected]>
Signed-off-by: Dave Hansen <[email protected]>
Link: https://lore.kernel.org/all/20240923173750.16874-1-tony.luck%40intel.com
arch/x86/include/asm/intel-family.h

index f81a851c46dca599f989a759558c29bf9728a4dd..17d899da465028da08c70d6e164780a93f6fdb8a 100644 (file)
 #define INTEL_FAM6_LUNARLAKE_M         0xBD
 #define INTEL_LUNARLAKE_M              IFM(6, 0xBD)
 
+#define INTEL_PANTHERLAKE_L            IFM(6, 0xCC)
+
 /* "Small Core" Processors (Atom/E-Core) */
 
 #define INTEL_FAM6_ATOM_BONNELL                0x1C /* Diamondville, Pineview */
 #define INTEL_FAM5_QUARK_X1000         0x09 /* Quark X1000 SoC */
 #define INTEL_QUARK_X1000              IFM(5, 0x09) /* Quark X1000 SoC */
 
+/* Family 19 */
+#define INTEL_PANTHERCOVE_X            IFM(19, 0x01) /* Diamond Rapids */
+
 #endif /* _ASM_X86_INTEL_FAMILY_H */
This page took 0.054913 seconds and 4 git commands to generate.