mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
Add MacBookPro18,x data set
This commit is contained in:
@@ -19,4 +19,5 @@ class cpu_data(enum.IntEnum):
|
|||||||
|
|
||||||
apple_dtk = 112 # A12
|
apple_dtk = 112 # A12
|
||||||
apple_m1 = 114 # A14
|
apple_m1 = 114 # A14
|
||||||
apple_m2 = 115 # A15
|
apple_m1_pro = 115
|
||||||
|
apple_m1_max = 116
|
||||||
|
|||||||
@@ -1171,6 +1171,55 @@ smbios_dictionary = {
|
|||||||
"Max OS Supported": os_data.os_data.max_os,
|
"Max OS Supported": os_data.os_data.max_os,
|
||||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||||
"Bluetooth Model": bluetooth_data.bluetooth_data.PCIe,
|
"Bluetooth Model": bluetooth_data.bluetooth_data.PCIe,
|
||||||
|
"Screen Size": 13,
|
||||||
|
"Ethernet Chipset": None,
|
||||||
|
"Stock GPUs": [],
|
||||||
|
},
|
||||||
|
"MacBookPro18,1": {
|
||||||
|
"Board ID": None,
|
||||||
|
"FirmwareFeatures": None,
|
||||||
|
"SecureBootModel": "j316s",
|
||||||
|
"CPU Generation": cpu_data.cpu_data.apple_m1_pro.value,
|
||||||
|
"Max OS Supported": os_data.os_data.max_os,
|
||||||
|
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||||
|
"Bluetooth Model": bluetooth_data.bluetooth_data.PCIe,
|
||||||
|
"Screen Size": 16,
|
||||||
|
"Ethernet Chipset": None,
|
||||||
|
"Stock GPUs": [],
|
||||||
|
},
|
||||||
|
"MacBookPro18,2": {
|
||||||
|
"Board ID": None,
|
||||||
|
"FirmwareFeatures": None,
|
||||||
|
"SecureBootModel": "j316c",
|
||||||
|
"CPU Generation": cpu_data.cpu_data.apple_m1_max.value,
|
||||||
|
"Max OS Supported": os_data.os_data.max_os,
|
||||||
|
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||||
|
"Bluetooth Model": bluetooth_data.bluetooth_data.PCIe,
|
||||||
|
"Screen Size": 16,
|
||||||
|
"Ethernet Chipset": None,
|
||||||
|
"Stock GPUs": [],
|
||||||
|
},
|
||||||
|
"MacBookPro18,3": {
|
||||||
|
"Board ID": None,
|
||||||
|
"FirmwareFeatures": None,
|
||||||
|
"SecureBootModel": "j314s",
|
||||||
|
"CPU Generation": cpu_data.cpu_data.apple_m1_pro.value,
|
||||||
|
"Max OS Supported": os_data.os_data.max_os,
|
||||||
|
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||||
|
"Bluetooth Model": bluetooth_data.bluetooth_data.PCIe,
|
||||||
|
"Screen Size": 14,
|
||||||
|
"Ethernet Chipset": None,
|
||||||
|
"Stock GPUs": [],
|
||||||
|
},
|
||||||
|
"MacBookPro18,4": {
|
||||||
|
"Board ID": None,
|
||||||
|
"FirmwareFeatures": None,
|
||||||
|
"SecureBootModel": "j314c",
|
||||||
|
"CPU Generation": cpu_data.cpu_data.apple_m1_max.value,
|
||||||
|
"Max OS Supported": os_data.os_data.max_os,
|
||||||
|
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||||
|
"Bluetooth Model": bluetooth_data.bluetooth_data.PCIe,
|
||||||
|
"Screen Size": 14,
|
||||||
"Ethernet Chipset": None,
|
"Ethernet Chipset": None,
|
||||||
"Stock GPUs": [],
|
"Stock GPUs": [],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user