mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-20 10:44:32 +10:00
Depreciate dedicated OCLP-CLI binary
OpenCore-Patcher now supports both CLI and TUI mode
This commit is contained in:
@@ -130,7 +130,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFC0FE13F",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.skylake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 12,
|
||||
@@ -142,7 +142,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFC0FE13F",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.kaby_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 12,
|
||||
@@ -286,7 +286,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFF0FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.broadwell,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Screen Size": 11,
|
||||
@@ -298,7 +298,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFF0FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.broadwell,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Screen Size": 13,
|
||||
@@ -310,7 +310,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF42E",
|
||||
"SecureBootModel": "j140kap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 13,
|
||||
@@ -322,7 +322,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF42E",
|
||||
"SecureBootModel": "j140aap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 13,
|
||||
@@ -334,7 +334,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFFAFF06E",
|
||||
"SecureBootModel": "j230kap",
|
||||
"CPU Generation": cpu_data.cpu_data.ice_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 13,
|
||||
@@ -676,7 +676,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xEB0FF577",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.haswell,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Screen Size": 15,
|
||||
@@ -688,7 +688,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xEB0FF577",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.haswell,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Screen Size": 15,
|
||||
@@ -701,7 +701,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD0FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.broadwell,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Screen Size": 13,
|
||||
@@ -713,7 +713,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFC0FE137",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.skylake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 13,
|
||||
@@ -725,7 +725,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFC0FE137",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.skylake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 13,
|
||||
@@ -737,7 +737,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFC0FE137",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.skylake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 15,
|
||||
@@ -750,7 +750,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFF0FF57E",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.kaby_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 13,
|
||||
@@ -762,7 +762,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFF0FF57E",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.kaby_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 13,
|
||||
@@ -774,7 +774,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFF0FF57E",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.kaby_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 15,
|
||||
@@ -787,7 +787,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF426",
|
||||
"SecureBootModel": "j680ap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 15,
|
||||
@@ -800,7 +800,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF426",
|
||||
"SecureBootModel": "j132ap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 13,
|
||||
@@ -812,7 +812,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF426",
|
||||
"SecureBootModel": "j780ap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 15,
|
||||
@@ -825,7 +825,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF426",
|
||||
"SecureBootModel": "j213ap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 13,
|
||||
@@ -837,7 +837,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFDAFF066",
|
||||
"SecureBootModel": "j152fap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 16,
|
||||
@@ -850,7 +850,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFFAFF06E",
|
||||
"SecureBootModel": "j214kap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 13,
|
||||
@@ -862,7 +862,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFDAFF066",
|
||||
"SecureBootModel": "j223ap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 13,
|
||||
@@ -874,7 +874,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFDAFF066",
|
||||
"SecureBootModel": "j215ap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Screen Size": 16,
|
||||
@@ -993,7 +993,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xE00DE137",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.haswell,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1004,7 +1004,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF466",
|
||||
"SecureBootModel": "j174ap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1283,7 +1283,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFC0FE137",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.broadwell,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1294,7 +1294,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFC0FE137",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.broadwell,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1307,7 +1307,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFC0FE137",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.skylake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1318,7 +1318,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD0FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.kaby_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1329,7 +1329,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD0FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.kaby_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1340,7 +1340,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD0FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.kaby_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1351,7 +1351,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1362,7 +1362,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1373,7 +1373,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF576",
|
||||
"SecureBootModel": "j185ap",
|
||||
"CPU Generation": cpu_data.cpu_data.comet_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1384,7 +1384,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF576",
|
||||
"SecureBootModel": "j185fap",
|
||||
"CPU Generation": cpu_data.cpu_data.comet_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1395,7 +1395,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFD8FF53E",
|
||||
"SecureBootModel": "j137ap",
|
||||
"CPU Generation": cpu_data.cpu_data.skylake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1466,7 +1466,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xE90FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.cpu_data.ivy_bridge,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -1477,7 +1477,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0xFDAFF066",
|
||||
"SecureBootModel": "j160ap",
|
||||
"CPU Generation": cpu_data.cpu_data.coffee_lake,
|
||||
"Max OS Supported": None,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
|
||||
Reference in New Issue
Block a user