x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake
authorTony Luck <tony.luck@intel.com>
Wed, 30 Jul 2025 15:04:37 +0000 (08:04 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Fri, 1 Aug 2025 16:22:34 +0000 (18:22 +0200)
Wildcatlake is a mobile CPU. Novalake has both desktop and mobile
versions.

  [ bp: Merge into a single patch. ]

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250730150437.4701-1-tony.luck@intel.com
arch/x86/include/asm/intel-family.h

index be10c188614fe24ad41e2e1912b8d5640c6ea171..e345dbdf933eb42162a43b9605e7af761b372ccc 100644 (file)
 
 #define INTEL_PANTHERLAKE_L            IFM(6, 0xCC) /* Cougar Cove / Crestmont */
 
+#define INTEL_WILDCATLAKE_L            IFM(6, 0xD5)
+
+#define INTEL_NOVALAKE                 IFM(18, 0x01)
+#define INTEL_NOVALAKE_L               IFM(18, 0x03)
+
 /* "Small Core" Processors (Atom/E-Core) */
 
 #define INTEL_ATOM_BONNELL             IFM(6, 0x1C) /* Diamondville, Pineview */