[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <175406657359.1420.1839409256517255125.tip-bot2@tip-bot2>
Date: Fri, 01 Aug 2025 16:42:53 -0000
From: "tip-bot2 for Tony Luck" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Tony Luck <tony.luck@...el.com>, "Borislav Petkov (AMD)" <bp@...en8.de>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: x86/urgent] x86/cpu: Add new Intel CPU model numbers for
Wildcatlake and Novalake
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@...el.com>
AuthorDate: Wed, 30 Jul 2025 08:04:37 -07:00
Committer: Borislav Petkov (AMD) <bp@...en8.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@...el.com>
Signed-off-by: Borislav Petkov (AMD) <bp@...en8.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 */
Powered by blists - more mailing lists