mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
iMac9,1 MXM3 AMD GCN support
This commit is contained in:
@@ -1872,8 +1872,10 @@ smbios_dictionary = {
|
||||
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2046,
|
||||
"Ethernet Chipset": "Nvidia",
|
||||
"nForce Chipset": True,
|
||||
"Socketed GPUs": "MXM",
|
||||
"Stock GPUs": [
|
||||
device_probe.NVIDIA.Archs.Tesla,
|
||||
device_probe.AMD.Archs.TeraScale_1,
|
||||
],
|
||||
"Stock Storage": [
|
||||
"SATA 3.5",
|
||||
@@ -1943,7 +1945,7 @@ smbios_dictionary = {
|
||||
"nForce Chipset": True,
|
||||
"Socketed GPUs": "MXM",
|
||||
"Stock GPUs": [
|
||||
device_probe.NVIDIA.Archs.Tesla,
|
||||
device_probe.AMD.Archs.TeraScale_1,
|
||||
],
|
||||
"Stock Storage": [
|
||||
"SATA 3.5",
|
||||
@@ -1961,7 +1963,7 @@ smbios_dictionary = {
|
||||
"nForce Chipset": True,
|
||||
"Socketed GPUs": "MXM",
|
||||
"Stock GPUs": [
|
||||
device_probe.NVIDIA.Archs.Tesla,
|
||||
device_probe.AMD.Archs.TeraScale_1,
|
||||
],
|
||||
"Stock Storage": [
|
||||
"SATA 3.5",
|
||||
@@ -1979,7 +1981,7 @@ smbios_dictionary = {
|
||||
"nForce Chipset": True,
|
||||
"Socketed GPUs": "MXM",
|
||||
"Stock GPUs": [
|
||||
device_probe.NVIDIA.Archs.Tesla,
|
||||
device_probe.AMD.Archs.TeraScale_1,
|
||||
],
|
||||
"Stock Storage": [
|
||||
"SATA 3.5",
|
||||
@@ -3013,4 +3015,4 @@ smbios_dictionary = {
|
||||
"Stock GPUs": [],
|
||||
"Stock Storage": [],
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user