diff --git a/.DS_Store b/.DS_Store index abe022c..2bb7fec 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/EFI/.DS_Store b/EFI/.DS_Store index e66d985..30b0175 100644 Binary files a/EFI/.DS_Store and b/EFI/.DS_Store differ diff --git a/EFI/BOOT/.DS_Store b/EFI/BOOT/.DS_Store new file mode 100644 index 0000000..bbee584 Binary files /dev/null and b/EFI/BOOT/.DS_Store differ diff --git a/EFI/BOOT/BOOTx64.efi b/EFI/BOOT/BOOTx64.efi index 571630d..1142560 100755 Binary files a/EFI/BOOT/BOOTx64.efi and b/EFI/BOOT/BOOTx64.efi differ diff --git a/EFI/OC/.DS_Store b/EFI/OC/.DS_Store index 10e9735..3fbc43b 100644 Binary files a/EFI/OC/.DS_Store and b/EFI/OC/.DS_Store differ diff --git a/EFI/OC/ACPI/.DS_Store b/EFI/OC/ACPI/.DS_Store new file mode 100644 index 0000000..a0491f2 Binary files /dev/null and b/EFI/OC/ACPI/.DS_Store differ diff --git a/EFI/OC/ACPI/SSDT-DDGP.aml b/EFI/OC/ACPI/SSDT-DDGPU.aml similarity index 100% rename from EFI/OC/ACPI/SSDT-DDGP.aml rename to EFI/OC/ACPI/SSDT-DDGPU.aml diff --git a/EFI/OC/ACPI/SSDT-EH01.aml b/EFI/OC/ACPI/SSDT-EH01.aml new file mode 100755 index 0000000..1392fed Binary files /dev/null and b/EFI/OC/ACPI/SSDT-EH01.aml differ diff --git a/EFI/OC/ACPI/SSDT-XHC.aml b/EFI/OC/ACPI/SSDT-XHC.aml new file mode 100755 index 0000000..9ff4c59 Binary files /dev/null and b/EFI/OC/ACPI/SSDT-XHC.aml differ diff --git a/EFI/OC/Config.plist b/EFI/OC/Config.plist index 7fc033a..e290db2 100755 --- a/EFI/OC/Config.plist +++ b/EFI/OC/Config.plist @@ -14,6 +14,22 @@ Path SSDT-PLUG.aml + + Comment + EH01 + Enabled + + Path + SSDT-EH01.aml + + + Comment + XHC + Enabled + + Path + SSDT-XHC.aml + Comment Backlight, with Whatevergreen applbkl=1 @@ -116,7 +132,7 @@ Enabled Path - SSDT-DDGP.aml + SSDT-DDGPU.aml Comment @@ -131,6 +147,42 @@ Patch + + Comment + _UPC to XUPC(all) + Count + 0 + Enabled + + Find + + X1VQQw== + + Limit + 0 + Mask + + + OemTableId + + AAAAAAAAAAA= + + Replace + + WFVQQw== + + ReplaceMask + + + Skip + 0 + TableLength + 0 + TableSignature + + AAAAAA== + + Comment battery BAT0:GBIF03 to XBIF03 @@ -657,7 +709,7 @@ FadtEnableReset NormalizeHeaders - + RebaseRegions ResetHwSig @@ -668,6 +720,25 @@ Booter + MmioWhitelist + + + Address + 4275159040 + Comment + Haswell: SB_RCBA is a 0x4 page memory region, containing SPI_BASE at 0x3800 (SPI_BASE_ADDRESS) + Enabled + + + + Address + 4278190080 + Comment + Generic: PCI root is a 0x1000 page memory region used by some firmwares + Enabled + + + Quirks AvoidRuntimeDefrag @@ -986,22 +1057,6 @@ PlistPath Contents/Info.plist - - BundlePath - USBPorts.kext - Comment - USB - Enabled - - ExecutablePath - - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - BundlePath HibernationFixup.kext @@ -1071,32 +1126,16 @@ Comment - + ...Fix AppleALC (kind of) Enabled Identifier - com.apple.driver.AppleTyMCEDriver + com.apple.driver.AppleHPET MaxKernel MinKernel - - Comment - Prevent Apple I2C kexts from attaching to I2C controllers - Enabled - - Identifier - com.apple.driver.AppleIntelLpssI2C - - - Comment - Prevent Apple I2C kexts from attaching to I2C controllers - Enabled - - Identifier - com.apple.driver.AppleIntelLpssI2CController - Emulate @@ -1264,6 +1303,8 @@ PanicNoKextDump + PowerTimeoutKernelPanic + ThirdPartyTrim XhciPortLimit @@ -1289,7 +1330,7 @@ PollAppleHotKeys Resolution - + 1920×1080@60 ShowPicker Timeout @@ -1383,13 +1424,14 @@ -v debug=0x100 keepsyms=1 darkwake=0 -hbfx-dump-nvram applbkl=1 csr-active-config - AAAAAA== + 5wMAAA== nvda_drv prev-lang:kbd + emgtSGFuczoyNTI= @@ -1502,7 +1544,7 @@ AppleUserInterfaceTheme ConsoleControl - + DataHub DeviceProperties @@ -1525,15 +1567,17 @@ IgnoreInvalidFlexRatio IgnoreTextInGraphics - + ProvideConsoleGop + ReconnectOnResChange + ReleaseUsbOwnership ReplaceTabWithSpace RequestBootVarRouting - + SanitiseClearScreen diff --git a/EFI/OC/Drivers/.DS_Store b/EFI/OC/Drivers/.DS_Store new file mode 100644 index 0000000..01066ee Binary files /dev/null and b/EFI/OC/Drivers/.DS_Store differ diff --git a/EFI/OC/Drivers/FwRuntimeServices.efi b/EFI/OC/Drivers/FwRuntimeServices.efi index 2101c07..a79ada3 100755 Binary files a/EFI/OC/Drivers/FwRuntimeServices.efi and b/EFI/OC/Drivers/FwRuntimeServices.efi differ diff --git a/EFI/OC/Kexts/.DS_Store b/EFI/OC/Kexts/.DS_Store index 8b4bbed..8434994 100644 Binary files a/EFI/OC/Kexts/.DS_Store and b/EFI/OC/Kexts/.DS_Store differ diff --git a/EFI/OC/Kexts/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager b/EFI/OC/Kexts/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager index fe1aa64..5cf73a3 100755 Binary files a/EFI/OC/Kexts/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager and b/EFI/OC/Kexts/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager differ diff --git a/EFI/OC/Kexts/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor b/EFI/OC/Kexts/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor index 6bd2487..e1f7beb 100755 Binary files a/EFI/OC/Kexts/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor and b/EFI/OC/Kexts/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor differ diff --git a/EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist b/EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist index 63994ac..91cb021 100755 --- a/EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.0.8 + 1.0.9 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 1.0.8 + 1.0.9 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor b/EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor index 7f63869..d845d1d 100755 Binary files a/EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor and b/EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor differ diff --git a/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist index 25672d9..e2f1b36 100755 --- a/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.0.8 + 1.0.9 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 1.0.8 + 1.0.9 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO index 0b4deec..caca48a 100755 Binary files a/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO and b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO differ diff --git a/EFI/OC/Kexts/USBPorts.kext/Contents/Info.plist b/EFI/OC/Kexts/USBPorts.kext/Contents/Info.plist deleted file mode 100755 index cf380d9..0000000 --- a/EFI/OC/Kexts/USBPorts.kext/Contents/Info.plist +++ /dev/null @@ -1,160 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleGetInfoString - 1.0 Copyright © 2018 Headsoft. All rights reserved. - CFBundleIdentifier - com.Headsoft.USBPorts - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - USBPorts - CFBundlePackageType - KEXT - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - IOKitPersonalities - - MacBookPro12,1-EH01 - - CFBundleIdentifier - com.apple.driver.AppleUSBMergeNub - IOClass - AppleUSBMergeNub - IONameMatch - EH01 - IOProbeScore - 5000 - IOProviderClass - AppleUSBEHCIPCI - IOProviderMergeProperties - - port-count - - AQAAAA== - - ports - - PR11 - - UsbConnector - 255 - port - - AQAAAA== - - - - - model - MacBookPro12,1 - - MacBookPro12,1-XHC - - CFBundleIdentifier - com.apple.driver.AppleUSBMergeNub - IOClass - AppleUSBMergeNub - IONameMatch - XHC - IOProbeScore - 5000 - IOProviderClass - AppleUSBXHCIPCI - IOProviderMergeProperties - - port-count - - DgAAAA== - - ports - - HS01 - - UsbConnector - 3 - port - - AQAAAA== - - - HS02 - - UsbConnector - 3 - port - - AgAAAA== - - - HS03 - - UsbConnector - 3 - port - - AwAAAA== - - - HS07 - - UsbConnector - 255 - port - - BwAAAA== - - - HS08 - - UsbConnector - 255 - port - - CAAAAA== - - - SS01 - - UsbConnector - 3 - port - - DAAAAA== - - - SS02 - - UsbConnector - 3 - port - - DQAAAA== - - - SS03 - - UsbConnector - 3 - port - - DgAAAA== - - - - - model - MacBookPro12,1 - - - OSBundleRequired - Root - - diff --git a/EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist b/EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist index 0c83251..fd767c0 100755 --- a/EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.0.8 + 1.0.9 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 1.0.8 + 1.0.9 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC b/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC index 739b118..862cfb3 100755 Binary files a/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC and b/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC differ diff --git a/EFI/OC/OpenCore.efi b/EFI/OC/OpenCore.efi index 13c50d1..bcec236 100755 Binary files a/EFI/OC/OpenCore.efi and b/EFI/OC/OpenCore.efi differ diff --git a/EFI/OC/Tools/.DS_Store b/EFI/OC/Tools/.DS_Store new file mode 100644 index 0000000..46b7d0d Binary files /dev/null and b/EFI/OC/Tools/.DS_Store differ diff --git a/EFI/OC/Tools/VerifyMsrE2.efi b/EFI/OC/Tools/VerifyMsrE2.efi new file mode 100755 index 0000000..4ea2336 Binary files /dev/null and b/EFI/OC/Tools/VerifyMsrE2.efi differ diff --git a/EFI/OC/Tools/libaistat.dylib b/EFI/OC/Tools/libaistat.dylib deleted file mode 100755 index 4dfb0a2..0000000 Binary files a/EFI/OC/Tools/libaistat.dylib and /dev/null differ diff --git a/EFI/OC/Tools/rtcread b/EFI/OC/Tools/rtcread deleted file mode 100755 index a042fea..0000000 Binary files a/EFI/OC/Tools/rtcread and /dev/null differ diff --git a/EFI/OC/Tools/smc b/EFI/OC/Tools/smc deleted file mode 100755 index cd3ee86..0000000 Binary files a/EFI/OC/Tools/smc and /dev/null differ diff --git a/EFI/OC/Tools/smcread b/EFI/OC/Tools/smcread deleted file mode 100755 index c95ce7b..0000000 Binary files a/EFI/OC/Tools/smcread and /dev/null differ