add battery hotpatch

Choose to use native wifi
This commit is contained in:
macOS 2020-11-24 21:30:37 +08:00
parent 75d6d239fa
commit 13abb11c14
45 changed files with 863 additions and 437 deletions

5
.gitignore vendored
View file

@ -1 +1,6 @@
.DS_Store
.Spotlight-V100
.Trashes
._EFI
.fseventsd

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
EFI/OC/ACPI/SSDT-BATT-HP.aml Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
EFI/OC/ACPI/SSDT-EC-USBX.aml Executable file

Binary file not shown.

Binary file not shown.

BIN
EFI/OC/ACPI/SSDT-PLUG.aml Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
EFI/OC/ACPI/SSDT-PNLFCFL.aml Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
EFI/OC/Kexts/.DS_Store vendored

Binary file not shown.

View file

@ -3,49 +3,51 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19G73</string>
<string>19H15</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>itlwm</string>
<string>AirportItlwm</string>
<key>CFBundleIdentifier</key>
<string>com.zxystd.itlwm</string>
<string>com.zxystd.AirportItlwm</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>itlwm</string>
<string>AirportItlwm</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11E708</string>
<string>12A7300</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<string>10.15.6</string>
<key>DTSDKBuild</key>
<string>16C58</string>
<string>19G68</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1160</string>
<string>1201</string>
<key>DTXcodeBuild</key>
<string>11E708</string>
<string>12A7300</string>
<key>IOKitPersonalities</key>
<dict>
<key>itlwm</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.itlwm</string>
<string>com.zxystd.AirportItlwm</string>
<key>IOClass</key>
<string>itlwm</string>
<string>AirportItlwm</string>
<key>IOMatchCategory</key>
<string>IODefaultMatchCategory</string>
<key>IOPCIPrimaryMatch</key>
@ -54,47 +56,16 @@
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>ItlNetworkUserClient</string>
<key>WiFiConfig</key>
<dict>
<key>WiFi_1</key>
<dict>
<key>password</key>
<string>zxyssdt112233</string>
<key>ssid</key>
<string>ssdt</string>
</dict>
<key>WiFi_2</key>
<dict>
<key>password</key>
<string>zxyssdt112233</string>
<key>ssid</key>
<string>ssdt_5G</string>
</dict>
<key>WiFi_3</key>
<dict>
<key>password</key>
<string></string>
<key>ssid</key>
<string>Redmi</string>
</dict>
<key>WiFi_4</key>
<dict>
<key>password</key>
<string>9utc5c5f</string>
<key>ssid</key>
<string>CMCC-KtG6</string>
</dict>
</dict>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.12</string>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 钟先耀. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IO80211Family</key>
<string>1200.12.2b1</string>
<key>com.apple.iokit.IONetworkingFamily</key>
<string>3.2</string>
<key>com.apple.iokit.IOPCIFamily</key>
@ -110,7 +81,5 @@
</dict>
<key>OSBundleRequired</key>
<string>Network-Root</string>
<key>XCBUILD</key>
<string>1.1.0</string>
</dict>
</plist>

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19F101</string>
<string>19H2</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.5.3</string>
<string>1.5.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.3</string>
<string>1.5.4</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
@ -42,6 +42,23 @@
<string>11E708</string>
<key>IOKitPersonalities</key>
<dict>
<key>ALCUserClientProvider</key>
<dict>
<key>CFBundleIdentifier</key>
<string>as.vit9696.AppleALC</string>
<key>IOClass</key>
<string>ALCUserClientProvider</string>
<key>IOMatchCategory</key>
<string>ALCUserClientProvider</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
<key>IOUserClientClass</key>
<string>ALCUserClient</string>
</dict>
<key>HDA Hardware Config Resource</key>
<dict>
<key>CFBundleIdentifier</key>
@ -896,14 +913,20 @@
<key>ConfigData</key>
<data>
ASccEAEnHQABJx6gAScfkAFHHCABRx0AAUce
FwFHH5ABlxwwAZcdEAGXHosBlx8EAhccQAIX
HRACFx4rAhcfBAE3HFABNx0AATceAAE3H0AB
1xxgAdcdsAHXHmYB1x9AAUcMAgGXDAI=
FwFHH5ABRwwCAZccMAGXHRABlx6BAZcfBAIX
HEACFx0QAhceKwIXHwQCFwwCATccUAE3HQAB
Nx4AATcfQAHXHGAB1x2wAdceZgHXH0A=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>13</integer>
<key>WakeConfigData</key>
<data>
AUcMAgIXDAIBlwcl
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
@ -916,9 +939,9 @@
<integer>283902512</integer>
<key>ConfigData</key>
<data>
AhccEAIXHRACFx4rAhcfBAFHHCABRx0BAUce
FwFHH5ABJxwwAScdAQEnHqABJx+QAZccQAGX
HRABlx6LAZcfBAFHDAI=
AUccEAFHHQEBRx4XAUcfkAFHDAICFxwgAhcd
EAIXHiECFx8TAhcMAgEnHDABJx0BASceoAEn
H5ABlxxAAZcdEQGXHoEBlx+T
</data>
<key>FuncGroup</key>
<integer>1</integer>
@ -926,7 +949,7 @@
<integer>20</integer>
<key>WakeConfigData</key>
<data>
AZcHJQ==
AUcMAgIXDAIBlwcl
</data>
<key>WakeVerbReinit</key>
<true/>
@ -1484,6 +1507,36 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Realtek ALC235 for Lenovo Qitian M420 by Cryse Hillmes</string>
<key>CodecID</key>
<integer>283902517</integer>
<key>ConfigData</key>
<data>
AScc8AEnHQABJx4AAScfQAFHHBABRx0BAUce
FwFHH5ABdxzwAXcdAAF3HgABdx9AAYcc8AGH
HQABhx4AAYcfQAGXHHABlx0QAZceoQGXHwIB
pxwgAacdEAGnHoEBpx8CAbccgAG3HRABtx4B
AbcfAQHXHPAB1x0AAdceAAHXH0AB5xzwAecd
AAHnHgAB5x9AAhccUAIXHRACFx4hAhcfAgFH
DAIBtwwCAhcMAgIXB8ACFwiCAZcHJA==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>35</integer>
<key>WakeConfigData</key>
<data>
AUcMAgG3DAICFwwCAhcHwAIXCIIBlwck
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
@ -4458,6 +4511,32 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Realtek ALC 272 for Lenovo Y470 by amu_1680c</string>
<key>CodecID</key>
<integer>283902578</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQEBJx6gAScfkAGHHCABhx0AAYce
gQGHHwEBRxwwAUcdAQFHHhABRx+QAhccQAIX
HRACFx4hAhcfAQFHDAI=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>12</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
@ -5422,7 +5501,7 @@
<data>
ASccEAEnHQEBJx6mAScfkAFHHDABRx0BAUce
FwFHH5ABlxwAAZcdEAGXHosBlx8EAhccIAIX
HRACFx4rAhcfBAFHDAI=
HRACFx4rAhcfBAFHDAICFwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
@ -5430,7 +5509,7 @@
<integer>21</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
AUcMAgIXDAIBlwcl
</data>
<key>WakeVerbReinit</key>
<true/>
@ -5764,6 +5843,33 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283902608</integer>
<key>Comment</key>
<string>ALC3241 - HP Envy 15t-k200 Beats Audio 2.1</string>
<key>ConfigData</key>
<data>
AaccEAGnHRABpx6BAacfAAEnHCABJx0AASce
owEnH5ABRxwwAUcdAQFHHhABRx+QAXccMQF3
HQEBdx4QAXcfkAFXHFABVx0QAVceIQFXHwAB
RwwC
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>10</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
@ -9084,6 +9190,38 @@
<key>LayoutID</key>
<integer>99</integer>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283904146</integer>
<key>Comment</key>
<string>Custom ALC892 for MSI Z370-A PRO by GeorgeWan</string>
<key>ConfigData</key>
<data>
ARcc8AEXHQABFx4AARcfQAEnHPABJx0AASce
AAEnH0ABRxwQAUcdQAFHHhEBRx+QAUcMAgFX
HCABVx0QAVceAQFXHwEBZxwwAWcdYAFnHgEB
Zx8BAXccQAF3HSABdx4BAXcfAQGHHFABhx2Q
AYceoAGHH5ABlxxwAZcdkAGXHoEBlx8CAacc
YAGnHTABpx6BAacfAQG3HIABtx1AAbceIQG3
HwIBtwwCAccc8AHHHQABxx4AAccfQAHXHPAB
1x0AAdceAAHXH0AB5xzwAecdAAHnHgAB5x9A
Afcc8AH3HQAB9x4AAfcfQA==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>100</integer>
<key>WakeConfigData</key>
<data>
AUcMAgG3DAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
@ -10221,6 +10359,36 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>CodecID</key>
<integer>283904768</integer>
<key>CodecName</key>
<string>GeorgeWan - ALCS1200A for ASROCK Z490 Steel Legend</string>
<key>ConfigData</key>
<data>
ARcc8AEXHQABFx4AARcfQAFHHBABRx1AAUce
EQFHH5ABRwwCAVccIAFXHRABVx4BAVcfAQFn
HDABZx1gAWceAQFnHwEBdxzwAXcdAAF3HgAB
dx9AAYccQAGHHZABhx6gAYcfkAGXHGABlx2Q
AZcegQGXHwIBpxxQAacdMAGnHoEBpx8BAbcc
cAG3HUABtx4hAbcfAgG3DAIB5xyAAecdYQHn
HksB5x8B
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>51</integer>
<key>WakeConfigData</key>
<data>
AUcMAgG3DAI=
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
@ -12227,6 +12395,33 @@
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>ALC662v3 for Lenovo M415-D339 by Eric</string>
<key>CodecID</key>
<integer>283903586</integer>
<key>ConfigData</key>
<data>
AUccEAFHHUABRx4RAUcfAQFHDAIBtxwgAbcd
EAG3HiEBtx8CAbcMAgGHHDABhx2QAYcegAGH
HwEBlxxAAZcdEAGXHoABlx8CAaccXwGnHTAB
px6BAacfAQ==
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>66</integer>
<key>WakeConfigData</key>
<data>
AUcMAg==
</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
</array>
<key>IOClass</key>
<string>AppleHDAHardwareConfigDriver</string>

