File tree Expand file tree Collapse file tree
Include/Intel/IndustryStandard Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments