Add 5k Display Data set

This commit is contained in:
Mykola Grymalyuk
2021-12-07 19:14:56 -07:00
parent 36b584dc41
commit 67ddb619c7

View File

@@ -2210,6 +2210,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Haswell,
device_probe.AMD.Archs.Legacy_GCN_7000,
@@ -2228,6 +2229,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Haswell,
device_probe.AMD.Archs.Legacy_GCN_7000,
@@ -2280,6 +2282,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Skylake,
device_probe.AMD.Archs.Legacy_GCN_9000,
@@ -2298,6 +2301,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Skylake,
device_probe.AMD.Archs.Legacy_GCN_9000,
@@ -2316,6 +2320,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Skylake,
device_probe.AMD.Archs.Legacy_GCN_9000,
@@ -2369,6 +2374,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Kaby_Lake,
device_probe.AMD.Archs.Polaris,
@@ -2387,6 +2393,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Coffee_Lake,
device_probe.AMD.Archs.Polaris,
@@ -2407,6 +2414,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Coffee_Lake,
device_probe.AMD.Archs.Polaris,
@@ -2445,6 +2453,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Comet_Lake,
device_probe.AMD.Archs.Navi,
@@ -2462,6 +2471,7 @@ smbios_dictionary = {
"Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe,
"Bluetooth Model": bluetooth_data.bluetooth_data.UART,
"Ethernet Chipset": "Broadcom",
"5K Display": True,
"Stock GPUs": [
device_probe.Intel.Archs.Comet_Lake,
device_probe.AMD.Archs.Navi,
@@ -2506,7 +2516,8 @@ smbios_dictionary = {
"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",
"Ethernet Chipset": "Aquantia",
"5K Display": True,
"Stock GPUs": [
device_probe.AMD.Archs.Vega,
],
@@ -2624,7 +2635,7 @@ smbios_dictionary = {
"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",
"Ethernet Chipset": "Aquantia",
"Stock GPUs": [
device_probe.AMD.Archs.Polaris,
device_probe.AMD.Archs.Vega,