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

Commit

Permalink
Upgrade to OC 0.6.6
Browse files Browse the repository at this point in the history
Upgrade to OC 0.6.6
  • Loading branch information
mbarbierato committed Feb 3, 2021
1 parent 3c6221b commit 55ea333
Show file tree
Hide file tree
Showing 79 changed files with 198 additions and 39 deletions.
Binary file modified EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file removed EFI/OC/Bootstrap/Bootstrap.efi
Binary file not shown.
33 changes: 22 additions & 11 deletions EFI/OC/Config.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@
<true/>
<key>PowerTimeoutKernelPanic</key>
<false/>
<key>SetApfsTrimTimeout</key>
<integer>-1</integer>
<key>ThirdPartyDrives</key>
<false/>
<key>XhciPortLimit</key>
Expand Down Expand Up @@ -462,6 +464,10 @@
<string>None</string>
<key>HideAuxiliary</key>
<true/>
<key>LauncherOption</key>
<string>Disabled</string>
<key>LauncherPath</key>
<string>Default</string>
<key>PickerAttributes</key>
<integer>1</integer>
<key>PickerAudioAssist</key>
Expand Down Expand Up @@ -528,9 +534,7 @@
<key>AuthRestart</key>
<false/>
<key>BlacklistAppleUpdate</key>
<false/>
<key>BootProtect</key>
<string>Bootstrap</string>
<true/>
<key>DmgLoading</key>
<string>Signed</string>
<key>EnablePassword</key>
Expand Down Expand Up @@ -614,7 +618,7 @@
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<false/>
<key>Name</key>
<string>acpidump</string>
<key>Path</key>
Expand Down Expand Up @@ -645,7 +649,7 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>-v alcid=3 igfxonln=1 igfxfw=2</string>
<string>-v alcid=11 igfxonln=1 igfxfw=2</string>
<key>csr-active-config</key>
<data>AAAAAA==</data>
<key>prev-lang:kbd</key>
Expand Down Expand Up @@ -712,22 +716,24 @@
<dict>
<key>AdviseWindows</key>
<false/>
<key>MaxBIOSVersion</key>
<false/>
<key>MLB</key>
<string>C07850902GUKXPGJC</string>
<string>C07819401QXKXPGFB</string>
<key>ProcessorType</key>
<integer>0</integer>
<key>ROM</key>
<data>n6Z95bKv</data>
<data>nwpELBsz</data>
<key>SpoofVendor</key>
<false/>
<key>SystemMemoryStatus</key>
<string>Auto</string>
<string>Upgradable</string>
<key>SystemProductName</key>
<string>Macmini8,1</string>
<key>SystemSerialNumber</key>
<string>C07XTLZ0JYVX</string>
<string>C07WP3ZRJYVX</string>
<key>SystemUUID</key>
<string>1B142B0F-A823-4CE1-A077-60B882E5B2AF</string>
<string>30B6DDF9-4BA7-438A-9115-2058C0A2733E</string>
</dict>
<key>UpdateDataHub</key>
<true/>
Expand All @@ -737,6 +743,8 @@
<true/>
<key>UpdateSMBIOSMode</key>
<string>Create</string>
<key>UseRawUuidEncoding</key>
<false/>
</dict>
<key>UEFI</key>
<dict>
Expand Down Expand Up @@ -779,9 +787,10 @@
<key>Drivers</key>
<array>
<string>AudioDxe.efi</string>
<string>CrScreenshotDxe.efi</string>
<string>OpenRuntime.efi</string>
<string>OpenCanopy.efi</string>
<string>HfsPlus.efi</string>
<string>OpenHfsPlus.efi</string>
</array>
<key>Input</key>
<dict>
Expand Down Expand Up @@ -872,6 +881,8 @@
</dict>
<key>Quirks</key>
<dict>
<key>DisableSecurityPolicy</key>
<false/>
<key>ExitBootServicesDelay</key>
<integer>0</integer>
<key>IgnoreInvalidFlexRatio</key>
Expand Down
Binary file modified EFI/OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/CrScreenshotDxe.efi
Binary file not shown.
Binary file removed EFI/OC/Drivers/HfsPlus.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenHfsPlus.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
6 changes: 3 additions & 3 deletions EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist
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>20C69</string>
<string>19H114</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/OC/Kexts/AirportItlwm.kext/Contents/MacOS/AirportItlwm
Binary file not shown.
159 changes: 155 additions & 4 deletions EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist
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>19H15</string>
<string>19H114</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.5.6</string>
<string>1.5.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.6</string>
<string>1.5.7</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down Expand Up @@ -869,7 +869,7 @@
<integer>88</integer>
<key>WakeConfigData</key>
<data>
AXcMAgGnByQCFwwC
AXcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
Expand Down Expand Up @@ -983,6 +983,32 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Custom ALC225/ALC3253 for Dell Inspiron 15-5379 by fast900</string>
<key>CodecID</key>
<integer>283902501</integer>
<key>ConfigData</key>
<data>
ASccUAEnHQABJx6gAScfkAFHHEABRx0AAUce
FwFHH5ABlxxwAZcdEAGXHoEBlx8AAhccIAIX
HRACFx4hAhcfAAFHDAI=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>90</integer>
<key>WakeConfigData</key>
<data>
AUcMAgIXDAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -4786,6 +4812,26 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Andres ZeroCross - Realtek ALC274 for Dell Inspiron 27-7777 AIO Series</string>
<key>CodecID</key>
<integer>283902580</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6gAScfkAF3HCABdx0BAXce
FwF3H5ABdwwCAaccMAGnHRABpx6BAacfAgIX
HEACFx0QAhceIQIXHwICFwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>28</integer>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -6021,6 +6067,32 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Realtek ALC289 for Dell XPS 13 9300 by DalianSky</string>
<key>CodecID</key>
<integer>283902601</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6mAScfmQF3HDABdx0BAXce
FwF3H5kBlxwAAZcdEAGXHosBlx4CAhccIAIX
HRACFx4rAhcfAQIXDAI=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>99</integer>
<key>WakeConfigData</key>
<data>
AUcMAgG3DAICFwwC
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -9510,6 +9582,33 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Asus_PRIME_B460M-K_ALC897</string>
<key>CodecID</key>
<integer>283904151</integer>
<key>ConfigData</key>
<data>
AUccEAFHHUABRx4RAUcfAQGHHFABhx2QAYce
oAGHH5ABlxxgAZcdkAGXHoEBlx8CAacccAGn
HTABpx6BAacfAQG3HIABtx1AAbceIQG3HwEB
twwCARcckAEXHeABFx5FARcfAQFHDAI=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>66</integer>
<key>WakeConfigData</key>
<data>
AUcMAgG3DAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -12759,6 +12858,58 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Asus x430_s4300FN by fangf2018</string>
<key>CodecID</key>
<integer>283902550</integer>
<key>ConfigData</key>
<data>
ASccMAEnHQEBJx6mAScfkAFHHBABRx0BAUce
FwFHH5ABRwwCAZccQAGXHRABlx6BAZcfAgIX
HCACFx0QAhceIQIXHwICFwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>77</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Asus x430_s4300FN by fangf2018 (mic in and line in mic in separated)</string>
<key>CodecID</key>
<integer>283902550</integer>
<key>ConfigData</key>
<data>
ASccQAEnHQEBJx6mAScfkAFHHDABRx0BAUce
FwFHH5ABRwwCAZccIAGXHRABlx6BAZcfAgIX
HBACFx0QAhceIQIXHwICFwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>88</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
</array>
<key>IOClass</key>
<string>AppleHDAHardwareConfigDriver</string>
Expand Down
Binary file modified EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
Empty file modified EFI/OC/Kexts/IntelMausi.kext/Contents/Info.plist
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
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>19H15</string>
<string>19H114</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
Binary file not shown.
Loading

0 comments on commit 55ea333

Please sign in to comment.