Skip to content

Commit

Permalink
DataBase: Update MP61
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed May 26, 2020
1 parent 8ff5935 commit 26d3602
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions AppleModels/DataBase/MacPro/MP61.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ ChassisType: 0x2
ChassisVersion: "Mac-F60DEB81FF30ACF6"
ChassisAssetTag: ""
PlatformFeature: 0x4
FirmwareFeatures: 0xE80FE137
FirmwareFeaturesMask: 0xFF1FFF3F
ExtendedFirmwareFeatures: 0x00000000E80FE137
ExtendedFirmwareFeaturesMask: 0x00000000FF1FFF3F
FirmwareFeatures: 0xE90FF576
FirmwareFeaturesMask: 0xFF1FFF7F
ExtendedFirmwareFeatures: 0x00000000E90FF576
ExtendedFirmwareFeaturesMask: 0x00000000FF1FFF7F
MemoryFormFactor: 0x9
# FIXME: Correct this one
ProcessorType:
Expand Down Expand Up @@ -143,6 +143,7 @@ AppleModelCode:
AppleBoardCode:
- "FHDD"
- "FNN1"
- "FWC3"
# Note, first year is used by macserial
AppleModelYear:
- 2013
Expand Down
4 changes: 2 additions & 2 deletions Library/OcMacInfoLib/AutoGenerated.c
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,8 @@ CONST MAC_INFO_INTERNAL_ENTRY gMacInfoModels[] = {
.MemoryFormFactor = 0x9,
.PlatformFeature = 0x4,
.ChassisAssetTag = "",
.FirmwareFeatures = 0xE80FE137ULL,
.FirmwareFeaturesMask = 0xFF1FFF3FULL,
.FirmwareFeatures = 0xE90FF576ULL,
.FirmwareFeaturesMask = 0xFF1FFF7FULL,
},
{
.SystemProductName = "MacPro7,1",
Expand Down
2 changes: 1 addition & 1 deletion Utilities/macserial/src/modelinfo_autogen.h
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ static const char *AppleBoardCode[][APPLE_BOARD_CODE_MAX] = {
/* MacPro3,1 */ {"000"},
/* MacPro4,1 */ {"000"},
/* MacPro5,1 */ {"BH8"},
/* MacPro6,1 */ {"FHDD", "FNN1"},
/* MacPro6,1 */ {"FHDD", "FNN1", "FWC3"},
/* MacPro7,1 */ {"K3F7"},
/* Macmini1,1 */ {"000"},
/* Macmini2,1 */ {"000"},
Expand Down

0 comments on commit 26d3602

Please sign in to comment.