Skip to content

Commit

Permalink
OpenCore (0.9.6) and kexts update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigal committed Nov 15, 2023
1 parent 07cb669 commit fe53eec
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 8 deletions.
43 changes: 36 additions & 7 deletions OC/Kexts/AppleALC.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.8.6</string>
<string>1.8.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.8.6</string>
<string>1.8.7</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down Expand Up @@ -15483,18 +15483,18 @@
<integer>283902550</integer>
<key>ConfigData</key>
<data>
ASccAAEnHQABJx4QAScfQAIXHBACFx0QAhce
IQIXHwICFwwCAeccIAHnHREB5x5FAecfAQHX
HCkB1x3AAdceRAHXH0ABlxwwAZcdEAGXHqAB
lx+SAbccQAG3HRABtx4RAbcfAQG3DAI=
AZccMAGXHRABlx6gAZcfkgIXHBACFx0QAhce
IQIXHwICFwwCAbccQAG3HRABtx4RAbcfAQG3
DAIB5xwgAecdEQHnHkUB5x8BAUcc8AFHHREB
Rx4RAUcfQQFHDAI=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>68</integer>
<key>WakeConfigData</key>
<data>
AhcMAgG3DAI=
AhcMAgG3DAIBRwwC
</data>
<key>WakeVerbReinit</key>
<true/>
Expand Down Expand Up @@ -15713,6 +15713,35 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>IDT 92HD81B1X5 by SkyrilHD for HP Elitebook 8x70 series</string>
<key>CodecID</key>
<integer>287143429</integer>
<key>ConfigData</key>
<data>
AKccMACnHRAApx4BAKcfIQCnDAIAtxwhALcd
EAC3HiEAtx8EALcMAgDHHBEAxx0QAMceoQDH
HwQAxwwCANccIADXHQEA1x4TANcfmQDXDAIA
5xzwAOcdAADnHvAA5x9AAOcMAgD3HBAA9x0Q
APcegQD3HyEA9wwCARccAAEXHQEBFx6jARcf
mQ==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>76</integer>
<key>WakeConfigData</key>
<data>
AKcMAgC3DAIAxwwCANcMAgDnDAIA9wwC
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
</array>
<key>IOClass</key>
<string>AppleALC</string>
Expand Down
Binary file modified OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
Binary file modified OC/OpenCore.efi
Binary file not shown.
4 changes: 3 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- Mojave (10.14.x)
- High Sierra (10.13.x)

**Used OpenCore version**: 0.9.5
**Used OpenCore version**: 0.9.6

## Hardware Compatibility

Expand Down Expand Up @@ -294,6 +294,8 @@ Use the following configuration for best results.
- Troubleshooting: [\*click\*](https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/troubleshooting.html)
- ACPI patching: [\*click\*](https://dortania.github.io/Getting-Started-With-ACPI/)

Firstly try to disable AMDRyzenCPUPowerManagement and SMCAMDProcessor kexts - it may cause random kernel panic with some hardware configurations.

If you have any other questions or issues, feel free to ask on [AMD-OSX Discord](https://discord.gg/EfCYAJW) or [Forum](https://forum.amd-osx.com).

Due to the diversity of configurations, I am unable to assist with issues related to specific computer specifications. For troubleshooting, I recommend starting with inquiries on the AMD-OSX Discord.
Expand Down

0 comments on commit fe53eec

Please sign in to comment.