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

Message ID 20230324195932.241441-1-tony.luck@intel.com
State New
Headers
Series x86/cpu: Add model number for Intel Arrow Lake processor |

Commit Message

Luck, Tony March 24, 2023, 7:59 p.m. UTC
  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(+)
  

Comments

Borislav Petkov March 25, 2023, 4:43 p.m. UTC | #1
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. :-)
  

Patch

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 */