]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove cores
authorPi Xiange <xiange.pi@intel.com>
Mon, 14 Apr 2025 03:28:39 +0000 (11:28 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 16 Apr 2025 07:16:02 +0000 (09:16 +0200)
Bartlett Lake has a P-core only product with Raptor Cove.

[ mingo: Switch around the define as pointed out by Christian Ludloff:
         Ratpr Cove is the core, Bartlett Lake is the product.

Signed-off-by: Pi Xiange <xiange.pi@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Christian Ludloff <ludloff@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: "Ahmed S. Darwish" <darwi@linutronix.de>
Cc: x86-cpuid@lists.linux.dev
Link: https://lore.kernel.org/r/20250414032839.5368-1-xiange.pi@intel.com
arch/x86/include/asm/intel-family.h

index 3a97a7eefb512ed20eba971b57321732117e02bc..be10c188614fe24ad41e2e1912b8d5640c6ea171 100644 (file)
 #define INTEL_GRANITERAPIDS_X          IFM(6, 0xAD) /* Redwood Cove */
 #define INTEL_GRANITERAPIDS_D          IFM(6, 0xAE)
 
+#define INTEL_BARTLETTLAKE             IFM(6, 0xD7) /* Raptor Cove */
+
 /* "Hybrid" Processors (P-Core/E-Core) */
 
 #define INTEL_LAKEFIELD                        IFM(6, 0x8A) /* Sunny Cove / Tremont */