Skip to content

Commit d9e00f8

Browse files
committed
x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake
JIRA: https://issues.redhat.com/browse/RHEL-95631 commit 49f8487 Author: Tony Luck <tony.luck@intel.com> Date: Wed Jul 30 08:04:37 2025 -0700 x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake 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 Signed-off-by: David Arcari <darcari@redhat.com>
1 parent c496276 commit d9e00f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@
197197

198198
#define INTEL_PANTHERLAKE_L IFM(6, 0xCC)
199199

200+
#define INTEL_WILDCATLAKE_L IFM(6, 0xD5)
201+
202+
#define INTEL_NOVALAKE IFM(18, 0x01)
203+
#define INTEL_NOVALAKE_L IFM(18, 0x03)
204+
200205
/* "Small Core" Processors (Atom/E-Core) */
201206

202207
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */

0 commit comments

Comments
 (0)