mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
Add MacPro4,1 data set
This commit is contained in:
@@ -254,6 +254,8 @@ If you plan to create the USB for another machine, please select the "Change Mod
|
|||||||
ModelExample.MacPro.MacPro31_Upgrade,
|
ModelExample.MacPro.MacPro31_Upgrade,
|
||||||
ModelExample.MacPro.MacPro31_Modern_AMD,
|
ModelExample.MacPro.MacPro31_Modern_AMD,
|
||||||
ModelExample.MacPro.MacPro31_Modern_Kepler,
|
ModelExample.MacPro.MacPro31_Modern_Kepler,
|
||||||
|
ModelExample.MacPro.MacPro41_Upgrade,
|
||||||
|
ModelExample.MacPro.MacPro41_Modern_AMD,
|
||||||
]
|
]
|
||||||
self.constants.validate = True
|
self.constants.validate = True
|
||||||
|
|
||||||
|
|||||||
@@ -276,3 +276,45 @@ class MacPro:
|
|||||||
oclp_version=None,
|
oclp_version=None,
|
||||||
opencore_version=None,
|
opencore_version=None,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
MacPro41_Upgrade = device_probe.Computer(
|
||||||
|
# Upgraded model with AMD HD7950, Atheros PCIe card
|
||||||
|
real_model="MacPro4,1",
|
||||||
|
real_board_id="Mac-F221BEC8",
|
||||||
|
reported_model="MacPro4,1",
|
||||||
|
reported_board_id="Mac-F221BEC8",
|
||||||
|
gpus=[device_probe.AMD(vendor_id=4098, device_id=26522, class_code=196608, name="PXS1", model="AMD Radeon HD 7950", pci_path="PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)")],
|
||||||
|
igpu=None,
|
||||||
|
dgpu=None,
|
||||||
|
storage=[device_probe.SATAController(vendor_id=32902, device_id=14882, class_code=67073, name="SATA", model=None, pci_path="PciRoot(0x0)/Pci(0x1f,0x2)")],
|
||||||
|
wifi=device_probe.Atheros(vendor_id=5772, device_id=48, class_code=163840, name="PXS4", model=None, pci_path="PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x4,0x0)/Pci(0x0,0x0)"),
|
||||||
|
cpu=device_probe.CPU(
|
||||||
|
name="Intel(R) Xeon(R) CPU W3520 @ 2.67GHz",
|
||||||
|
flags=["FPU", "VME", "DE", "PSE", "TSC", "MSR", "PAE", "MCE", "CX8", "APIC", "SEP", "MTRR", "PGE", "MCA", "CMOV", "PAT", "PSE36", "CLFSH", "DS", "ACPI", "MMX", "FXSR", "SSE", "SSE2", "SS", "HTT", "TM", "PBE", "SSE3", "DTES64", "MON", "DSCPL", "VMX", "EST", "TM2", "SSSE3", "CX16", "TPR", "PDCM", "SSE4.1", "SSE4.2", "POPCNT"]
|
||||||
|
),
|
||||||
|
oclp_version=None,
|
||||||
|
opencore_version=None
|
||||||
|
)
|
||||||
|
|
||||||
|
MacPro41_Modern_AMD = device_probe.Computer(
|
||||||
|
# Upgraded model with AMD RX470, BCM94360CD
|
||||||
|
# Booted through OpenCore
|
||||||
|
real_model="MacPro4,1",
|
||||||
|
real_board_id="Mac-F221BEC8",
|
||||||
|
reported_model="MacPro4,1",
|
||||||
|
reported_board_id="Mac-27AD2F918AE68F61",
|
||||||
|
gpus=[device_probe.AMD(vendor_id=4098, device_id=26591, class_code=196608, name="GFX0", model="Radeon RX 470/570", pci_path="PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)")],
|
||||||
|
igpu=None,
|
||||||
|
dgpu=device_probe.AMD(vendor_id=4098, device_id=26591, class_code=196608, name="GFX0", model="Radeon RX 470/570", pci_path="PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)"),
|
||||||
|
storage=[
|
||||||
|
device_probe.SATAController(vendor_id=32902, device_id=14882, class_code=67073, name="SATA", model=None, pci_path="PciRoot(0x0)/Pci(0x1f,0x2)"),
|
||||||
|
device_probe.NVMeController(vendor_id=32902, device_id=61864, class_code=67586, name="PXS3", model=None, pci_path="PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)", aspm=2)
|
||||||
|
],
|
||||||
|
wifi=device_probe.Broadcom(vendor_id=5348, device_id=17312, class_code=163840, name="ARPT", model=None, pci_path="PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x4,0x0)/Pci(0x0,0x0)"),
|
||||||
|
cpu=device_probe.CPU(
|
||||||
|
name="Intel(R) Xeon(R) CPU W3520 @ 2.67GHz",
|
||||||
|
flags=["FPU", "VME", "DE", "PSE", "TSC", "MSR", "PAE", "MCE", "CX8", "APIC", "SEP", "MTRR", "PGE", "MCA", "CMOV", "PAT", "PSE36", "CLFSH", "DS", "ACPI", "MMX", "FXSR", "SSE", "SSE2", "SS", "HTT", "TM", "PBE", "SSE3", "DTES64", "MON", "DSCPL", "VMX", "EST", "TM2", "SSSE3", "CX16", "TPR", "PDCM", "SSE4.1", "SSE4.2", "POPCNT"]
|
||||||
|
),
|
||||||
|
oclp_version="0.2.5",
|
||||||
|
opencore_version="REL-071-2021-07-02"
|
||||||
|
)
|
||||||
@@ -1648,9 +1648,9 @@
|
|||||||
<key>JumpstartHotPlug</key>
|
<key>JumpstartHotPlug</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>MinDate</key>
|
<key>MinDate</key>
|
||||||
<integer>0</integer>
|
<integer>20180621</integer>
|
||||||
<key>MinVersion</key>
|
<key>MinVersion</key>
|
||||||
<integer>0</integer>
|
<integer>748077008000000</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>AppleInput</key>
|
<key>AppleInput</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
Reference in New Issue
Block a user