View file

@ -1,105 +0,0 @@
<?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>19F101</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>CPUFriend</string>
<key>CFBundleIdentifier</key>
<string>org.vanilla.driver.CPUFriend</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>CPUFriend</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.2.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11E708</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>19G68</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1160</string>
<key>DTXcodeBuild</key>
<string>11E708</string>
<key>IOKitPersonalities</key>
<dict>
<key>CPUFriend</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.vanilla.driver.CPUFriend</string>
<key>IOClass</key>
<string>CPUFriend</string>
<key>IOMatchCategory</key>
<string>CPUFriend</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
<key>CPUFriendPlatform</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.vanilla.driver.CPUFriend</string>
<key>IOClass</key>
<string>CPUFriendData</string>
<key>IOProbeScore</key>
<integer>6000</integer>
<key>IOPropertyMatch</key>
<dict>
<key>IOCPUNumber</key>
<integer>0</integer>
</dict>
<key>IOProviderClass</key>
<string>AppleACPICPU</string>
<key>IOResourceMatch</key>
<string>ACPI</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 - 2019 PMheart. 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>com.apple.iokit.IOACPIFamily</key>
<string>1.0.0d1</string>
<key>com.apple.kpi.bsd</key>
<string>12.0.0</string>
<key>com.apple.kpi.dsep</key>
<string>12.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>12.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>12.0.0</string>
<key>com.apple.kpi.mach</key>
<string>12.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>12.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>

