Skip to content

Commit 49f8487

Browse files
aeglbp3tk0v
authored andcommitted
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 <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/[email protected]
1 parent 98e8f2c commit 49f8487

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
@@ -150,6 +150,11 @@
150150

151151
#define INTEL_PANTHERLAKE_L IFM(6, 0xCC) /* Cougar Cove / Crestmont */
152152

153+
#define INTEL_WILDCATLAKE_L IFM(6, 0xD5)
154+
155+
#define INTEL_NOVALAKE IFM(18, 0x01)
156+
#define INTEL_NOVALAKE_L IFM(18, 0x03)
157+
153158
/* "Small Core" Processors (Atom/E-Core) */
154159

155160
#define INTEL_ATOM_BONNELL IFM(6, 0x1C) /* Diamondville, Pineview */

0 commit comments

Comments
 (0)