Skip to content

Commit

Permalink
DataBase: Updated IM112
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Apr 10, 2021
1 parent 19890ef commit 005455a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions AppleModels/DataBase/iMac/IM112.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BIOSLegacyVersion: "IM112.88Z.F000.B00.1906132310"
BIOSReleaseDate: "06/13/2019"
SystemManufacturer: "Apple Inc."
SystemProductName: "iMac11,2"
SystemVersion: "1.2"
SystemVersion: "1.0"
# Note, this one is used by macserial
SystemSerialNumber: "W8034342DB7"
SystemSKUNumber: ""
Expand All @@ -23,13 +23,9 @@ ChassisManufacturer: "Apple Inc."
ChassisType: 0xD
ChassisVersion: "Mac-F2238AC8"
ChassisAssetTag: ""
# FIXME: check
FirmwareFeatures: 0xE00DE137
# FIXME: check
FirmwareFeatures: 0xC00C9423
FirmwareFeaturesMask: 0xFF1FFF3F
# FIXME: check
ExtendedFirmwareFeatures: 0x00000000E00DE137
# FIXME: check
ExtendedFirmwareFeatures: 0x00000000C00C9423
ExtendedFirmwareFeaturesMask: 0x00000000FF1FFF3F
MemoryFormFactor: 0x9
# FIXME: check values (most should be correct?) and add missing, if any
Expand Down Expand Up @@ -143,7 +139,7 @@ AppleModelCode:
# Note, first board code is used by macserial
# FIXME: check
AppleBoardCode:
- "000"
- "DCJN"
# Note, first year is used by macserial
AppleModelYear:
- 2010
Expand Down
4 changes: 2 additions & 2 deletions Library/OcMacInfoLib/AutoGenerated.c
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ CONST MAC_INFO_INTERNAL_ENTRY gMacInfoModels[] = {
.SmcPlatform = {107, 55, 52, 0, 0, 0, 0, 0},
.BIOSVersion = "99.0.0.0.0",
.BIOSReleaseDate = "06/13/2019",
.SystemVersion = "1.2",
.SystemVersion = "1.0",
.SystemSKUNumber = "",
.SystemFamily = "iMac",
.BoardVersion = "iMac11,2",
Expand All @@ -2182,7 +2182,7 @@ CONST MAC_INFO_INTERNAL_ENTRY gMacInfoModels[] = {
.MemoryFormFactor = 0x9,
.PlatformFeature = MAC_INFO_PLATFORM_FEATURE_MISSING,
.ChassisAssetTag = "",
.FirmwareFeatures = 0xE00DE137ULL,
.FirmwareFeatures = 0xC00C9423ULL,
.FirmwareFeaturesMask = 0xFF1FFF3FULL,
},
{
Expand Down
2 changes: 1 addition & 1 deletion Utilities/macserial/modelinfo_autogen.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static const char *AppleBoardCode[][APPLE_BOARD_CODE_MAX] = {
/* Xserve3,1 */ {"63C", "1PH"},
/* iMac10,1 */ {"000"},
/* iMac11,1 */ {"000"},
/* iMac11,2 */ {"000"},
/* iMac11,2 */ {"DCJN"},
/* iMac11,3 */ {"000"},
/* iMac12,1 */ {"DJWK", "DM66", "DNJK", "DP0H", "DKG1", "DM65", "DNJJ", "DKG2", "DM67", "DNJL", "DP0K", "DP00"},
/* iMac12,2 */ {"DJWM", "DMT3", "DMT5", "DJWN", "DM69", "DJWP", "DM6C"},
Expand Down

0 comments on commit 005455a

Please sign in to comment.