Skip to content

Commit

Permalink
June 2022 - OC 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duszmox committed Jun 19, 2022
1 parent fbf3d17 commit 8221abb
Show file tree
Hide file tree
Showing 147 changed files with 896 additions and 299 deletions.
Binary file modified EFI/BOOT/BOOTx64.efi
Binary file not shown.
99 changes: 89 additions & 10 deletions EFI/OC/Config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,60 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AirportItlwm-12.kext</string>
<key>Comment</key>
<string>Intel WiFi driver for macOS 12 Monterey</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AirportItlwm</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>IntelBluetoothFirmware.kext</string>
<key>Comment</key>
<string>Intel Bluetooth driver</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/IntelBluetoothFirmware</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>BlueToolFixup.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/BlueToolFixup</string>
<key>Arch</key>
<string>Any</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array/>
Expand Down Expand Up @@ -1071,6 +1125,10 @@
<false/>
<key>ProvideCurrentCpuInfo</key>
<false/>
<key>CustomPciSerialDevice</key>
<false/>
<key>ForceAquantiaEthernet</key>
<false/>
</dict>
<key>Scheme</key>
<dict>
Expand Down Expand Up @@ -1124,7 +1182,7 @@
<key>ApplePanic</key>
<false/>
<key>DisableWatchDog</key>
<false/>
<true/>
<key>DisplayDelay</key>
<integer>0</integer>
<key>DisplayLevel</key>
Expand All @@ -1134,7 +1192,9 @@
<key>SysReport</key>
<false/>
<key>Target</key>
<integer>3</integer>
<integer>67</integer>
<key>LogModules</key>
<string>*</string>
</dict>
<key>Entries</key>
<array/>
Expand Down Expand Up @@ -1173,6 +1233,13 @@
</dict>
<key>Tools</key>
<array/>
<key>Serial</key>
<dict>
<key>Init</key>
<false/>
<key>Override</key>
<false/>
</dict>
</dict>
<key>NVRAM</key>
<dict>
Expand All @@ -1195,7 +1262,7 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>alcid=15</string>
<string>alcid=15 keepsyms=1</string>
<key>run-efi-updater</key>
<string>No</string>
<key>csr-active-config</key>
Expand Down Expand Up @@ -1269,7 +1336,7 @@
<key>MaxBIOSVersion</key>
<false/>
<key>MLB</key>
<string>M0000000000000001</string>
<string>-</string>
<key>ProcessorType</key>
<integer>0</integer>
<key>ROM</key>
Expand All @@ -1281,9 +1348,9 @@
<key>SystemProductName</key>
<string>MacBookPro13,1</string>
<key>SystemSerialNumber</key>
<string>W00000000001</string>
<string>-</string>
<key>SystemUUID</key>
<string>00000000-0000-0000-0000-000000000000</string>
<string>-</string>
<key>AdviseFeatures</key>
<true/>
</dict>
Expand Down Expand Up @@ -1323,20 +1390,26 @@
<integer>0</integer>
<key>AudioDevice</key>
<string>PciRoot(0x0)/Pci(0x1F,0x3)</string>
<key>AudioOut</key>
<key>AudioOutMask</key>
<integer>1</integer>
<key>AudioSupport</key>
<true/>
<key>MinimumVolume</key>
<integer>20</integer>
<key>DisconnectHda</key>
<false/>
<key>PlayChime</key>
<string>Enabled</string>
<string>Disabled</string>
<key>ResetTrafficClass</key>
<false/>
<key>SetupDelay</key>
<integer>0</integer>
<key>VolumeAmplifier</key>
<integer>143</integer>
<key>MaximumGain</key>
<integer>-15</integer>
<key>MinimumAssistGain</key>
<integer>-30</integer>
<key>MinimumAudibleGain</key>
<integer>-55</integer>
</dict>
<key>ConnectDrivers</key>
<true/>
Expand Down Expand Up @@ -1519,6 +1592,12 @@
<integer>1</integer>
<key>GraphicsInputMirroring</key>
<false/>
<key>PointerPollMask</key>
<integer>-1</integer>
<key>PointerPollMax</key>
<integer>80</integer>
<key>PointerPollMin</key>
<integer>10</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file modified EFI/OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Empty file modified EFI/OC/Kexts/AirPortOpenBSD.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/AirPortOpenBSD.kext/Contents/MacOS/AirPortOpenBSD
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/AirportItlwm-11.kext/Contents/Info.plist
100644 → 100755
Empty file.
18 changes: 9 additions & 9 deletions EFI/OC/Kexts/AirportItlwm-12.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>20G224</string>
<string>20G624</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.2.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.1.0</string>
<string>2.2.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13A1030d</string>
<string>13C100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.0</string>
<string>12.1</string>
<key>DTSDKBuild</key>
<string>21A344</string>
<string>21C46</string>
<key>DTSDKName</key>
<string>macosx12.0</string>
<string>macosx12.1</string>
<key>DTXcode</key>
<string>1310</string>
<string>1321</string>
<key>DTXcodeBuild</key>
<string>13A1030d</string>
<string>13C100</string>
<key>IOKitPersonalities</key>
<dict>
<key>itlwm</key>
Expand Down
Binary file modified EFI/OC/Kexts/AirportItlwm-12.kext/Contents/MacOS/AirportItlwm
Binary file not shown.

0 comments on commit 8221abb

Please sign in to comment.