mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-17 13:22:54 +10:00
Add dropped models
This commit is contained in:
@@ -259,7 +259,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0x8FC0FE13F",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.CPUGen.kaby_lake.value,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Max OS Supported": os_data.os_data.ventura,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 12,
|
||||
@@ -1294,7 +1294,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0x8FF0FF57E",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.CPUGen.kaby_lake.value,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Max OS Supported": os_data.os_data.ventura,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 13,
|
||||
@@ -1312,7 +1312,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0x8FF0FF57E",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.CPUGen.kaby_lake.value,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Max OS Supported": os_data.os_data.ventura,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 13,
|
||||
@@ -1330,7 +1330,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0x8FF0FF57E",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.CPUGen.kaby_lake.value,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Max OS Supported": os_data.os_data.ventura,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703_UART,
|
||||
"Screen Size": 15,
|
||||
@@ -2495,7 +2495,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0x8FD0FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.CPUGen.kaby_lake.value,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Max OS Supported": os_data.os_data.ventura,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -2513,7 +2513,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0x8FD0FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.CPUGen.kaby_lake.value,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Max OS Supported": os_data.os_data.ventura,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
@@ -2532,7 +2532,7 @@ smbios_dictionary = {
|
||||
"FirmwareFeatures": "0x8FD0FF576",
|
||||
"SecureBootModel": None,
|
||||
"CPU Generation": cpu_data.CPUGen.kaby_lake.value,
|
||||
"Max OS Supported": os_data.os_data.max_os,
|
||||
"Max OS Supported": os_data.os_data.ventura,
|
||||
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703,
|
||||
"Ethernet Chipset": "Broadcom",
|
||||
|
||||
Reference in New Issue
Block a user