DataBase: Updated MBP162

This commit is contained in:
Andrey1970AppleLife 2021-05-02 21:16:36 +03:00
parent 1a673ad89e
commit b6238fd458
4 changed files with 11 additions and 12 deletions

View File

@ -12,7 +12,7 @@ SystemFamily: "MacBook Pro"
BoardManufacturer: "Apple Inc."
BoardProduct: "Mac-5F9802EFE386AA28"
BoardVersion: "MacBookPro16,2"
BoardRevision: 0x3
BoardRevision: 0x6
BoardAssetTag: ""
BoardType: 0xA
BoardLocationInChassis: ""
@ -20,16 +20,15 @@ ChassisManufacturer: "Apple Inc."
ChassisType: 0x9
ChassisVersion: "Mac-5F9802EFE386AA28"
ChassisAssetTag: ""
PlatformFeature: 0x32
FirmwareFeatures: 0xFDAFF066
PlatformFeature: 0x3A
FirmwareFeatures: 0xFFAFF06E
FirmwareFeaturesMask: 0xFFFFFF7F
ExtendedFirmwareFeatures: 0x00000000FDAFF066
ExtendedFirmwareFeatures: 0x00000000FFAFF06E
ExtendedFirmwareFeaturesMask: 0x00000000FFFFFF7F
MemoryFormFactor: 0xD
# FIXME: Correct this one
ProcessorType:
- 0x0701
- 0x1001
- 0x060B
# FIXME: Correct this one
ProcessorBusSpeed:
- 12345
@ -85,7 +84,7 @@ AppleModelCode:
- "0DHT"
# Note, first board code is used by macserial
AppleBoardCode:
- "0000"
- "P8PG"
# Note, first year is used by macserial
AppleModelYear:
- 2020

View File

@ -1132,7 +1132,7 @@ CONST MAC_INFO_INTERNAL_ENTRY gMacInfoModels[] = {
{
.SystemProductName = "MacBookPro16,2",
.BoardProduct = "Mac-5F9802EFE386AA28",
.BoardRevision = 0x3,
.BoardRevision = 0x6,
.SmcRevision = {0},
.SmcBranch = {0},
.SmcPlatform = {106, 50, 49, 52, 107, 0, 0, 0},
@ -1148,9 +1148,9 @@ CONST MAC_INFO_INTERNAL_ENTRY gMacInfoModels[] = {
.BoardType = 0xA,
.ChassisType = 0x9,
.MemoryFormFactor = 0xD,
.PlatformFeature = 0x32,
.PlatformFeature = 0x3A,
.ChassisAssetTag = "",
.FirmwareFeatures = 0xFDAFF066ULL,
.FirmwareFeatures = 0xFFAFF06EULL,
.FirmwareFeaturesMask = 0xFFFFFF7FULL,
},
{

View File

@ -11,7 +11,7 @@
#include <stdbool.h>
#include <stdint.h>
#define PROGRAM_VERSION "2.1.7"
#define PROGRAM_VERSION "2.1.8"
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))

View File

@ -429,7 +429,7 @@ static const char *AppleBoardCode[][APPLE_BOARD_CODE_MAX] = {
/* MacBookPro15,3 */ {"0000"},
/* MacBookPro15,4 */ {"0000"},
/* MacBookPro16,1 */ {"N9PR"},
/* MacBookPro16,2 */ {"0000"},
/* MacBookPro16,2 */ {"P8PG"},
/* MacBookPro16,3 */ {"0000"},
/* MacBookPro16,4 */ {"0000"},
/* MacBookPro2,1 */ {"000"},