All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/cpu: Add CPU model numbers for Meteor Lake
@ 2022-08-24 17:57 Tony Luck
  2022-08-31 21:19 ` [tip: x86/urgent] " tip-bot2 for Tony Luck
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Luck @ 2022-08-24 17:57 UTC (permalink / raw)
  To: Dave Hansen; +Cc: x86, patches, Tony Luck

Add model numbers for client and mobile parts.

Signed-off-by: Tony Luck <tony.luck@intel.com>

---
These are destined for release in 2023 on Intel 4 process node.

As is the custom, I'm just adding the model numbers so perf, power
etc. teams can added model specific code to their respective subsystems

Patch based on tip x86/urgent branch

 arch/x86/include/asm/intel-family.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index aeb38023a703..5d75fe229342 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -115,6 +115,9 @@
 #define INTEL_FAM6_RAPTORLAKE_P		0xBA
 #define INTEL_FAM6_RAPTORLAKE_S		0xBF
 
+#define INTEL_FAM6_METEORLAKE		0xAC
+#define INTEL_FAM6_METEORLAKE_L		0xAA
+
 /* "Small Core" Processors (Atom) */
 
 #define INTEL_FAM6_ATOM_BONNELL		0x1C /* Diamondville, Pineview */

base-commit: cdaa0a407f1acd3a44861e3aea6e3c7349e668f1
-- 
2.35.3


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

* [tip: x86/urgent] x86/cpu: Add CPU model numbers for Meteor Lake
  2022-08-24 17:57 [PATCH] x86/cpu: Add CPU model numbers for Meteor Lake Tony Luck
@ 2022-08-31 21:19 ` tip-bot2 for Tony Luck
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Tony Luck @ 2022-08-31 21:19 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Tony Luck, Dave Hansen, x86, linux-kernel

The following commit has been merged into the x86/urgent branch of tip:

Commit-ID:     5515d21c6817bc27b0b13c61edf22b09b58bc647
Gitweb:        https://git.kernel.org/tip/5515d21c6817bc27b0b13c61edf22b09b58bc647
Author:        Tony Luck <tony.luck@intel.com>
AuthorDate:    Wed, 24 Aug 2022 10:57:18 -07:00
Committer:     Dave Hansen <dave.hansen@linux.intel.com>
CommitterDate: Wed, 31 Aug 2022 14:17:00 -07:00

x86/cpu: Add CPU model numbers for Meteor Lake

Add model numbers for client and mobile parts.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20220824175718.232384-1-tony.luck@intel.com
---
 arch/x86/include/asm/intel-family.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index aeb3802..5d75fe2 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -115,6 +115,9 @@
 #define INTEL_FAM6_RAPTORLAKE_P		0xBA
 #define INTEL_FAM6_RAPTORLAKE_S		0xBF
 
+#define INTEL_FAM6_METEORLAKE		0xAC
+#define INTEL_FAM6_METEORLAKE_L		0xAA
+
 /* "Small Core" Processors (Atom) */
 
 #define INTEL_FAM6_ATOM_BONNELL		0x1C /* Diamondville, Pineview */

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

end of thread, other threads:[~2022-08-31 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 17:57 [PATCH] x86/cpu: Add CPU model numbers for Meteor Lake Tony Luck
2022-08-31 21:19 ` [tip: x86/urgent] " tip-bot2 for Tony Luck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.