forked from Leoyzen/KVM-Opencore
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OpenCore beyond 0.9.9. Fixes 20 minute boot times due to Bluet…
…ooth kexts
- Loading branch information
1 parent
dda4f7f
commit b36dd7b
Showing
10 changed files
with
185 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule AppleALC
updated
78 files
Submodule BrcmPatchRAM
updated
17 files
Submodule CryptexFixup
updated
4 files
+5 −2 | Changelog.md | |
+6 −6 | CryptexFixup.xcodeproj/project.pbxproj | |
+1 −1 | CryptexFixup/kern_start.cpp | |
+3 −1 | README.md |
Submodule Lilu
updated
9 files
+11 −0 | Changelog.md | |
+3 −3 | Lilu.xcodeproj/project.pbxproj | |
+3 −1 | Lilu/Headers/kern_cpu.hpp | |
+0 −20 | Lilu/Headers/kern_patcher.hpp | |
+1 −0 | Lilu/Headers/kern_util.hpp | |
+1 −1 | Lilu/PrivateHeaders/kern_config.hpp | |
+2 −0 | Lilu/Sources/kern_cpu.cpp | |
+15 −5 | Lilu/Sources/kern_start.cpp | |
+1 −1 | README.md |
Submodule MacKernelSDK
updated
8 files
+88 −63 | Headers/Availability.h | |
+184 −4,510 | Headers/AvailabilityInternal.h | |
+4,344 −0 | Headers/AvailabilityInternalLegacy.h | |
+5 −40 | Headers/AvailabilityMacros.h | |
+298 −202 | Headers/AvailabilityVersions.h | |
+2 −1 | Headers/IOKit/network/IONetworkController.h | |
+55 −15 | Headers/mach-o/loader.h | |
+6 −0 | Headers/mach-o/nlist.h |
Submodule OcBinaryData
updated
9 files
Submodule OpenCorePkg
updated
290 files
Submodule VirtualSMC
updated
16 files
+5 −0 | Changelog.md | |
+1 −1 | Docs/Dual Battery Support.md | |
+30 −0 | Docs/SuperIOs.md | |
+1 −1 | README.md | |
+38 −0 | Sensors/SMCSuperIO/Devices.cpp | |
+238 −5 | Sensors/SMCSuperIO/ITEDevice.cpp | |
+17 −3 | Sensors/SMCSuperIO/ITEDevice.hpp | |
+6 −0 | Sensors/SMCSuperIO/Resources/NCT6796D-9BD.plist | |
+48 −0 | Sensors/SMCSuperIO/SuperIODevice.cpp | |
+116 −0 | Sensors/SMCSuperIO/SuperIODevice.hpp | |
+173 −0 | Tools/fanpwmgen/fanpwmgen.cpp | |
+105 −0 | Tools/fanpwmgen/fanpwmgen.hpp | |
+2 −42 | Tools/smc-fuzzer/smc.cpp | |
+40 −1 | Tools/smc-fuzzer/smc_mac.cpp | |
+162 −4 | VirtualSMC.xcodeproj/project.pbxproj | |
+1 −1 | VirtualSMC/kern_start.cpp |
Submodule WhateverGreen
updated
8 files
+8 −0 | Changelog.md | |
+8 −0 | Manual/FAQ.IntelHD.cn.md | |
+11 −3 | Manual/FAQ.IntelHD.en.md | |
+12 −11 | README.md | |
+3 −3 | WhateverGreen.xcodeproj/project.pbxproj | |
+558 −2 | WhateverGreen/kern_igfx.hpp | |
+1,040 −41 | WhateverGreen/kern_igfx_backlight.cpp | |
+1 −1 | WhateverGreen/kern_start.cpp |