-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
also added two optional Kexts - SMCProcessor and SMCSuperIO these are part of VirtualSMC and are used to improve CPU and IO measurements
- Loading branch information
Showing
15 changed files
with
232 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
Empty file.
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
Binary file modified
BIN
+16 Bytes
(100%)
...ore EFI (10.15-11)/EFI/OC/Kexts/IntelMausiEthernet.kext/Contents/MacOS/IntelMausiEthernet
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
OpenCore EFI (10.15-11)/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
Binary file not shown.
94 changes: 94 additions & 0 deletions
94
OpenCore EFI (10.15-11)/EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>17G6030</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>SMCProcessor</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>as.vit9696.SMCProcessor</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>SMCProcessor</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.2.4</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.2.4</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>10B61</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>14D125</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.10</string> | ||
<key>DTXcode</key> | ||
<string>1010</string> | ||
<key>DTXcodeBuild</key> | ||
<string>10B61</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>as.vit9696.SMCProcessor</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>as.vit9696.SMCProcessor</string> | ||
<key>IOClass</key> | ||
<string>SMCProcessor</string> | ||
<key>IOMatchCategory</key> | ||
<string>SMCProcessor</string> | ||
<key>IONameMatch</key> | ||
<string>processor</string> | ||
<key>IOPropertyMatch</key> | ||
<dict> | ||
<key>processor-index</key> | ||
<integer>0</integer> | ||
</dict> | ||
<key>IOProviderClass</key> | ||
<string>IOACPIPlatformDevice</string> | ||
<key>IOResourceMatch</key> | ||
<string>ACPI</string> | ||
</dict> | ||
</dict> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2018 vit9696. All rights reserved.</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>1.0</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>as.vit9696.Lilu</key> | ||
<string>1.2.0</string> | ||
<key>as.vit9696.VirtualSMC</key> | ||
<string>1.0.0</string> | ||
<key>com.apple.iokit.IOACPIFamily</key> | ||
<string>1.0.0d1</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>11.0.0</string> | ||
<key>com.apple.kpi.dsep</key> | ||
<string>11.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>11.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>11.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>11.0.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>11.0.0</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Root</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+43.8 KB
OpenCore EFI (10.15-11)/EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor
Binary file not shown.
89 changes: 89 additions & 0 deletions
89
OpenCore EFI (10.15-11)/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>17G6030</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>SMCSuperIO</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>ru.joedm.SMCSuperIO</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>SMCSuperIO</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.2.4</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.2.4</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>10B61</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>14D125</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.10</string> | ||
<key>DTXcode</key> | ||
<string>1010</string> | ||
<key>DTXcodeBuild</key> | ||
<string>10B61</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>ru.joedm.SMCSuperIO</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>ru.joedm.SMCSuperIO</string> | ||
<key>IOClass</key> | ||
<string>SMCSuperIO</string> | ||
<key>IOMatchCategory</key> | ||
<string>SMCSuperIO</string> | ||
<key>IOPCIClassMatch</key> | ||
<string>0x06010000&0xffff0000</string> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>IOResourceMatch</key> | ||
<string>ACPI</string> | ||
</dict> | ||
</dict> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2018 joedm. All rights reserved.</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>1.0</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>as.vit9696.Lilu</key> | ||
<string>1.2.0</string> | ||
<key>as.vit9696.VirtualSMC</key> | ||
<string>1.0.0</string> | ||
<key>com.apple.iokit.IOACPIFamily</key> | ||
<string>1.0.0d1</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.dsep</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>10.0.0</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Root</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+120 KB
OpenCore EFI (10.15-11)/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
OpenCore EFI (10.15-11)/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+36 KB
(100%)
OpenCore EFI (10.15-11)/EFI/OC/Tools/OpenShell.efi
100755 → 100644
Binary file not shown.
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