View file

@ -0,0 +1,272 @@
<?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>18A391012</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>CtlnaAHCIPort</string>
<key>CFBundleGetInfoString</key>
<string>341.0.2, Copyright Apple Inc. 2005-2016</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>CtlnaAHCI</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>341.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>341.0.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11O62d</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>10.15.4</string>
<key>DTSDKBuild</key>
<string>19F60x</string>
<key>DTSDKName</key>
<string>macosx10.15internal</string>
<key>DTXcode</key>
<string>1140</string>
<key>DTXcodeBuild</key>
<string>11O62d</string>
<key>IOKitPersonalities</key>
<dict>
<key>Intel10SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>10 Series Chipset</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,9d03</string>
<string>pci8086,a102</string>
<string>pci8086,a103</string>
</array>
<key>IOProbeScore</key>
<integer>3000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel11SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>11 Series Chipset</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,a352</string>
<string>pci8086,a353</string>
<string>pci8086,9dd3</string>
</array>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel12SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>12 Series Chipset</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,a182</string>
</array>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel5SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>5 Series Chipset</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,3b29</string>
<string>pci8086,3b22</string>
<string>pci8086,3b2f</string>
</array>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel6SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>6 Series Chipset</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,1c02</string>
<string>pci8086,1c03</string>
</array>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel7SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>7 Series Chipset</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,1e02</string>
<string>pci8086,1e03</string>
</array>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel8SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>8 Series Chipset</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,8c02</string>
<string>pci8086,8c03</string>
<string>pci8086,9c03</string>
</array>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel9SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>9 Series Chipset</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,9c83</string>
<string>pci8086,8c83</string>
</array>
<key>IOProbeScore</key>
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>IntelRAIDAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>Intel AHCI RAID</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,282a</string>
<string>pci8086,2822</string>
</array>
<key>IOProbeScore</key>
<integer>900</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel200SeriesAHCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.CtlnaAHCIPort</string>
<key>Chipset Name</key>
<string>200 Series Chipset</string>
<key>IOClass</key>
<string>CtlnaIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,a282</string>
</array>
<key>IOProbeScore</key>
<integer>900</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOAHCIFamily</key>
<string>1.0.0</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.0.0</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Local-Root</string>
</dict>
</plist>

