[PATCH] x86/cpu: Add CPU model number for Wildcatlake

Tony Luck posted 1 patch 2 months, 1 week ago
arch/x86/include/asm/intel-family.h | 2 ++
1 file changed, 2 insertions(+)
[PATCH] x86/cpu: Add CPU model number for Wildcatlake
Posted by Tony Luck 2 months, 1 week ago
Wildcatlake is a mobile CPU.

Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 arch/x86/include/asm/intel-family.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index be10c188614f..5367dcbf5b30 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -150,6 +150,8 @@
 
 #define INTEL_PANTHERLAKE_L		IFM(6, 0xCC) /* Cougar Cove / Crestmont */
 
+#define INTEL_WILDCATLAKE_L		IFM(6, 0xD5)
+
 /* "Small Core" Processors (Atom/E-Core) */
 
 #define INTEL_ATOM_BONNELL		IFM(6, 0x1C) /* Diamondville, Pineview */
-- 
2.50.1
[tip: x86/urgent] x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake
Posted by tip-bot2 for Tony Luck 2 months ago
The following commit has been merged into the x86/urgent branch of tip:

Commit-ID:     49f848788a4d157bb6648a57963cb060fed3d56e
Gitweb:        https://git.kernel.org/tip/49f848788a4d157bb6648a57963cb060fed3d56e
Author:        Tony Luck <tony.luck@intel.com>
AuthorDate:    Wed, 30 Jul 2025 08:04:37 -07:00
Committer:     Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Fri, 01 Aug 2025 18:22:34 +02:00

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
---
 arch/x86/include/asm/intel-family.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index be10c18..e345dbd 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -150,6 +150,11 @@
 
 #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 */