Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
summer authored and summer committed Dec 18, 2023
1 parent 136c450 commit 2814d7a
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 14 deletions.
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.8</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.8</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.
Empty file.
Empty file modified EFI/OC/Kexts/RadeonSensor.kext/Contents/MacOS/RadeonSensor
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/SMCRadeonGPU.kext/Contents/MacOS/SMCRadeonGPU
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
100644 → 100755
Empty file.
Binary file modified EFI/OC/OpenCore.efi
Binary file not shown.
Binary file not shown.
12 changes: 7 additions & 5 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
<true/>
<key>EnableWriteUnprotector</key>
<true/>
<key>FixupAppleEfiImages</key>
<false/>
<key>ForceBooterSignature</key>
<false/>
<key>ForceExitBootServices</key>
Expand Down Expand Up @@ -253,7 +255,7 @@
<key>BundlePath</key>
<string>AppleALC.kext</string>
<key>Comment</key>
<string>V1.8.6</string>
<string>V1.8.8</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
Expand Down Expand Up @@ -1007,23 +1009,23 @@
<key>AdviseFeatures</key>
<false/>
<key>MLB</key>
<string>C021378024NPHC1UE</string>
<string>C022306004NPHC11F</string>
<key>MaxBIOSVersion</key>
<false/>
<key>ProcessorType</key>
<integer>0</integer>
<key>ROM</key>
<data>vNeAhKVr</data>
<data>JNTn2cyX</data>
<key>SpoofVendor</key>
<true/>
<key>SystemMemoryStatus</key>
<string>Auto</string>
<key>SystemProductName</key>
<string>iMac20,1</string>
<key>SystemSerialNumber</key>
<string>C02GDTZZPN5T</string>
<string>C02J47Y1PN5T</string>
<key>SystemUUID</key>
<string>C74BC8A4-2215-47C4-A97D-4A77715B438A</string>
<string>81F584A3-4F07-4435-A796-46CD2E6886B3</string>
</dict>
<key>UpdateDataHub</key>
<true/>
Expand Down
2 changes: 1 addition & 1 deletion README.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### OpenCore

[OpenCore 0.9.5](https://github.com/acidanthera/OpenCorePkg)
[OpenCore 0.9.7](https://github.com/acidanthera/OpenCorePkg)


### macOS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### OpenCore

[OpenCore 0.9.5](https://github.com/acidanthera/OpenCorePkg)
[OpenCore 0.9.7](https://github.com/acidanthera/OpenCorePkg)


### macOS
Expand Down

0 comments on commit 2814d7a

Please sign in to comment.