Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Update OpenCore 0.8.3
Browse files Browse the repository at this point in the history
Above 4G Decoding needs to be disabled for now, and also some things must be tested and do a cleanup of the efi
  • Loading branch information
RobyRew committed Sep 26, 2022
1 parent 8de982a commit 145ee4e
Show file tree
Hide file tree
Showing 482 changed files with 3,232 additions and 296 deletions.
Binary file modified EFI/BOOT/BOOTx64.efi
100644 → 100755
Binary file not shown.
Empty file modified EFI/OC/ACPI/SSDT-EC-USBX-DESKTOP.aml
100644 → 100755
Empty file.
Binary file added EFI/OC/ACPI/SSDT-HPET.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-NVME.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PLUG.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-SBRG.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-SBUS-MCHC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-XHC.aml
Binary file not shown.
Binary file removed EFI/OC/Drivers/.DS_Store
Binary file not shown.
Binary file removed EFI/OC/Drivers/HFSPlus.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenCanopy.efi
100644 → 100755
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenHfsPlus.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenRuntime.efi
100644 → 100755
Binary file not shown.
66 changes: 66 additions & 0 deletions EFI/OC/Kexts/AGPMInjector.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18A391011</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleGetInfoString</key>
<string>111.4.4, Copyright 2008-2019 Apple Inc. All rights reserved.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AGPMInjector</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AGPMInjector</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.8.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>111.4.4</string>
<key>IOKitPersonalities</key>
<dict>
<key>AGPM</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AGPM</string>
<key>IOClass</key>
<string>AGPMController</string>
<key>IONameMatch</key>
<string>AGPMEnabler</string>
<key>IOProviderClass</key>
<string>IOPlatformPluginDevice</string>
<key>Machines</key>
<dict>
<key>iMacPro1,1</key>
<dict>
<key>Vendor1002Device731f</key>
<dict>
<key>AGDCEnabled</key>
<integer>1</integer>
<key>Heuristic</key>
<dict>
<key>ID</key>
<integer>-1</integer>
</dict>
<key>control-id</key>
<integer>17</integer>
<key>max-power-state</key>
<integer>15</integer>
<key>min-power-state</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2008-2019 Apple Inc. All rights reserved.</string>
<key>OSBundleRequired</key>
<string>Safe Boot</string>
</dict>
</plist>
18 changes: 9 additions & 9 deletions EFI/OC/Kexts/AMDRyzenCPUPowerManagement.kext/Contents/Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G80</string>
<string>21F79</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>0.7</string>
<string>0.7.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>0.7</string>
<string>0.7.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12E507</string>
<string>13E113</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.3</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>20E214</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx11.3</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1251</string>
<string>1330</string>
<key>DTXcodeBuild</key>
<string>12E507</string>
<string>13E113</string>
<key>IOKitPersonalities</key>
<dict>
<key>wtf.spinach.AMDRyzenCPUPowerManagement</key>
Expand Down
Binary file not shown.
Empty file.
Loading

0 comments on commit 145ee4e

Please sign in to comment.