From 3fb2e171b6d1600c43ab2cdca3324b1909c23fcf Mon Sep 17 00:00:00 2001 From: PMheart Date: Fri, 8 Feb 2019 18:52:35 +0800 Subject: [PATCH] Clarified CPU_MODEL_JAKETOWN. --- Include/ProcessorInfo.h | 2 +- Library/OcSmbiosLib/SmbiosPatch.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Include/ProcessorInfo.h b/Include/ProcessorInfo.h index 08d34535..5748c026 100755 --- a/Include/ProcessorInfo.h +++ b/Include/ProcessorInfo.h @@ -164,7 +164,7 @@ enum { #define CPU_MODEL_WESTMERE 0x2C ///< Gulftown, Westmere-EP, Westmere-WS #define CPU_MODEL_WESTMERE_EX 0x2F #define CPU_MODEL_SANDYBRIDGE 0x2A ///< Sandy Bridge -#define CPU_MODEL_JAKETOWN 0x2D ///< Sandy Bridge Xeon +#define CPU_MODEL_JAKETOWN 0x2D ///< Sandy Bridge Xeon E5, Core i7 Extreme #define CPU_MODEL_IVYBRIDGE 0x3A ///< Ivy Bridge #define CPU_MODEL_IVYBRIDGE_EP 0x3E #define CPU_MODEL_CRYSTALWELL 0x46 diff --git a/Library/OcSmbiosLib/SmbiosPatch.c b/Library/OcSmbiosLib/SmbiosPatch.c index db28e0b9..38af09f9 100755 --- a/Library/OcSmbiosLib/SmbiosPatch.c +++ b/Library/OcSmbiosLib/SmbiosPatch.c @@ -1254,7 +1254,7 @@ CreateAppleProcessorType ( // Pentium, Celeron // case CPU_MODEL_SANDYBRIDGE: // 0x2A - case CPU_MODEL_JAKETOWN: // 0x2D, SNB-E, not used by Apple + case CPU_MODEL_JAKETOWN: // 0x2D, SNB-E, not used by Apple if (CpuInfo->AppleMajorType == AppleProcessorMajorI3) { // FIXME: used by Apple on iMac12,1 (EDU, i3-2100), not confirmed yet