Skip to content

Commit 0d0e5df

Browse files
authored
🛫 Version: 1.7.1
2 parents 43e267f + d18b556 commit 0d0e5df

File tree

167 files changed

+1046
-1166
lines changed

Some content is hidden

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

167 files changed

+1046
-1166
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@
99

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

12+
### Version 1.7.1 (07.02.2022)
13+
- OpenCore to ```0.7.7```
14+
- README: Add note for missing installer in boot picker (issue #40)
15+
- Kext Changes
16+
- New / Updated
17+
- AppleALC to ```1.6.8```
18+
- FeatureUnlock to ```1.0.5```
19+
- Lilu to ```1.5.9```
20+
- VoodooPS2Controller to ```2.2.7```
21+
- WhateverGreen to ```1.5.6```
22+
- Replaced IntelBluetoothInjector with BlueToolFixup (issue #42)
23+
- Config Changes
24+
- Added SystemAudioVolumeDB key ```(NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82)```
25+
- Added PointerPollMask key ```(NVRAM -> Add -> AppleInput)```
26+
- Added PointerPollMax key ```(NVRAM -> Add -> AppleInput)```
27+
- Added PointerPollMin key ```(NVRAM -> Add -> AppleInput)```
28+
- Removed AudioOut key ```(UEFI -> APFS -> Audio)```
29+
- Added AudioOutMask key ```(UEFI -> APFS -> Audio)```
30+
- Removed MinimumVolume key ```(UEFI -> APFS -> Audio)```
31+
- Added DisconnectHda key ```(UEFI -> APFS -> Audio)```
32+
- Added MaximumGain key ```(UEFI -> APFS -> Audio)```
33+
- Added MinimumAssistGain key ```(UEFI -> APFS -> Audio)```
34+
- Added MinimumAudibleGain key ```(UEFI -> APFS -> Audio)```
35+
- Removed VolumeAmplifier key ```(UEFI -> APFS -> Audio)```
36+
1237
### Version 1.7.0 (25.12.2021)
1338
- OpenCore to ```0.7.6```
1439
- Kext Changes

EFI - Big Sur/BOOT/BOOTX64.efi

0 Bytes
Binary file not shown.

EFI - Big Sur/OC/Config.plist

+36-24
Original file line numberDiff line numberDiff line change
@@ -1322,24 +1322,6 @@
13221322
<key>PlistPath</key>
13231323
<string>Contents/Info.plist</string>
13241324
</dict>
1325-
<dict>
1326-
<key>BundlePath</key>
1327-
<string>IntelBluetoothInjector.kext</string>
1328-
<key>Comment</key>
1329-
<string>IntelBluetoothInjector.kext</string>
1330-
<key>Enabled</key>
1331-
<true/>
1332-
<key>ExecutablePath</key>
1333-
<string></string>
1334-
<key>Arch</key>
1335-
<string>Any</string>
1336-
<key>MaxKernel</key>
1337-
<string></string>
1338-
<key>MinKernel</key>
1339-
<string></string>
1340-
<key>PlistPath</key>
1341-
<string>Contents/Info.plist</string>
1342-
</dict>
13431325
<dict>
13441326
<key>BundlePath</key>
13451327
<string>IntelMausi.kext</string>
@@ -1682,6 +1664,24 @@
16821664
<key>PlistPath</key>
16831665
<string>Contents/Info.plist</string>
16841666
</dict>
1667+
<dict>
1668+
<key>BundlePath</key>
1669+
<string>BlueToolFixup.kext</string>
1670+
<key>Comment</key>
1671+
<string>BlueToolFixup.kext</string>
1672+
<key>Enabled</key>
1673+
<true/>
1674+
<key>ExecutablePath</key>
1675+
<string>Contents/MacOS/BlueToolFixup</string>
1676+
<key>Arch</key>
1677+
<string>Any</string>
1678+
<key>MaxKernel</key>
1679+
<string></string>
1680+
<key>MinKernel</key>
1681+
<string></string>
1682+
<key>PlistPath</key>
1683+
<string>Contents/Info.plist</string>
1684+
</dict>
16851685
</array>
16861686
<key>Block</key>
16871687
<array>
@@ -2394,6 +2394,8 @@
23942394
<integer>0</integer>
23952395
<key>SystemAudioVolume</key>
23962396
<data>Rg==</data>
2397+
<key>SystemAudioVolumeDB</key>
2398+
<data>4g==</data>
23972399
<key>boot-args</key>
23982400
<string>keepsyms=1</string>
23992401
<key>csr-active-config</key>
@@ -2524,6 +2526,12 @@
25242526
<integer>50</integer>
25252527
<key>KeySubsequentDelay</key>
25262528
<integer>5</integer>
2529+
<key>PointerPollMask</key>
2530+
<integer>-1</integer>
2531+
<key>PointerPollMax</key>
2532+
<integer>80</integer>
2533+
<key>PointerPollMin</key>
2534+
<integer>10</integer>
25272535
<key>PointerSpeedDiv</key>
25282536
<integer>1</integer>
25292537
<key>PointerSpeedMul</key>
@@ -2535,20 +2543,24 @@
25352543
<integer>0</integer>
25362544
<key>AudioDevice</key>
25372545
<string>PciRoot(0x0)/Pci(0x1b,0x0)</string>
2538-
<key>AudioOut</key>
2539-
<integer>0</integer>
2546+
<key>AudioOutMask</key>
2547+
<integer>1</integer>
25402548
<key>AudioSupport</key>
25412549
<false/>
2542-
<key>MinimumVolume</key>
2543-
<integer>20</integer>
2550+
<key>DisconnectHda</key>
2551+
<false/>
2552+
<key>MaximumGain</key>
2553+
<integer>-15</integer>
2554+
<key>MinimumAssistGain</key>
2555+
<integer>-30</integer>
2556+
<key>MinimumAudibleGain</key>
2557+
<integer>-55</integer>
25442558
<key>PlayChime</key>
25452559
<string>Auto</string>
25462560
<key>ResetTrafficClass</key>
25472561
<false/>
25482562
<key>SetupDelay</key>
25492563
<integer>0</integer>
2550-
<key>VolumeAmplifier</key>
2551-
<integer>0</integer>
25522564
</dict>
25532565
<key>ConnectDrivers</key>
25542566
<true/>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

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

+4-4
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>19H1217</string>
6+
<string>19H1419</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>2.0.0</string>
20+
<string>2.1.0</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>2.0.0</string>
26+
<string>2.1.0</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
@@ -49,7 +49,7 @@
4949
<key>IOMatchCategory</key>
5050
<string>IODefaultMatchCategory</string>
5151
<key>IOPCIMatch</key>
52-
<string>0x27238086 0x43F08086 0xA0F08086 0x34F08086 0x4DF08086 0x02F08086 0x3DF08086 0x06F08086 0x27208086 0x08b18086 0x08b28086 0x08b38086 0x08b48086 0x095a8086 0x095b8086 0x31658086 0x31668086 0x24f38086 0x24f48086 0x24f58086 0x24f68086 0x24fb8086 0x24fd8086 0x25268086 0x9df08086 0xa3708086 0x31DC8086 0x30DC8086 0x271C8086 0x271B8086 0x42a48086 0x00a08086 0x00a48086 0x02a08086 0x40a48086 0x00608086 0x00648086 0x02608086 0x02648086 0x42298086 0x422b8086 0x422c8086 0x42308086 0x42328086 0x42358086 0x42368086 0x42378086 0x42388086 0x42398086 0x423a8086 0x423b8086 0x423c8086 0x423d8086 0x00828086 0x00838086 0x00848086 0x00858086 0x00878086 0x00898086 0x008a8086 0x008b8086 0x00908086 0x00918086 0x08928086 0x08938086 0x08948086 0x08958086 0x08968086 0x08978086 0x08ae8086 0x08af8086 0x088e8086 0x088f8086 0x08908086 0x08918086 0x08878086 0x08888086</string>
52+
<string>0x27238086 0x43F08086 0xA0F08086 0x34F08086 0x4DF08086 0x02F08086 0x3DF08086 0x06F08086 0x27208086 0x08b18086 0x08b28086 0x08b38086 0x08b48086 0x095a8086 0x095b8086 0x31658086 0x31668086 0x24f38086 0x24f48086 0x24f58086 0x24f68086 0x24fb8086 0x24fd8086 0x25268086 0x9df08086 0xa3708086 0x31DC8086 0x30DC8086 0x271C8086 0x271B8086 0x42a48086 0x00a08086 0x00a48086 0x02a08086 0x40a48086 0x00608086 0x00648086 0x02608086 0x02648086 0x42298086 0x422b8086 0x422c8086 0x42308086 0x42328086 0x42358086 0x42368086 0x42378086 0x42388086 0x42398086 0x423a8086 0x423b8086 0x423c8086 0x423d8086 0x00828086 0x00838086 0x00848086 0x00858086 0x00878086 0x00898086 0x008a8086 0x008b8086 0x00908086 0x00918086 0x08928086 0x08938086 0x08948086 0x08958086 0x08968086 0x08978086 0x08ae8086 0x08af8086 0x088e8086 0x088f8086 0x08908086 0x08918086 0x08878086 0x08888086 0x27258086 0x27268086 0x7A708086 0x7AF08086 0x51F08086 0x54F08086 0x27298086 0x7E408086</string>
5353
<key>IOProbeScore</key>
5454
<integer>2000</integer>
5555
<key>IOProviderClass</key>
Binary file not shown.

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

+96-9
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>19H1519</string>
6+
<string>19H1615</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.7</string>
20+
<string>1.6.8</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.7</string>
28+
<string>1.6.8</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
@@ -2104,7 +2104,7 @@
21042104
<integer>36</integer>
21052105
<key>WakeConfigData</key>
21062106
<data>
2107-
AUcMAgIXDAI=
2107+
AUcMAgIXDAIBlwcl
21082108
</data>
21092109
<key>WakeVerbReinit</key>
21102110
<true/>
@@ -4395,6 +4395,32 @@
43954395
<key>WakeVerbReinit</key>
43964396
<true/>
43974397
</dict>
4398+
<dict>
4399+
<key>AFGLowPowerState</key>
4400+
<data>
4401+
AwAAAA==
4402+
</data>
4403+
<key>CodecID</key>
4404+
<integer>283902569</integer>
4405+
<key>Comment</key>
4406+
<string>Custom ALC269-VC Samsung np540U4E by majonez</string>
4407+
<key>ConfigData</key>
4408+
<data>
4409+
ASccEAEnHQABJx6mAScfkAG3HCABtx0AAbce
4410+
FwG3H5ABVxwwAVcdEAFXHiEBVx8AAYccQAGH
4411+
HZABhx6BAYcfAgG3DAIBVwwC
4412+
</data>
4413+
<key>FuncGroup</key>
4414+
<integer>1</integer>
4415+
<key>LayoutID</key>
4416+
<integer>34</integer>
4417+
<key>WakeConfigData</key>
4418+
<data>
4419+
AVcMAg==
4420+
</data>
4421+
<key>WakeVerbReinit</key>
4422+
<true/>
4423+
</dict>
43984424
<dict>
43994425
<key>AFGLowPowerState</key>
44004426
<data>
@@ -10102,7 +10128,9 @@
1010210128
<key>ConfigData</key>
1010310129
<data>
1010410130
AUccEAFHHUABRx4BAUcfAQFHDAIBhxwgAYcd
10105-
kAGHHqABhx+BAaccMAGnHTABpx6BAacfAQ==
10131+
kAGHHqABhx+BAaccMAGnHTABpx6BAacfAQGX
10132+
HEABlx2QAZcegQGXHwIBtxxQAbcdQAG3HiEB
10133+
tx8CAbcMAg==
1010610134
</data>
1010710135
<key>FuncGroup</key>
1010810136
<integer>1</integer>
@@ -11888,6 +11916,35 @@
1188811916
<key>WakeVerbReinit</key>
1188911917
<true/>
1189011918
</dict>
11919+
<dict>
11920+
<key>AFGLowPowerState</key>
11921+
<data>
11922+
AwAAAA==
11923+
</data>
11924+
<key>CodecID</key>
11925+
<integer>283906408</integer>
11926+
<key>CodecName</key>
11927+
<string>Realtek ALC S1220P_MSI_Z490i_UNIFY_ by_vio</string>
11928+
<key>ConfigData</key>
11929+
<data>
11930+
AUccEAFHHVABRx4BAUcfAQFHDAIBVxwgAVcd
11931+
EAFXHgEBVx8BAWccMAFnHRABZx4BAWcfAQGH
11932+
HEABhx0QAYceoAGHH5EBlxxQAZcdkAGXHosB
11933+
lx8CAaccYAGnHRABpx6BAacfAQG3HHABtx1A
11934+
AbceIQG3HwIBtwwCAeccgAHnHREB5x5FAecf
11935+
AQ==
11936+
</data>
11937+
<key>FuncGroup</key>
11938+
<integer>1</integer>
11939+
<key>LayoutID</key>
11940+
<integer>8</integer>
11941+
<key>WakeConfigData</key>
11942+
<data>
11943+
AUcMAg==
11944+
</data>
11945+
<key>WakeVerbReinit</key>
11946+
<true/>
11947+
</dict>
1189111948
<dict>
1189211949
<key>AFGLowPowerState</key>
1189311950
<data>
@@ -12179,22 +12236,22 @@
1217912236
AwAAAA==
1218012237
</data>
1218112238
<key>Codec</key>
12182-
<string>rdmitry0911 - Conexant CX8200 for LG Gram 17 17z990</string>
12239+
<string>Conexant CX8200 for LG Gram Z990/Z90N</string>
1218312240
<key>CodecID</key>
1218412241
<integer>351346696</integer>
1218512242
<key>ConfigData</key>
1218612243
<data>
1218712244
AXccEAF3HQEBdx4XAXcfkQF3DAIBpxwgAacd
12188-
AQGnHqcBpx+VAZccMAGXHRABlx6BAZcfBAFn
12189-
HEABZx0QAWceIQFnHwQBZwwC
12245+
AQGnHqABpx+VAZccMAGXHRABlx6LAZcfBAGX
12246+
ByQBZxxAAWcdEAFnHisBZx8EAWcMAg==
1219012247
</data>
1219112248
<key>FuncGroup</key>
1219212249
<integer>1</integer>
1219312250
<key>LayoutID</key>
1219412251
<integer>80</integer>
1219512252
<key>WakeConfigData</key>
1219612253
<data>
12197-
AWcMAgF3DAI=
12254+
AWcMAgF3DAIBlwck
1219812255
</data>
1219912256
<key>WakeVerbReinit</key>
1220012257
<true/>
@@ -14041,6 +14098,36 @@
1404114098
<key>WakeVerbReinit</key>
1404214099
<true/>
1404314100
</dict>
14101+
<dict>
14102+
<key>AFGLowPowerState</key>
14103+
<data>
14104+
AwAAAA==
14105+
</data>
14106+
<key>Codec</key>
14107+
<string>Custom ALC897 by Sergey_Galan for GIGABYTE Z590M</string>
14108+
<key>CodecID</key>
14109+
<integer>283904151</integer>
14110+
<key>ConfigData</key>
14111+
<data>
14112+
AUccEAFHHUABRx4RAUcfAQFHDAIBVxzwAVcd
14113+
AAFXHgABVx9AAWcc8AFnHQABZx4AAWcfQAF3
14114+
HPABdx0AAXceAAF3H0ABhxxAAYcdkAGHHqAB
14115+
hx+QAZccYAGXHZABlx6BAZcfAgGnHFABpx0w
14116+
AacegQGnHwEBtxxwAbcdQAG3HiEBtx8CAbcM
14117+
AgEXHJABFx1hARceSwEXHwEB9xzwAfcdAAH3
14118+
HgAB9x9AAecc8AHnHQAB5x4AAecfQA==
14119+
</data>
14120+
<key>FuncGroup</key>
14121+
<integer>1</integer>
14122+
<key>LayoutID</key>
14123+
<integer>11</integer>
14124+
<key>WakeConfigData</key>
14125+
<data>
14126+
AUcMAgG3DAI=
14127+
</data>
14128+
<key>WakeVerbReinit</key>
14129+
<true/>
14130+
</dict>
1404414131
<dict>
1404514132
<key>AFGLowPowerState</key>
1404614133
<data>
Binary file not shown.

0 commit comments

Comments
 (0)