Skip to content

Commit 56fbf11

Browse files
authored
Merge pull request #50 from valnoxy/develop
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```
2 parents 0d0e5df + fa97f85 commit 56fbf11

File tree

90 files changed

+3563
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+3563
-200
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99

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

12+
### Version 1.7.2 (05.03.2022)
13+
- OpenCore to ```0.7.8```
14+
- Kext Changes
15+
- New / Updated
16+
- Added VoodooRMI (issue #27)
17+
- AppleALC to ```1.6.9```
18+
- FeatureUnlock to ```1.0.6```
19+
- Lilu to ```1.6.0```
20+
- VoodooPS2Controller to ```2.2.7```
21+
- WhateverGreen to ```1.5.7```
22+
- Config Changes
23+
- Disabled Kext ```VoodooInput.kext```
24+
1225
### Version 1.7.1 (07.02.2022)
1326
- OpenCore to ```0.7.7```
1427
- README: Add note for missing installer in boot picker (issue #40)

EFI - Big Sur/OC/.contentFlavour

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
OpenCore

EFI - Big Sur/OC/Config.plist

+74-2
Original file line numberDiff line numberDiff line change
@@ -1488,9 +1488,9 @@
14881488
<key>BundlePath</key>
14891489
<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
14901490
<key>Comment</key>
1491-
<string>VoodooInput.kext</string>
1491+
<string>VoodooInput.kext - disabled for VoodooRMI</string>
14921492
<key>Enabled</key>
1493-
<true/>
1493+
<false/>
14941494
<key>ExecutablePath</key>
14951495
<string>Contents/MacOS/VoodooInput</string>
14961496
<key>Arch</key>
@@ -1682,6 +1682,78 @@
16821682
<key>PlistPath</key>
16831683
<string>Contents/Info.plist</string>
16841684
</dict>
1685+
<dict>
1686+
<key>BundlePath</key>
1687+
<string>VoodooRMI.kext</string>
1688+
<key>Comment</key>
1689+
<string>VoodooRMI.kext</string>
1690+
<key>Enabled</key>
1691+
<true/>
1692+
<key>ExecutablePath</key>
1693+
<string>Contents/MacOS/VoodooRMI</string>
1694+
<key>Arch</key>
1695+
<string>Any</string>
1696+
<key>MaxKernel</key>
1697+
<string></string>
1698+
<key>MinKernel</key>
1699+
<string></string>
1700+
<key>PlistPath</key>
1701+
<string>Contents/Info.plist</string>
1702+
</dict>
1703+
<dict>
1704+
<key>BundlePath</key>
1705+
<string>VoodooRMI.kext/Contents/PlugIns/RMII2C.kext</string>
1706+
<key>Comment</key>
1707+
<string>RMII2C.kext</string>
1708+
<key>Enabled</key>
1709+
<true/>
1710+
<key>ExecutablePath</key>
1711+
<string>Contents/MacOS/RMII2C</string>
1712+
<key>Arch</key>
1713+
<string>Any</string>
1714+
<key>MaxKernel</key>
1715+
<string></string>
1716+
<key>MinKernel</key>
1717+
<string></string>
1718+
<key>PlistPath</key>
1719+
<string>Contents/Info.plist</string>
1720+
</dict>
1721+
<dict>
1722+
<key>BundlePath</key>
1723+
<string>VoodooRMI.kext/Contents/PlugIns/RMISMBus.kext</string>
1724+
<key>Comment</key>
1725+
<string>RMISMBus.kext</string>
1726+
<key>Enabled</key>
1727+
<true/>
1728+
<key>ExecutablePath</key>
1729+
<string>Contents/MacOS/RMISMBus</string>
1730+
<key>Arch</key>
1731+
<string>Any</string>
1732+
<key>MaxKernel</key>
1733+
<string></string>
1734+
<key>MinKernel</key>
1735+
<string></string>
1736+
<key>PlistPath</key>
1737+
<string>Contents/Info.plist</string>
1738+
</dict>
1739+
<dict>
1740+
<key>BundlePath</key>
1741+
<string>VoodooRMI.kext/Contents/PlugIns/VoodooInput.kext</string>
1742+
<key>Comment</key>
1743+
<string>VoodooInput.kext</string>
1744+
<key>Enabled</key>
1745+
<true/>
1746+
<key>ExecutablePath</key>
1747+
<string>Contents/MacOS/VoodooInput</string>
1748+
<key>Arch</key>
1749+
<string>Any</string>
1750+
<key>MaxKernel</key>
1751+
<string></string>
1752+
<key>MinKernel</key>
1753+
<string></string>
1754+
<key>PlistPath</key>
1755+
<string>Contents/Info.plist</string>
1756+
</dict>
16851757
</array>
16861758
<key>Block</key>
16871759
<array>

EFI - Big Sur/OC/Kexts/AppleALC.kext/Contents/Info.plist

+66-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19H1615</string>
6+
<string>20G415</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.6.8</string>
20+
<string>1.6.9</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1.6.8</string>
28+
<string>1.6.9</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
@@ -7276,6 +7276,33 @@
72767276
<key>WakeVerbReinit</key>
72777277
<true/>
72787278
</dict>
7279+
<dict>
7280+
<key>AFGLowPowerState</key>
7281+
<data>
7282+
AwAAAA==
7283+
</data>
7284+
<key>Codec</key>
7285+
<string>narcyzzo - Realtek ALC294 for ASUS UX534FAC</string>
7286+
<key>CodecID</key>
7287+
<integer>283902612</integer>
7288+
<key>ConfigData</key>
7289+
<data>
7290+
ASccEAEnHQEBJx6gAScfkAF3HCABdx0BAXce
7291+
EwF3H5ABdwwCAZccMAGXHRABlx6BAZcfBAIX
7292+
HEACFx0QAhceIQIXHwQCFwwCAgUADwIEd3QC
7293+
BQBFAgRSiQIFABACBAQgAgUAGwIETks=
7294+
</data>
7295+
<key>FuncGroup</key>
7296+
<integer>1</integer>
7297+
<key>LayoutID</key>
7298+
<integer>44</integer>
7299+
<key>WakeConfigData</key>
7300+
<data>
7301+
AXcMAgIXDAI=
7302+
</data>
7303+
<key>WakeVerbReinit</key>
7304+
<true/>
7305+
</dict>
72797306
<dict>
72807307
<key>AFGLowPowerState</key>
72817308
<data>
@@ -11221,7 +11248,7 @@
1122111248
HUABRx4hAUcfAgFHDAIBVxxwAVcdEAFXHgEB
1122211249
Vx8BAWccgAFnHWABZx4BAWcfAQGnHJABpx0w
1122311250
AacegQGnHwEBtxygAbcdQAG3HhEBtx+RAbcM
11224-
Ag==
11251+
AgIFAAcCBAPAAgUAGgIEAcE=
1122511252
</data>
1122611253
<key>FuncGroup</key>
1122711254
<integer>1</integer>
@@ -11972,6 +11999,34 @@
1197211999
<key>WakeVerbReinit</key>
1197312000
<true/>
1197412001
</dict>
12002+
<dict>
12003+
<key>AFGLowPowerState</key>
12004+
<data>
12005+
AwAAAA==
12006+
</data>
12007+
<key>CodecID</key>
12008+
<integer>283906408</integer>
12009+
<key>CodecName</key>
12010+
<string>Realtek ALC S1220A for Asus ProArt Z690-Creator WiFi (CaseySJ)</string>
12011+
<key>ConfigData</key>
12012+
<data>
12013+
AUccEAFHHUABRx4BAUcfAAFHDAIBVxwgAVcd
12014+
EAFXHgEBVx8BAWccMAFnHWABZx4BAWcfAQGH
12015+
HEABhx2QAYceoAGHH5ABlxxQAZcdkAGXHoEB
12016+
hx8CAaccYAGnHTABpx6BAacfAQG3HHABtx1A
12017+
AbceIQG3HwIBtwwC
12018+
</data>
12019+
<key>FuncGroup</key>
12020+
<integer>1</integer>
12021+
<key>LayoutID</key>
12022+
<integer>13</integer>
12023+
<key>WakeConfigData</key>
12024+
<data>
12025+
AUcMAg==
12026+
</data>
12027+
<key>WakeVerbReinit</key>
12028+
<true/>
12029+
</dict>
1197512030
<dict>
1197612031
<key>AFGLowPowerState</key>
1197712032
<data>
@@ -14079,13 +14134,13 @@
1407914134
<integer>283904151</integer>
1408014135
<key>ConfigData</key>
1408114136
<data>
14082-
IUccECFHHUAhRx4RIUcfASFHDAIhVxwgIVcd
14083-
ECFXHgEhVx8BIWccMCFnHWAhZx4BIWcfASF3
14084-
HPAhdx0AIXceACF3H0AhhxxAIYcdkCGHHqAh
14085-
hx+QIZccYCGXHZAhlx6BIZcfAiGnHFAhpx0w
14086-
IacegSGnHwEhtxxwIbcdQCG3HiEhtx8CIbcM
14087-
AiEXHJAhFx1hIRceSyEXHwEh9xzwIfcdACH3
14088-
HgAh9x9AIecc8CHnHQAh5x4AIecfQA==
14137+
AUccEAFHHUABRx4RAUcfAQFHDAIBVxwgAVcd
14138+
EAFXHgEBVx8BAWccMAFnHWABZx4BAWcfAQF3
14139+
HPABdx0AAXceAAF3H0ABhxxAAYcdkAGHHqAB
14140+
hx+QAZccYAGXHZABlx6BAZcfAgGnHFABpx0w
14141+
AacegQGnHwEBtxxwAbcdQAG3HiEBtx8CAbcM
14142+
AgEXHJABFx1hARceSwEXHwEB9xzwAfcdAAH3
14143+
HgAB9x9AAecc8AHnHQAB5x4AAecfQA==
1408914144
</data>
1409014145
<key>FuncGroup</key>
1409114146
<integer>1</integer>
Binary file not shown.

EFI - Big Sur/OC/Kexts/FeatureUnlock.kext/Contents/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19H1615</string>
6+
<string>20G415</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,13 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.5</string>
20+
<string>1.0.6</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1.0.5</string>
26+
<string>1.0.6</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
Binary file not shown.

EFI - Big Sur/OC/Kexts/Lilu.kext/Contents/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>19H1615</string>
6+
<string>20G415</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.5.9</string>
20+
<string>1.6.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1.5.9</string>
28+
<string>1.6.0</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
Binary file not shown.

0 commit comments

Comments
 (0)