Binary file not shown.

View file

@ -0,0 +1,128 @@
<?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>files</key>
<dict>
<key>version.plist</key>
<data>
xoSefmu2SqqJwj289uRhQLHkpuU=
</data>
</dict>
<key>files2</key>
<dict>
<key>version.plist</key>
<dict>
<key>hash2</key>
<data>
N4UbohbaYz1+V6VFcng//I967gzWx/0Cd9kjqE1sz+E=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>

View file

@ -0,0 +1,18 @@
<?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>BuildAliasOf</key>
<string>AppleAHCI</string>
<key>BuildVersion</key>
<string>1534</string>
<key>CFBundleShortVersionString</key>
<string>341.0.2</string>
<key>CFBundleVersion</key>
<string>341.0.2</string>
<key>ProjectName</key>
<string>AppleAHCI</string>
<key>SourceVersion</key>
<string>341000002000000</string>
</dict>
</plist>

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19F101</string>
<string>19H2</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.4.8</string>
<string>1.4.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.4.8</string>
<string>1.4.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18G6020</string>
<string>16G1114</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<string>2.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,52 +25,33 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.3.0</string>
<string>2.2.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10G8</string>
<string>8E3004b</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18G74</string>
<string>16E185</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>1030</string>
<string>0833</string>
<key>DTXcodeBuild</key>
<string>10G8</string>
<string>8E3004b</string>
<key>IOKitPersonalities</key>
<dict>
<key>RTL8111 PCIe Adapter</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.insanelymac.RealtekRTL8111</string>
<key>Driver Parameters</key>
<dict>
<key>disableASPM</key>
<true/>
<key>enableCSO6</key>
<true/>
<key>enableEEE</key>
<true/>
<key>enableTSO4</key>
<true/>
<key>enableTSO6</key>
<true/>
<key>fallbackMAC</key>
<string></string>
<key>intrMitigate</key>
<integer>53080</integer>
<key>rxPolling</key>
<true/>
</dict>
<key>Driver_Version</key>
<string>2.3.0</string>
<string>2.2.2</string>
<key>IOClass</key>
<string>RTL8111</string>
<key>IOPCIMatch</key>
<string>0x816810ec 0x81681186 0x250210ec 0x260010ec</string>
<string>0x816810ec 0x81681186</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
@ -79,6 +60,20 @@
<string>RTL8111</string>
<key>Vendor</key>
<string>Realtek</string>
<key>disableASPM</key>
<true/>
<key>enableCSO6</key>
<true/>
<key>enableEEE</key>
<true/>
<key>enableTSO4</key>
<true/>
<key>enableTSO6</key>
<true/>
<key>intrMitigate</key>
<integer>53080</integer>
<key>rxPolling</key>
<true/>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>

