Skip to content

Commit cd0baeb

Browse files
committed
new CPU
Signed-off-by: Slice <sergey.slice@gmail.com>
1 parent 29ebf34 commit cd0baeb

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Include/Intel/IndustryStandard/ProcessorInfo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ typedef enum {
253253
#define CPU_MODEL_RAPTORLAKE 0xB7 /* 13h Raptor Lake */
254254
#define CPU_MODEL_RAPTORLAKE_B 0xBF /* 13h Raptor Lake, i5-13400h */
255255
#define CPU_MODEL_METEORLAKE 0xAA /* 14h Meteor Lake */
256+
#define CPU_MODEL_ARROWLAKE 0xC6
256257

257258

258259
#define AMD_CPU_FAMILY 0xF

Library/OcCpuLib/AppleCpuSupport.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ InternalDetectAppleProcessorType (
615615
case CPU_MODEL_RAPTORLAKE_B:
616616
case CPU_MODEL_RAPTORLAKE:
617617
case CPU_MODEL_METEORLAKE:
618+
case CPU_MODEL_ARROWLAKE:
618619
if (AppleMajorType == AppleProcessorMajorM3) {
619620
// MB101 (m3 7Y32)
620621
return AppleProcessorTypeCoreM3Type7; // 0x0C07

Library/OcCpuLib/OcCpuLib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,7 @@ InternalDetectIntelProcessorGeneration (
14671467
case CPU_MODEL_METEORLAKE:
14681468
case CPU_MODEL_ALDERLAKE_ULT:
14691469
case CPU_MODEL_RAPTORLAKE_B:
1470+
case CPU_MODEL_ARROWLAKE:
14701471

14711472
CpuGeneration = OcCpuGenerationAlderLake;
14721473
break;

0 commit comments

Comments
 (0)