Skip to content

Commit

Permalink
Merge pull request #50 from valnoxy/develop
Browse files Browse the repository at this point in the history
OpenCore was updated to Version ```0.7.8```.

The following kexts was added:
   - VoodooRMI (issue #27)

The following kexts was updated:
  - AppleALC to ```1.6.9```
  - FeatureUnlock to ```1.0.6```
  - Lilu to ```1.6.0```
  - VoodooPS2Controller to ```2.2.7```
  - WhateverGreen to ```1.5.7```

The following changes was made to the config:
- Disabled Kext ```VoodooInput.kext```
  • Loading branch information
valnoxy authored Mar 5, 2022
2 parents 0d0e5df + fa97f85 commit 56fbf11
Show file tree
Hide file tree
Showing 90 changed files with 3,563 additions and 200 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@

![-----------------------------------------------------](https://dl.exploitox.de/t440p-oc/rainbow.png)

### Version 1.7.2 (05.03.2022)
- OpenCore to ```0.7.8```
- Kext Changes
- New / Updated
- Added VoodooRMI (issue #27)
- AppleALC to ```1.6.9```
- FeatureUnlock to ```1.0.6```
- Lilu to ```1.6.0```
- VoodooPS2Controller to ```2.2.7```
- WhateverGreen to ```1.5.7```
- Config Changes
- Disabled Kext ```VoodooInput.kext```

### Version 1.7.1 (07.02.2022)
- OpenCore to ```0.7.7```
- README: Add note for missing installer in boot picker (issue #40)
Expand Down
1 change: 1 addition & 0 deletions EFI - Big Sur/OC/.contentFlavour
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenCore
76 changes: 74 additions & 2 deletions EFI - Big Sur/OC/Config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1488,9 +1488,9 @@
<key>BundlePath</key>
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key>
<string>VoodooInput.kext</string>
<string>VoodooInput.kext - disabled for VoodooRMI</string>
<key>Enabled</key>
<true/>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooInput</string>
<key>Arch</key>
Expand Down Expand Up @@ -1682,6 +1682,78 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooRMI.kext</string>
<key>Comment</key>
<string>VoodooRMI.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooRMI</string>
<key>Arch</key>
<string>Any</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooRMI.kext/Contents/PlugIns/RMII2C.kext</string>
<key>Comment</key>
<string>RMII2C.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/RMII2C</string>
<key>Arch</key>
<string>Any</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext</string>
<key>Comment</key>
<string>RMISMBus.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/RMISMBus</string>
<key>Arch</key>
<string>Any</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext</string>
<key>Comment</key>
<string>VoodooInput.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooInput</string>
<key>Arch</key>
<string>Any</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array>
Expand Down
77 changes: 66 additions & 11 deletions EFI - Big Sur/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>19H1615</string>
<string>20G415</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.6.8</string>
<string>1.6.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.6.8</string>
<string>1.6.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down Expand Up @@ -7276,6 +7276,33 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>narcyzzo - Realtek ALC294 for ASUS UX534FAC</string>
<key>CodecID</key>
<integer>283902612</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6gAScfkAF3HCABdx0BAXce
EwF3H5ABdwwCAZccMAGXHRABlx6BAZcfBAIX
HEACFx0QAhceIQIXHwQCFwwCAgUADwIEd3QC
BQBFAgRSiQIFABACBAQgAgUAGwIETks=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>44</integer>
<key>WakeConfigData</key>
<data>
AXcMAgIXDAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -11221,7 +11248,7 @@
HUABRx4hAUcfAgFHDAIBVxxwAVcdEAFXHgEB
Vx8BAWccgAFnHWABZx4BAWcfAQGnHJABpx0w
AacegQGnHwEBtxygAbcdQAG3HhEBtx+RAbcM
Ag==
AgIFAAcCBAPAAgUAGgIEAcE=
</data>
<key>FuncGroup</key>
<integer>1</integer>
Expand Down Expand Up @@ -11972,6 +11999,34 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283906408</integer>
<key>CodecName</key>
<string>Realtek ALC S1220A for Asus ProArt Z690-Creator WiFi (CaseySJ)</string>
<key>ConfigData</key>
<data>
AUccEAFHHUABRx4BAUcfAAFHDAIBVxwgAVcd
EAFXHgEBVx8BAWccMAFnHWABZx4BAWcfAQGH
HEABhx2QAYceoAGHH5ABlxxQAZcdkAGXHoEB
hx8CAaccYAGnHTABpx6BAacfAQG3HHABtx1A
AbceIQG3HwIBtwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>13</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -14079,13 +14134,13 @@
<integer>283904151</integer>
<key>ConfigData</key>
<data>
IUccECFHHUAhRx4RIUcfASFHDAIhVxwgIVcd
ECFXHgEhVx8BIWccMCFnHWAhZx4BIWcfASF3
HPAhdx0AIXceACF3H0AhhxxAIYcdkCGHHqAh
hx+QIZccYCGXHZAhlx6BIZcfAiGnHFAhpx0w
IacegSGnHwEhtxxwIbcdQCG3HiEhtx8CIbcM
AiEXHJAhFx1hIRceSyEXHwEh9xzwIfcdACH3
HgAh9x9AIecc8CHnHQAh5x4AIecfQA==
AUccEAFHHUABRx4RAUcfAQFHDAIBVxwgAVcd
EAFXHgEBVx8BAWccMAFnHWABZx4BAWcfAQF3
HPABdx0AAXceAAF3H0ABhxxAAYcdkAGHHqAB
hx+QAZccYAGXHZABlx6BAZcfAgGnHFABpx0w
AacegQGnHwEBtxxwAbcdQAG3HiEBtx8CAbcM
AgEXHJABFx1hARceSwEXHwEB9xzwAfcdAAH3
HgAB9x9AAecc8AHnHQAB5x4AAecfQA==
</data>
<key>FuncGroup</key>
<integer>1</integer>
Expand Down
Binary file modified EFI - Big Sur/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
6 changes: 3 additions & 3 deletions EFI - Big Sur/OC/Kexts/FeatureUnlock.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>19H1615</string>
<string>20G415</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.0.5</string>
<string>1.0.6</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.5</string>
<string>1.0.6</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions EFI - Big Sur/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>19H1615</string>
<string>20G415</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.9</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.9</string>
<string>1.6.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI - Big Sur/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
Binary file not shown.
Loading

0 comments on commit 56fbf11

Please sign in to comment.