View file

@ -1,106 +0,0 @@
<?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>CFBundleGetInfoString</key>
<string>Version 0.9.2, Copyright 2018, RehabMan (GPLv2)</string>
<key>CFBundleIdentifier</key>
<string>org.rehabman.injector.SATA-unsupported</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>SATA-unsupported</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.9.2</string>
<key>IOKitPersonalities</key>
<dict>
<key>IntelRAID-AHCI-unsupported</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAHCIPort</string>
<key>Chipset Name</key>
<string>Intel AHCI RAID</string>
<key>IOClass</key>
<string>AppleIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,282a</string>
<string>pci8086,2822</string>
</array>
<key>IOProbeScore</key>
<integer>900</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel100Series-AHCI-unsupported</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAHCIPort</string>
<key>Chipset Name</key>
<string>100 Series Chipset</string>
<key>IOClass</key>
<string>AppleIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,a103</string>
<string>pci8086,9d03</string>
</array>
<key>IOProbeScore</key>
<integer>900</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel200Series-AHCI-unsupported</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAHCIPort</string>
<key>Chipset Name</key>
<string>200 Series Chipset</string>
<key>IOClass</key>
<string>AppleIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,a282</string>
</array>
<key>IOProbeScore</key>
<integer>900</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
<key>Intel300Series-AHCI-unsupported</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAHCIPort</string>
<key>Chipset Name</key>
<string>300 Series Chipset</string>
<key>IOClass</key>
<string>AppleIntelPchSeriesAHCI</string>
<key>IONameMatch</key>
<array>
<string>pci8086,a353</string>
<string>pci8086,9dd3</string>
</array>
<key>IOProbeScore</key>
<integer>900</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>Vendor Name</key>
<string>Intel</string>
</dict>
</dict>
<key>OSBundleRequired</key>
<string>Local-Root</string>
</dict>
</plist>

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19F101</string>
<string>19H2</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1.7</string>
<string>1.1.8</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.1.7</string>
<string>1.1.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19F101</string>
<string>19H2</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1.7</string>
<string>1.1.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.1.7</string>
<string>1.1.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19F101</string>
<string>19H2</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1.7</string>
<string>1.1.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.1.7</string>
<string>1.1.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

View file

@ -22,7 +22,7 @@
<string>1.0</string>
<key>IOKitPersonalities</key>
<dict>
<key>MacBookPro15,3-XHC</key>
<key>MacBookPro16,1-XHC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBMergeNub</string>
@ -41,11 +41,11 @@
<key>kUSBSleepPortCurrentLimit</key>
<integer>2100</integer>
<key>kUSBSleepPowerSupply</key>
<integer>2600</integer>
<integer>5100</integer>
<key>kUSBWakePortCurrentLimit</key>
<integer>2100</integer>
<key>kUSBWakePowerSupply</key>
<integer>3200</integer>
<integer>5100</integer>
<key>port-count</key>
<data>
FAAAAA==
@ -74,21 +74,10 @@
AgAAAA==
</data>
</dict>
<key>HS03</key>
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>name</key>
<string>HS03</string>
<key>port</key>
<data>
AwAAAA==
</data>
</dict>
<key>HS04</key>
<dict>
<key>UsbConnector</key>
<integer>8</integer>
<integer>3</integer>
<key>name</key>
<string>HS04</string>
<key>port</key>
@ -99,7 +88,7 @@
<key>HS06</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<integer>3</integer>
<key>name</key>
<string>HS06</string>
<key>port</key>
@ -110,7 +99,7 @@
<key>HS14</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<integer>3</integer>
<key>name</key>
<string>HS14</string>
<key>port</key>
@ -154,7 +143,7 @@
<key>SS04</key>
<dict>
<key>UsbConnector</key>
<integer>9</integer>
<integer>3</integer>
<key>name</key>
<string>SS04</string>
<key>port</key>
@ -165,7 +154,7 @@
</dict>
</dict>
<key>model</key>
<string>MacBookPro16,4</string>
<string>MacBookPro16,1</string>
</dict>
</dict>
<key>OSBundleRequired</key>

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19F101</string>
<string>19H2</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1.7</string>
<string>1.1.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.1.7</string>
<string>1.1.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19F101</string>
<string>19H2</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.4.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.4.3</string>
<string>1.4.4</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

