Skip to content

Commit

Permalink
Fix HDMI and updated NVME
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Jan 30, 2020
1 parent 79442c7 commit 2c1a2b0
Show file tree
Hide file tree
Showing 11 changed files with 120 additions and 68 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/.DS_Store
Binary file not shown.
88 changes: 57 additions & 31 deletions EFI/CLOVER/kexts/Other/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>19C57</string>
<string>19D76</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down Expand Up @@ -48,36 +48,6 @@
<string>com.apple.driver.AppleHDAHardwareConfigDriver</string>
<key>HDAConfigDefault</key>
<array>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283902610</integer>
<key>Comment</key>
<string>baesar0 -ALC 292 for e6540 with dock</string>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6mAScfkAE3HPABNx0AATce
AAE3H0ABRxxAAUcdAQFHHhcBRx+QAUcMAgFX
HFABVx1AAVceKwFXHwIBVwwCAWccgAFnHUAB
Zx4BAWcfAgFnDAIBhxzwAYcdAAGHHgABhx9A
AZccIAGXHZABlx6BAZcfAgGnHHABpx0QAace
qwGnHwIBtxzwAbcdAAG3HgABtx9AAdcc8AHX
HQAB1x4AAdcfQAHnHPAB5x0AAeceAAHnH0A=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>55</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -620,6 +590,32 @@
<key>LayoutID</key>
<integer>7</integer>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>ALC215 for HP 830 G6 for 965987400abc</string>
<key>CodecID</key>
<integer>283902485</integer>
<key>ConfigData</key>
<data>
AUccEAFHHQEBRx4XAUcfmQIXHCACFx0QAhce
IQIXHwECFwwCASccMAEnHRgBJx6BAScfAQGX
HEABlx0BAZcepgGXH5kBRwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>18</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -4984,6 +4980,36 @@
<key>LayoutID</key>
<integer>32</integer>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283902610</integer>
<key>Comment</key>
<string>baesar0 -ALC 292 for e6540 with dock</string>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6mAScfkAE3HPABNx0AATce
AAE3H0ABRxxAAUcdAQFHHhcBRx+QAUcMAgFX
HFABVx1AAVceKwFXHwIBVwwCAWccgAFnHUAB
Zx4BAWcfAgFnDAIBhxzwAYcdAAGHHgABhx9A
AZccIAGXHZABlx6BAZcfAgGnHHABpx0QAace
qwGnHwIBtxzwAbcdAAG3HgABtx9AAdcc8AHX
HQAB1x4AAdcfQAHnHPAB5x0AAeceAAHnH0A=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>55</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down
Binary file modified EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
6 changes: 3 additions & 3 deletions EFI/CLOVER/kexts/Other/NVMeFix.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>19C57</string>
<string>19D76</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.0</string>
<string>1.0.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/CLOVER/kexts/Other/NVMeFix.kext/Contents/MacOS/NVMeFix
Binary file not shown.
Binary file modified EFIOC/.DS_Store
Binary file not shown.
88 changes: 57 additions & 31 deletions EFIOC/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>19C57</string>
<string>19D76</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down Expand Up @@ -48,36 +48,6 @@
<string>com.apple.driver.AppleHDAHardwareConfigDriver</string>
<key>HDAConfigDefault</key>
<array>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283902610</integer>
<key>Comment</key>
<string>baesar0 -ALC 292 for e6540 with dock</string>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6mAScfkAE3HPABNx0AATce
AAE3H0ABRxxAAUcdAQFHHhcBRx+QAUcMAgFX
HFABVx1AAVceKwFXHwIBVwwCAWccgAFnHUAB
Zx4BAWcfAgFnDAIBhxzwAYcdAAGHHgABhx9A
AZccIAGXHZABlx6BAZcfAgGnHHABpx0QAace
qwGnHwIBtxzwAbcdAAG3HgABtx9AAdcc8AHX
HQAB1x4AAdcfQAHnHPAB5x0AAeceAAHnH0A=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>55</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -620,6 +590,32 @@
<key>LayoutID</key>
<integer>7</integer>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>ALC215 for HP 830 G6 for 965987400abc</string>
<key>CodecID</key>
<integer>283902485</integer>
<key>ConfigData</key>
<data>
AUccEAFHHQEBRx4XAUcfmQIXHCACFx0QAhce
IQIXHwECFwwCASccMAEnHRgBJx6BAScfAQGX
HEABlx0BAZcepgGXH5kBRwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>18</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down Expand Up @@ -4984,6 +4980,36 @@
<key>LayoutID</key>
<integer>32</integer>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283902610</integer>
<key>Comment</key>
<string>baesar0 -ALC 292 for e6540 with dock</string>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6mAScfkAE3HPABNx0AATce
AAE3H0ABRxxAAUcdAQFHHhcBRx+QAUcMAgFX
HFABVx1AAVceKwFXHwIBVwwCAWccgAFnHUAB
Zx4BAWcfAgFnDAIBhxzwAYcdAAGHHgABhx9A
AZccIAGXHZABlx6BAZcfAgGnHHABpx0QAace
qwGnHwIBtxzwAbcdAAG3HgABtx9AAdcc8AHX
HQAB1x4AAdcfQAHnHPAB5x0AAeceAAHnH0A=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>55</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
Expand Down
Binary file modified EFIOC/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
6 changes: 3 additions & 3 deletions EFIOC/OC/Kexts/NVMeFix.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>19C57</string>
<string>19D76</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.0</string>
<string>1.0.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFIOC/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix
Binary file not shown.

0 comments on commit 2c1a2b0

Please sign in to comment.