* [PATCH] x86/cpu: Add model number for Intel Arrow Lake processor
@ 2023-03-24 19:59 Tony Luck
2023-03-25 16:43 ` Borislav Petkov
2023-04-04 17:46 ` [PATCH v2] " Tony Luck
0 siblings, 2 replies; 3+ messages in thread
From: Tony Luck @ 2023-03-24 19:59 UTC (permalink / raw)
To: x86; +Cc: linux-kernel, patches, Tony Luck
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] x86/cpu: Add model number for Intel Arrow Lake processor
2023-03-24 19:59 [PATCH] x86/cpu: Add model number for Intel Arrow Lake processor Tony Luck
@ 2023-03-25 16:43 ` Borislav Petkov
2023-04-04 17:46 ` [PATCH v2] " Tony Luck
1 sibling, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2023-03-25 16:43 UTC (permalink / raw)
To: Tony Luck; +Cc: x86, linux-kernel, patches
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2] x86/cpu: Add model number for Intel Arrow Lake processor
2023-03-24 19:59 [PATCH] x86/cpu: Add model number for Intel Arrow Lake processor Tony Luck
2023-03-25 16:43 ` Borislav Petkov
@ 2023-04-04 17:46 ` Tony Luck
1 sibling, 0 replies; 3+ messages in thread
From: Tony Luck @ 2023-04-04 17:46 UTC (permalink / raw)
To: x86; +Cc: linux-kernel, patches, Tony Luck
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-04 17:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-24 19:59 [PATCH] x86/cpu: Add model number for Intel Arrow Lake processor Tony Luck
2023-03-25 16:43 ` Borislav Petkov
2023-04-04 17:46 ` [PATCH v2] " Tony Luck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox