[PATCH] x86/cpu: Add model number for Intel Arrow Lake processor

Tony Luck posted 1 patch 1 year, 1 month ago
There is a newer version of this series
arch/x86/include/asm/intel-family.h | 2 ++
1 file changed, 2 insertions(+)
[PATCH] x86/cpu: Add model number for Intel Arrow Lake processor
Posted by Tony Luck 1 year, 1 month ago
https://www.intel.com/content/www/us/en/newsroom/news/intel-technology-roadmaps-milestones.html
says this will be built on Intel 20A tiles and launch in 2024.

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 cbaf174d8efd..b3af2d45bbbb 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -125,6 +125,8 @@
 
 #define INTEL_FAM6_LUNARLAKE_M		0xBD
 
+#define INTEL_FAM6_ARROWLAKE		0xC6
+
 /* "Small Core" Processors (Atom/E-Core) */
 
 #define INTEL_FAM6_ATOM_BONNELL		0x1C /* Diamondville, Pineview */
-- 
2.39.2
Re: [PATCH] x86/cpu: Add model number for Intel Arrow Lake processor
Posted by Borislav Petkov 1 year, 1 month ago
On Fri, Mar 24, 2023 at 12:59:32PM -0700, Tony Luck wrote:
> https://www.intel.com/content/www/us/en/newsroom/news/intel-technology-roadmaps-milestones.html

This URL will become stale sooner or later.

> says this will be built on Intel 20A tiles and launch in 2024.

I don't think you need a source - you are a source enough. :-)

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette
[PATCH v2] x86/cpu: Add model number for Intel Arrow Lake processor
Posted by Tony Luck 1 year, 1 month ago
Successor to Lunar Lake

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

Changes in v2:

Boris: "URL will become stale sooner or later"
	Re-wrote commit without reference to Intel press release.

 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 cbaf174d8efd..b3af2d45bbbb 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -125,6 +125,8 @@
 
 #define INTEL_FAM6_LUNARLAKE_M		0xBD
 
+#define INTEL_FAM6_ARROWLAKE		0xC6
+
 /* "Small Core" Processors (Atom/E-Core) */
 
 #define INTEL_FAM6_ATOM_BONNELL		0x1C /* Diamondville, Pineview */
-- 
2.39.2
[tip: x86/urgent] x86/cpu: Add model number for Intel Arrow Lake processor
Posted by tip-bot2 for Tony Luck 1 year, 1 month ago
The following commit has been merged into the x86/urgent branch of tip:

Commit-ID:     81515ecf155a38f3532bf5ddef88d651898df6be
Gitweb:        https://git.kernel.org/tip/81515ecf155a38f3532bf5ddef88d651898df6be
Author:        Tony Luck <tony.luck@intel.com>
AuthorDate:    Tue, 04 Apr 2023 10:46:41 -07:00
Committer:     Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Wed, 05 Apr 2023 13:36:26 +02:00

x86/cpu: Add model number for Intel Arrow Lake processor

Successor to Lunar Lake.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230404174641.426593-1-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 cbaf174..b3af2d4 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -125,6 +125,8 @@
 
 #define INTEL_FAM6_LUNARLAKE_M		0xBD
 
+#define INTEL_FAM6_ARROWLAKE		0xC6
+
 /* "Small Core" Processors (Atom/E-Core) */
 
 #define INTEL_FAM6_ATOM_BONNELL		0x1C /* Diamondville, Pineview */