Binary file not shown.

262
EFI/OC/config.plist Normal file → Executable file
View file

@ -6,14 +6,6 @@
<dict>
<key>Add</key>
<array>
<dict>
<key>Comment</key>
<string>DSDT.aml</string>
<key>Path</key>
<string>DSDT.aml</string>
<key>Enabled</key>
<true/>
</dict>
<dict>
<key>Comment</key>
<string>SSDT-AWAC.aml</string>
@ -24,25 +16,25 @@
</dict>
<dict>
<key>Comment</key>
<string>SSDT-DGPU.aml</string>
<string>SSDT-BATT-HP.aml</string>
<key>Path</key>
<string>SSDT-DGPU.aml</string>
<string>SSDT-BATT-HP.aml</string>
<key>Enabled</key>
<true/>
</dict>
<dict>
<key>Comment</key>
<string>SSDT-EC-USBX-LAPTOP.aml</string>
<string>SSDT-EC-USBX.aml</string>
<key>Path</key>
<string>SSDT-EC-USBX-LAPTOP.aml</string>
<string>SSDT-EC-USBX.aml</string>
<key>Enabled</key>
<true/>
</dict>
<dict>
<key>Comment</key>
<string>SSDT-PLUG-DRTNIA.aml</string>
<string>SSDT-PLUG.aml</string>
<key>Path</key>
<string>SSDT-PLUG-DRTNIA.aml</string>
<string>SSDT-PLUG.aml</string>
<key>Enabled</key>
<true/>
</dict>
@ -56,17 +48,9 @@
</dict>
<dict>
<key>Comment</key>
<string>SSDT-PNLF-CFL.aml</string>
<string>SSDT-PNLFCFL.aml</string>
<key>Path</key>
<string>SSDT-PNLF-CFL.aml</string>
<key>Enabled</key>
<true/>
</dict>
<dict>
<key>Comment</key>
<string>SSDT-XOSI.aml</string>
<key>Path</key>
<string>SSDT-XOSI.aml</string>
<string>SSDT-PNLFCFL.aml</string>
<key>Enabled</key>
<true/>
</dict>
@ -110,7 +94,7 @@
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<true/>
<false/>
<key>Find</key>
<data>X1ExMQ==</data>
<key>Limit</key>
@ -136,7 +120,7 @@
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<true/>
<false/>
<key>Find</key>
<data>X1ExMg==</data>
<key>Limit</key>
@ -158,13 +142,13 @@
</dict>
<dict>
<key>Comment</key>
<string>Change _OSI to XOSI</string>
<string>Change Bat SMRD to XMRD</string>
<key>Count</key>
<integer>0</integer>
<integer>1</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>X09TSQ==</data>
<data>U01SRAQ=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
@ -172,7 +156,85 @@
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WE9TSQ==</data>
<data>WE1SRAQ=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data></data>
</dict>
<dict>
<key>Comment</key>
<string>Change Bat SMWR to XMWR</string>
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>U01XUgQ=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WE1XUgQ=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data></data>
</dict>
<dict>
<key>Comment</key>
<string>Change Bat UPBS to XPBS</string>
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>VVBCUwA=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WFBCUwA=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data></data>
</dict>
<dict>
<key>Comment</key>
<string>Change Bat UPBI to XPBI</string>
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>VVBCSQA=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WFBCSQA=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
@ -190,7 +252,7 @@
<key>NormalizeHeaders</key>
<false/>
<key>RebaseRegions</key>
<true/>
<false/>
<key>ResetHwSig</key>
<false/>
<key>ResetLogoStatus</key>
@ -213,7 +275,7 @@
<key>Address</key>
<integer>4278190080</integer>
<key>Comment</key>
<string>Generic: PCI root is a 0x1000 page memory region used by some firmwares</string>
<string>Generic: PCI root is a 0x1000 page memory region used by some types of firmware</string>
<key>Enabled</key>
<false/>
</dict>
@ -229,11 +291,11 @@
<key>DisableVariableWrite</key>
<false/>
<key>DiscardHibernateMap</key>
<true/>
<false/>
<key>EnableSafeModeSlide</key>
<true/>
<key>EnableWriteUnprotector</key>
<true/>
<false/>
<key>ForceExitBootServices</key>
<false/>
<key>ProtectMemoryRegions</key>
@ -247,7 +309,7 @@
<key>ProvideMaxSlide</key>
<integer>0</integer>
<key>RebuildAppleMemoryMap</key>
<false/>
<true/>
<key>SetupVirtualMap</key>
<true/>
<key>SignalAppleOS</key>
@ -269,8 +331,6 @@
<dict>
<key>AAPL,ig-platform-id</key>
<data>AACbPg==</data>
<key>enable-hdmi20</key>
<data>AQAAAA==</data>
<key>enable-dpcd-max-link-rate-fix</key>
<data>AQAAAA==</data>
<key>dpcd-max-link-rate</key>
@ -281,8 +341,6 @@
<data>AAAwAQ==</data>
<key>framebuffer-unifiedmem</key>
<data>AAAAwA==</data>
<key>model</key>
<string>Intel UHD Graphics 630 Mobile</string>
</dict>
</dict>
<key>Delete</key>
@ -328,6 +386,24 @@
<key>BundlePath</key>
<string>VirtualSMC.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/AirportItlwm</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>AirportItlwm.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
@ -394,11 +470,11 @@
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/CPUFriend</string>
<string>Contents/MacOS/CtlnaAHCIPort</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>CPUFriend.kext</string>
<string>CtlnaAHCIPort.kext</string>
</dict>
<dict>
<key>Comment</key>
@ -430,7 +506,7 @@
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/IntelBluetoothInjector</string>
<string></string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
@ -472,24 +548,6 @@
<key>BundlePath</key>
<string>RealtekRTL8111.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string></string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>SATA-unsupported.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
@ -580,24 +638,6 @@
<key>BundlePath</key>
<string>WhateverGreen.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/itlwm</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>itlwm.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
@ -669,6 +709,26 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>System/Library/Extensions/IO80211Family.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>Identifier</key>
<string>com.apple.iokit.IO80211Family</string>
<key>ExecutablePath</key>
<string>Contents/MacOS/IO80211Family</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Patch</key>
<array>
@ -786,7 +846,7 @@
<key>MinKernel</key>
<string></string>
<key>Replace</key>
<data>MduKD4TJdQT/w7EKZrr9A+yoIHT7Zrr4A4jI7kj/x4XbdN/r/g==</data>
<data>MfaKD4TJdQT/xrEKZrr9A+yoIHT7Zrr4A4jI7kj/x4X2dN/r/g==</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
@ -816,7 +876,7 @@
<key>MinKernel</key>
<string></string>
<key>Replace</key>
<data>MduKD4TJdQT/w7EKZrr9A+yoIHT7Zrr4A4jI7kj/x4XbdN/D</data>
<data>MfaKD4TJdQT/xrEKZrr9A+yoIHT7Zrr4A4jI7kj/x4X2dN/D</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
@ -875,6 +935,8 @@
<false/>
<key>ExternalDiskIcons</key>
<false/>
<key>ForceSecureBootScheme</key>
<false/>
<key>IncreasePciBarSize</key>
<false/>
<key>LapicKernelPanic</key>
@ -888,7 +950,7 @@
<key>ThirdPartyDrives</key>
<true/>
<key>XhciPortLimit</key>
<true/>
<false/>
</dict>
<key>Scheme</key>
<dict>
@ -910,7 +972,7 @@
<key>ConsoleAttributes</key>
<integer>0</integer>
<key>HibernateMode</key>
<string>auto</string>
<string>None</string>
<key>HideAuxiliary</key>
<false/>
<key>PickerAttributes</key>
@ -969,7 +1031,7 @@
<key>AllowNvramReset</key>
<true/>
<key>AllowSetDefault</key>
<false/>
<true/>
<key>ApECID</key>
<integer>0</integer>
<key>AuthRestart</key>
@ -977,11 +1039,11 @@
<key>BootProtect</key>
<string>Bootstrap</string>
<key>DmgLoading</key>
<string>Any</string>
<string>Signed</string>
<key>EnablePassword</key>
<false/>
<key>ExposeSensitiveData</key>
<integer>2</integer>
<integer>6</integer>
<key>HaltLevel</key>
<integer>2147483648</integer>
<key>PasswordHash</key>
@ -991,7 +1053,7 @@
<key>ScanPolicy</key>
<integer>0</integer>
<key>SecureBootModel</key>
<string>Disabled</string>
<string>Default</string>
<key>Vault</key>
<string>Optional</string>
</dict>
@ -1020,11 +1082,11 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>keepsyms=1 agdpmod=vit9696</string>
<string> keepsyms=1 -wegnoegpu agdpmod=vit9696</string>
<key>run-efi-updater</key>
<string>No</string>
<key>csr-active-config</key>
<data>5wMAAA==</data>
<data>AAAAAA==</data>
<key>prev-lang:kbd</key>
<data></data>
</dict>
@ -1082,6 +1144,8 @@
<dict>
<key>Automatic</key>
<true/>
<key>CustomMemory</key>
<false/>
<key>Generic</key>
<dict>
<key>AdviseWindows</key>
@ -1089,19 +1153,19 @@
<key>SystemMemoryStatus</key>
<string>Auto</string>
<key>MLB</key>
<string>C020403104N0000AD</string>
<string>C02042501CDN9PR1M</string>
<key>ProcessorType</key>
<integer>0</integer>
<key>ROM</key>
<data>gOgsJXDS</data>
<data>NJf2h+7n</data>
<key>SpoofVendor</key>
<true/>
<key>SystemProductName</key>
<string>MacBookPro16,4</string>
<string>MacBookPro16,1</string>
<key>SystemSerialNumber</key>
<string>C12DTGYGMD6T</string>
<string>C02DK0P5MD6N</string>
<key>SystemUUID</key>
<string>C0A0A43B-DD8A-49FC-AA1A-0814A6F894B9</string>
<string>12A4E15B-0D9C-4138-B6ED-6BE45A3375A4</string>
</dict>
<key>UpdateDataHub</key>
<true/>
@ -1119,11 +1183,11 @@
<key>EnableJumpstart</key>
<true/>
<key>GlobalConnect</key>
<true/>
<false/>
<key>HideVerbose</key>
<true/>
<key>JumpstartHotPlug</key>
<true/>
<false/>
<key>MinDate</key>
<integer>0</integer>
<key>MinVersion</key>
@ -1177,11 +1241,13 @@
<key>Output</key>
<dict>
<key>ClearScreenOnModeSwitch</key>
<true/>
<false/>
<key>ConsoleMode</key>
<string></string>
<key>DirectGopRendering</key>
<false/>
<key>ForceResolution</key>
<false/>
<key>IgnoreTextInGraphics</key>
<false/>
<key>ProvideConsoleGop</key>
@ -1245,9 +1311,9 @@
<key>ExitBootServicesDelay</key>
<integer>0</integer>
<key>IgnoreInvalidFlexRatio</key>
<true/>
<key>ReleaseUsbOwnership</key>
<false/>
<key>ReleaseUsbOwnership</key>
<true/>
<key>RequestBootVarRouting</key>
<true/>
<key>TscSyncTimeout</key>