mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Clarified CPU_MODEL_JAKETOWN.
This commit is contained in:
parent
4ddb8be311
commit
3fb2e171b6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user