Skip to content

Commit cbc07f1

Browse files
committed
Add ImacPro1,1 support
1 parent fb96af6 commit cbc07f1

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

oclp_r/datasets/model_array.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"Xserve2,1",
107107
"Xserve3,1",
108108
# iMac Pro
109-
# "iMacPro1,1",
109+
"iMacPro1,1",
110110
]
111111

112112
# Audio
@@ -285,15 +285,15 @@
285285
"iMac14,4",
286286
"iMac15,1",
287287
# TODO: Uncomment when dropped from macOS
288-
# "iMac17,1",
289-
# "iMac18,2",
290-
# "iMac18,3",
291-
# "iMac19,1",
292-
# "iMac19,2",
293-
# "iMac20,1",
294-
# "iMac20,2",
295-
# "iMacPro1,1",
296-
# "MacPro6,1",
288+
"iMac17,1",
289+
"iMac18,2",
290+
"iMac18,3",
291+
"iMac19,1",
292+
"iMac19,2",
293+
"iMac20,1",
294+
"iMac20,2",
295+
"iMacPro1,1",
296+
"MacPro6,1",
297297
]
298298

299299
Missing_USB_Map = [

oclp_r/datasets/smbios_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2693,7 +2693,7 @@
26932693
"FirmwareFeatures": "0xFD8FF53E",
26942694
"SecureBootModel": "j137",
26952695
"CPU Generation": cpu_data.CPUGen.skylake.value,
2696-
"Max OS Supported": os_data.os_data.max_os,
2696+
"Max OS Supported": os_data.os_data.sequoia,
26972697
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
26982698
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
26992699
"Ethernet Chipset": "Aquantia",
@@ -2828,7 +2828,7 @@
28282828
"FirmwareFeatures": "0x8FDAFF066",
28292829
"SecureBootModel": "j160",
28302830
"CPU Generation": cpu_data.CPUGen.coffee_lake.value,
2831-
"Max OS Supported": os_data.os_data.max_os,
2831+
"Max OS Supported": os_data.os_data.tahoe,
28322832
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
28332833
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
28342834
"Ethernet Chipset": "Aquantia",
@@ -2953,7 +2953,7 @@
29532953
"FirmwareFeatures": None,
29542954
"SecureBootModel": "j273a",
29552955
"CPU Generation": cpu_data.CPUGen.apple_dtk.value,
2956-
"Max OS Supported": os_data.os_data.max_os,
2956+
"Max OS Supported": os_data.os_data.big_sur, #macOS Big Sur 11.3
29572957
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
29582958
"Bluetooth Model": bluetooth_data.bluetooth_data.PCIe,
29592959
"Ethernet Chipset": "Broadcom",

0 commit comments

Comments
 (0)