smbios_data.py: Adjust max OS for MacBookAir8,x

This commit is contained in:
Mykola Grymalyuk
2024-06-10 16:20:30 -06:00
parent f9ecafb661
commit 832232dd37

View File

@@ -507,7 +507,7 @@ smbios_dictionary = {
"FirmwareFeatures": "0x8FD8FF42E", "FirmwareFeatures": "0x8FD8FF42E",
"SecureBootModel": "j140k", "SecureBootModel": "j140k",
"CPU Generation": cpu_data.CPUGen.coffee_lake.value, "CPU Generation": cpu_data.CPUGen.coffee_lake.value,
"Max OS Supported": os_data.os_data.max_os, "Max OS Supported": os_data.os_data.sequoia,
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
"Bluetooth Model": bluetooth_data.bluetooth_data.UART, "Bluetooth Model": bluetooth_data.bluetooth_data.UART,
"Screen Size": 13, "Screen Size": 13,
@@ -524,7 +524,7 @@ smbios_dictionary = {
"FirmwareFeatures": "0x8FD8FF42E", "FirmwareFeatures": "0x8FD8FF42E",
"SecureBootModel": "j140k", # TODO: Verify "SecureBootModel": "j140k", # TODO: Verify
"CPU Generation": cpu_data.CPUGen.coffee_lake.value, "CPU Generation": cpu_data.CPUGen.coffee_lake.value,
"Max OS Supported": os_data.os_data.max_os, "Max OS Supported": os_data.os_data.sequoia,
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
"Bluetooth Model": bluetooth_data.bluetooth_data.UART, "Bluetooth Model": bluetooth_data.bluetooth_data.UART,
"Screen Size": 13, "Screen Size": 13,
@@ -543,7 +543,7 @@ smbios_dictionary = {
"FirmwareFeatures": "0x8FD8FF42E", "FirmwareFeatures": "0x8FD8FF42E",
"SecureBootModel": "x589amlu", "SecureBootModel": "x589amlu",
"CPU Generation": cpu_data.CPUGen.coffee_lake.value, "CPU Generation": cpu_data.CPUGen.coffee_lake.value,
"Max OS Supported": os_data.os_data.max_os, "Max OS Supported": os_data.os_data.sequoia,
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
"Bluetooth Model": bluetooth_data.bluetooth_data.UART, "Bluetooth Model": bluetooth_data.bluetooth_data.UART,
"Screen Size": 13, "Screen Size": 13,
@@ -561,7 +561,7 @@ smbios_dictionary = {
"FirmwareFeatures": "0x8FD8FF42E", "FirmwareFeatures": "0x8FD8FF42E",
"SecureBootModel": "j140a", "SecureBootModel": "j140a",
"CPU Generation": cpu_data.CPUGen.coffee_lake.value, "CPU Generation": cpu_data.CPUGen.coffee_lake.value,
"Max OS Supported": os_data.os_data.max_os, "Max OS Supported": os_data.os_data.sequoia,
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
"Bluetooth Model": bluetooth_data.bluetooth_data.UART, "Bluetooth Model": bluetooth_data.bluetooth_data.UART,
"Screen Size": 13, "Screen Size": 13,