public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/cpu: Add two Intel CPU model numbers
@ 2024-09-23 17:37 Tony Luck
  2025-02-12  1:39 ` Andrew Cooper
  2025-02-14 13:03 ` Peter Zijlstra
  0 siblings, 2 replies; 9+ messages in thread
From: Tony Luck @ 2024-09-23 17:37 UTC (permalink / raw)
  To: Dave Hansen; +Cc: x86, linux-kernel, patches, Tony Luck

Pantherlake is a mobile CPU. Diamond Rapids next generation Xeon.

Signed-off-by: Tony Luck <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 44949f972826..1a42f829667a 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -135,6 +135,8 @@
 
 #define INTEL_LUNARLAKE_M		IFM(6, 0xBD)
 
+#define INTEL_PANTHERLAKE_L		IFM(6, 0xCC)
+
 /* "Small Core" Processors (Atom/E-Core) */
 
 #define INTEL_ATOM_BONNELL		IFM(6, 0x1C) /* Diamondville, Pineview */
@@ -178,4 +180,7 @@
 #define INTEL_FAM5_QUARK_X1000		0x09 /* Quark X1000 SoC */
 #define INTEL_QUARK_X1000		IFM(5, 0x09) /* Quark X1000 SoC */
 
+/* Family 19 */
+#define INTEL_PANTHERCOVE_X		IFM(19, 0x01) /* Diamond Rapids */
+
 #endif /* _ASM_X86_INTEL_FAMILY_H */
-- 
2.46.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* Re: [PATCH] x86/cpu: Add two Intel CPU model numbers
@ 2025-04-14 14:42 Christian Ludloff
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Ludloff @ 2025-04-14 14:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: patches, x86

> [...] propose we do the below.
>
> +#define INTEL_DIAMONDRAPIDS_X IFM(19, 0x01) /* Panther Cove */

Make it so.

(In light of the fresh RPC = RPL,BTL mess.)

--
Christian

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-04-18  6:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-23 17:37 [PATCH] x86/cpu: Add two Intel CPU model numbers Tony Luck
2025-02-12  1:39 ` Andrew Cooper
2025-02-12 16:09   ` Luck, Tony
2025-02-14 13:02     ` Peter Zijlstra
2025-02-14 16:23       ` Dave Hansen
2025-02-14 17:17         ` Luck, Tony
2025-04-18  6:40       ` Ingo Molnar
2025-02-14 13:03 ` Peter Zijlstra
  -- strict thread matches above, loose matches on Subject: below --
2025-04-14 14:42 Christian Ludloff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox