Skip to content

Commit

Permalink
Update to OpenCore 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shiruken committed Nov 27, 2023
1 parent 38f18db commit c8efb4a
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ocvalidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v3
- uses: brokeyourbike/ocvalidate-action@v0.3
with:
opencore-version: '0.9.5'
opencore-version: '0.9.6'
- run: ocvalidate EFI/OC/config.plist
43 changes: 36 additions & 7 deletions EFI/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 EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
Binary file modified EFI/OC/OpenCore.efi
Binary file not shown.
2 changes: 2 additions & 0 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@
<true/>
<key>EnableWriteUnprotector</key>
<false/>
<key>FixupAppleEfiImages</key>
<false/>
<key>ForceBooterSignature</key>
<false/>
<key>ForceExitBootServices</key>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ _All values are the average of three runs_

## Upgrade Log

* 2023-11-27: Updated to [OpenCore 0.9.6](https://github.com/acidanthera/OpenCorePkg/releases/tag/0.9.6) and [AppleALC 1.8.7](https://github.com/acidanthera/AppleALC/releases/tag/1.8.7)
* 2023-11-02: Updated to macOS 14.1, [AppleALC 1.8.6](https://github.com/acidanthera/AppleALC/releases/tag/1.8.6), and [itlwm 2.3.0-alpha](https://github.com/OpenIntelWireless/itlwm/releases/tag/v2.3.0-alpha)
* 2023-10-13: Updated to macOS 14.0
* 2023-10-02: Updated to macOS 13.6, [OpenCore 0.9.5](https://github.com/acidanthera/OpenCorePkg/releases/tag/0.9.5), [AppleALC 1.8.5](https://github.com/acidanthera/AppleALC/releases/tag/1.8.5), and [itlwm 2.3.0-alpha](https://github.com/OpenIntelWireless/itlwm/releases/tag/v2.3.0-alpha)
Expand Down

0 comments on commit c8efb4a

Please sign in to comment.