Skip to content

Commit 7c964db

Browse files
committed
upgraded kexts + OC 0.9.6
1 parent 971efd4 commit 7c964db

File tree

9 files changed

+18
-13
lines changed

9 files changed

+18
-13
lines changed

EFI/BOOT/BOOTx64.efi

0 Bytes
Binary file not shown.

EFI/OC/Drivers/OpenCanopy.efi

0 Bytes
Binary file not shown.

EFI/OC/Drivers/OpenRuntime.efi

0 Bytes
Binary file not shown.

EFI/OC/Drivers/ResetNvramEntry.efi

0 Bytes
Binary file not shown.

EFI/OC/Kexts/RestrictEvents.kext/Contents/Info.plist

Lines changed: 3 additions & 3 deletions
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>21G531</string>
6+
<string>21G816</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>1.1.2</string>
20+
<string>1.1.3</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1.1.2</string>
26+
<string>1.1.3</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
48 Bytes
Binary file not shown.

EFI/OC/config.plist

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
<true/>
7777
<key>EnableWriteUnprotector</key>
7878
<false/>
79+
<key>FixupAppleEfiImages</key>
80+
<false/>
7981
<key>ForceBooterSignature</key>
8082
<false/>
8183
<key>ForceExitBootServices</key>
@@ -212,7 +214,7 @@
212214
<key>BundlePath</key>
213215
<string>RestrictEvents.kext</string>
214216
<key>Comment</key>
215-
<string>V1.1.2</string>
217+
<string>V1.1.3</string>
216218
<key>Enabled</key>
217219
<true/>
218220
<key>ExecutablePath</key>
@@ -1207,6 +1209,7 @@
12071209
<key>8BE4DF61-93CA-11D2-AA0D-00E098032B8C</key>
12081210
<array>
12091211
<string>Boot0080</string>
1212+
<integer>0</integer>
12101213
<string>Boot0081</string>
12111214
<string>Boot0082</string>
12121215
<string>BootNext</string>
@@ -1227,23 +1230,21 @@
12271230
<key>AdviseFeatures</key>
12281231
<false/>
12291232
<key>MLB</key>
1230-
<string>xxxxx</string>
1233+
<string>XXX</string>
12311234
<key>MaxBIOSVersion</key>
12321235
<false/>
1233-
<key>ProcessorType</key>
1234-
<integer>0</integer>
12351236
<key>ROM</key>
1236-
<data>UHpVNtEL</data>
1237+
<data>AAAAAAAA</data>
12371238
<key>SpoofVendor</key>
12381239
<false/>
12391240
<key>SystemMemoryStatus</key>
12401241
<string>Auto</string>
12411242
<key>SystemProductName</key>
12421243
<string>MacPro7,1</string>
12431244
<key>SystemSerialNumber</key>
1244-
<string>xxxxx</string>
1245+
<string>XXX</string>
12451246
<key>SystemUUID</key>
1246-
<string>xxxxx</string>
1247+
<string>XXX</string>
12471248
</dict>
12481249
<key>UpdateDataHub</key>
12491250
<true/>
@@ -1507,6 +1508,8 @@
15071508
<integer>-1</integer>
15081509
<key>ResizeUsePciRbIo</key>
15091510
<false/>
1511+
<key>ShimRetainProtocol</key>
1512+
<false/>
15101513
<key>TscSyncTimeout</key>
15111514
<integer>0</integer>
15121515
<key>UnblockFsConnect</key>

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
| Component | Model |
2020
| --------- | --------- |
21-
| OpenCore | 0.9.4 |
22-
| macOS | 13.5.1 |
23-
| BIOS | 1636 |
21+
| OpenCore | 0.9.6 |
22+
| macOS | 13.6.1 |
23+
| BIOS | 1654 |
2424

2525
## Setup Notes
2626
Generate your own serial using GenSMBIOS for MacPro7,1 and add it to config.plist before connecting to iCloud. Adjust the GPU and CPU if you have a different setup. I dualboot to Windows 10 on a different drive. If your time is always off check out [Fix Windows and macOS Showing Different Times When Dual Booting](https://www.applegazette.com/mac/fix-windows-and-macos-showing-different-times-dual-booting/).
@@ -33,6 +33,8 @@ I'm running Eco Mode 105W TDP which gives me 98% of the stock performance while
3333
Virtualization is a pain to get working in Ventura. You can [run Docker on AMD OpenCore using `docker-machine` and an older version of VirtualBox](https://gist.github.com/slykar/e92732be9bf81a71e08068245656d70e?permalink_comment_id=4105556#gistcomment-4105556) but I haven't personally gotten it to work. If you can help me please reach out!
3434

3535
## To Do
36+
Upgrading to Bios 1807 throws a bunch of errors. The issue seems to be related to ACPI/SSDT/DSDT errors that the new BIOS may have introduced. Reverting back to 1654 immediately fixed boot issues. I'll look into this later
37+
3638
Edhawk was kind enough to point out a USB issue and explain how Apple handles USB limits per controller. Intel systems typically have one USB controller while its not unusual for AMD systems to have 2-3.
3739

3840
> You should be aware that the 15 port USB limit is not the same when using an Intel or AMD build. The most important thing to remember is that the 15 port limit is per controller. This makes a huge difference on an AMD system.
570 KB
Binary file not shown.

0 commit comments

Comments
 (0)