From c62a08551efae487fbf5b1e618a3d52ce096a2a5 Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Sun, 29 Mar 2020 16:54:08 -0500 Subject: [PATCH] More documentation updates. Removed patch compiled folder. --- README.md | 13 ++--- docs/1_README-HARDWAREandBIOS.md | 6 ++- docs/3_README-POSTinstallation.md | 19 ++++--- docs/4_README-ACPIpatching.md | 3 +- docs/5_README-other.md | 3 ++ docs/CHANGELOG.md | 51 ++++++++++++------ patches/compiled/SSDT-ALS0.aml | Bin 132 -> 0 bytes patches/compiled/SSDT-DMAC.aml | Bin 166 -> 0 bytes patches/compiled/SSDT-EXT3-LedReset-TP.aml | Bin 76 -> 0 bytes patches/compiled/SSDT-EXT4-WakeScreen.aml | Bin 273 -> 0 bytes patches/compiled/SSDT-GPRW.aml | Bin 101 -> 0 bytes patches/compiled/SSDT-Keyboard-X1C6.aml | Bin 1250 -> 0 bytes patches/compiled/SSDT-Keyboard.aml | Bin 1563 -> 0 bytes .../compiled/SSDT-OCBAT0-TP_tx80_x1c6th.aml | Bin 2642 -> 0 bytes patches/compiled/SSDT-PLUG-_PR.PR00.aml | Bin 166 -> 0 bytes patches/compiled/SSDT-PMCR.aml | Bin 143 -> 0 bytes patches/compiled/SSDT-PNLF-SKL_KBL.aml | Bin 118 -> 0 bytes patches/compiled/SSDT-PTSWAK.aml | Bin 449 -> 0 bytes patches/compiled/SSDT-PWRB.aml | Bin 88 -> 0 bytes patches/compiled/SSDT-SBUS.aml | Bin 190 -> 0 bytes 20 files changed, 59 insertions(+), 36 deletions(-) create mode 100644 docs/5_README-other.md delete mode 100644 patches/compiled/SSDT-ALS0.aml delete mode 100644 patches/compiled/SSDT-DMAC.aml delete mode 100644 patches/compiled/SSDT-EXT3-LedReset-TP.aml delete mode 100644 patches/compiled/SSDT-EXT4-WakeScreen.aml delete mode 100644 patches/compiled/SSDT-GPRW.aml delete mode 100755 patches/compiled/SSDT-Keyboard-X1C6.aml delete mode 100644 patches/compiled/SSDT-Keyboard.aml delete mode 100644 patches/compiled/SSDT-OCBAT0-TP_tx80_x1c6th.aml delete mode 100644 patches/compiled/SSDT-PLUG-_PR.PR00.aml delete mode 100644 patches/compiled/SSDT-PMCR.aml delete mode 100644 patches/compiled/SSDT-PNLF-SKL_KBL.aml delete mode 100644 patches/compiled/SSDT-PTSWAK.aml delete mode 100644 patches/compiled/SSDT-PWRB.aml delete mode 100644 patches/compiled/SSDT-SBUS.aml diff --git a/README.md b/README.md index 47ba599..547ec8f 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ ##### Recent | [Changelog Archive](https://github.com/tylernguyen/x1c6-hackintosh/docs/CHANGELOG.md) > ### 2020-3-29 #### Added -SSDT-ALS0 hotpatch for faking ambient light sensor ALS0 per Catalina's brightness preservation. -SSDT-GPRW hotpatching for fixing instant wake (0D/6D patch). +* SSDT-ALS0 hotpatch for faking ambient light sensor ALS0 per Catalina's brightness preservation. +* SSDT-GPRW hotpatching for fixing instant wake (0D/6D patch). #### Changed -SSDT-Keyboard with the exception of F7 and F12, now maps all hotkeys to a Fn value that can be remapped within macOS. In addition, PrtSc is now remapped to F13. -SSDT-PLNF to a cleaner version. -Similarly, battery patch has been simplified. +* SSDT-Keyboard with the exception of F7 and F12, now maps all hotkeys to a Fn value that can be remapped within macOS. In addition, PrtSc is now remapped to F13. +* SSDT-PLNF to a cleaner version. +* Similarly, battery patch has been simplified. #### Removed -Some unused patches within OpenCore config.plist has now been removed. +* Some unused patches within OpenCore config.plist has now been removed. > ## SUMMARY: @@ -58,6 +58,7 @@ Once you are ready, follow the series of README files included `docs/`. **2_README-installMEDIA**: Creating the macOS install drive. **3_README-POSTinstallation**: Settings and tweaks post installation. **4_README-ACPIpatching**: The hardest and most time consuming part, patching the system ACPI table for battery status, brightness, sleep, thunderbolt, thunderbolt hotplugging, etc... +**5_README-other.md**: for other notices * While you can plug-and-play most of my hotpatches if you have an x1c6, I still suggest that you dump and disassemble your own DSDT. This is imprortant as your DSDT maybe different from mine. And furthermore, you get to learn more about what's actually going on. diff --git a/docs/1_README-HARDWAREandBIOS.md b/docs/1_README-HARDWAREandBIOS.md index 6fc2991..5a32a49 100644 --- a/docs/1_README-HARDWAREandBIOS.md +++ b/docs/1_README-HARDWAREandBIOS.md @@ -8,9 +8,11 @@ However, there exists other alternatives: - Dell DW1820A, the "CN-08PKF4" model is reported to have the most successes, so make sure to look for that specifically. ### M.2 Hard Drive Replacements: -macOS cannot be installed on the factory installed PM981 drive. +* macOS cannot be installed on the factory installed PM981 drive. Replace macOS-incompatible factory Samsung PM981 with preferably another M.2 drive. +* NVMeFix](https://github.com/acidanthera/NVMeFix) is still in its early stage. However, it has dramtically improved NVMe power management. In my personal experience, it is no longer far from SATA power consumption. I now recommend that you go with an NVMe SSD for the faster speed. +* An additional hard drive can be installed in the WAN slot. It can be used for a cleaner dual boot experience, or simply as a backup or storage drive. + -Replace factory Samsung PM981 with preferably a SATA M.2 SSD, as it is [more power efficient and plays nicer with APFS than an NVMe M.2 SSD](https://www.tonymacx86.com/threads/solved-lenovo-x1-carbon-6th-gen-battery-life.254508/#post-1768978). However, if you absolute need the speed, Samsung NVMe drives are fast and are macOS compatible out of the box. > ## BIOS: | Main Menu | Sub 1 | Sub 2 | Sub 3 | diff --git a/docs/3_README-POSTinstallation.md b/docs/3_README-POSTinstallation.md index ee3ccaa..30bfb83 100644 --- a/docs/3_README-POSTinstallation.md +++ b/docs/3_README-POSTinstallation.md @@ -8,7 +8,7 @@ *Refer to my uploaded EFI folder for my current kext list. 5. Refer to the table below for the other post installtion configurations for each particular issue. Some issues are easy to fix, simply requiring a kext installtion or running a script, while others are my involved and require SSDT patching. -6. For those other, more complicated issues, proceed to `5_README-ACPIpatching.md` +6. For those other, more complicated issues, proceed to `4_README-ACPIpatching.md` | Feature | Status | Dependency | Remarks | | :----------------------------------- | ------ | ------------------------------------------------------------ | ------------------------------------------------------------ | @@ -27,21 +27,20 @@ | Battery Percentage Indication | ✅ | `SSDT-OCBAT0-TP_re80_tx70-80_x1c5th-6th_s12017_p51.aml` | Use [MaciASL](https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/) | | CPU Power Management (SpeedShift) | ✅ | `XCPM` and `CPUFriend.kext`, generate your own CPUFriendDataProvider with [CPUFriendFriend](https://github.com/corpnewt/CPUFriendFriend_ or [one-key-cpufriend](https://github.com/stevezhengshiqi/one-key-cpufriend). | - | | IGPU Power Management | ✅ | `XCPM` | - | -| Filesystem (APFS/HFS+) | ✅ | Use SATA M.2. SSD or a Compatiable M.2. PCIe SSD | No NVMe Power Management | -| PCIe Ethernet | ✅ | `IntelMausi.kext` | - | -| AirPort Extreme (Wi-Fi) | ✅ | Swapping Intel WLAN card with Dell DW1560 | - | -| Audio Recording | ✅ | `AppleALC.kext` with Layout ID = 11 | - | -| Audio Playback | ✅ | `AppleALC.kext` with Layout ID = 11 | - | +| PCIe Ethernet | ✅ | `IntelMausi.kext` | - | | +| Audio Recording | ✅ | `AppleALC.kext` with Layout ID = 21 | - | +| Audio Playback | ✅ | `AppleALC.kext` with Layout ID = 21 | - | | Full Graphics Accleration (QE/CI) | ✅ | `WhateverGreen.kext` | - | | Brightness Adjustments | ✅ | `WhateverGreen.kext` and `SSDT-PNLF-SKL_KBL.aml` | - | -| Micro SD Card Reader | ✅ | Patched `AppleUSBCardReader.kext` | - | -| USB 3.1 | ✅ | `USBInjectAll.kext` , `SSDT-UAIC.aml` | - | -| DisplayPort on Thunderbolt 3 Dock | ⚠️ | `SSDT-TB3.aml`, `IOElectrify.kext` | The charging Type-C port **does not** support DisplayPort | +| Micro SD Card Reader | ✅ | Custom `USBPorts.kext` See current OpenCore-EFI kext folder. | - | +| USB 3.1 | ✅ | Custom `USBPorts.kext` See current OpenCore-EFI kext folder. | - | +| DisplayPort on Thunderbolt 3 Dock | ⚠️ | `SSDT-TB3.aml`, `IOElectrify.kext` | [More details](https://github.com/tylernguyen/x1c6-hackintosh/issues/24#issuecomment-603183002)| | Thunderbolt 3 Dock (Port Replicator) | ✅ | `SSDT-TB3.aml`, `IOElectrify.kext` | - | -| Thunderbolt 3 Hotplug | ⚠️ | `SSDT-TB3.aml`, `IOElectrify.kext` | The charging Type-C port **does not** support Hotpluging | +| Thunderbolt 3 Hotplug | ⚠️ | `SSDT-TB3.aml`, `IOElectrify.kext` | [More details](https://github.com/tylernguyen/x1c6-hackintosh/issues/24#issuecomment-603183002)| | ThinkPad TB3 Dock (40AC) Ethernet | ✅ | `AppleRTL815XComposite109.kext`, `AppleRTL815XEthernet109.kext` | [Item page](https://support.lenovo.com/au/en/solutions/acc100356) | | CalDigit TS3 Plus Dock | ✅ | | [Item page](https://www.apple.com/shop/product/HMX12ZM/A/caldigit-ts3-plus-dock) | | HiDPI *(Optional)* | ✅ | [xzhih/one-key-hidpi](https://github.com/xzhih/one-key-hidpi) | Scaling issues post-sleep fixed with AAPL, ig-platform `BAAnWQ==` | | Battery life | ✅ | Non-NVME SSD, proper power management setup (CPU Power Management, GPU Power Management) | Drops 10% per hour for light programming tasks | +| NVMe Drive Battery Management | ✅ | `NVMeFix.kext`| | | Hibernation | ❌ | [DISABLED](https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/) | With the developement of acidanthera/HibernationFixup and OpenCore, hibernation may be fixed in the future. | | Sierra Wireless EM7455 | ❌ | `Legacy_Sierra_QMI.kext` | No internet | \ No newline at end of file diff --git a/docs/4_README-ACPIpatching.md b/docs/4_README-ACPIpatching.md index 01f64c5..4534203 100644 --- a/docs/4_README-ACPIpatching.md +++ b/docs/4_README-ACPIpatching.md @@ -3,6 +3,7 @@ 2. Dump your original ACPI tables. There are a number of ways to do this, using Clover, Hackintool, Linux. 3. In Terminal, disassemble the copied ACPI tables with "iasl-stable -dl DSDT.aml". For our purpose, the only file that really matters is DSDT.dsl - Your DSDT file will be used as a reference table in determining that needs to be patched and what patches need to be added. -4. Refer to `PATCHES.md`, most of my compiled hotpatches and can be copied straight to your setup. However, some patches may require certain directories or variables to be changed depending on your hardware (examine your own disasemebled DSDT). For these, edit the .dsl patch files. Also, note that some SSDT patches also require accompanying OpenCore/ Clover ACPI patches to work. +4. Refer to my OpenCore-EFI folder to see which patches are currently being used by me. +4. Refer to `PATCHES.md` for hotpatching documentation, most of my compiled hotpatches and can be copied straight to your setup. However, some patches may require certain directories or variables to be changed depending on your hardware (examine your own disasemebled DSDT). For these, edit the .dsl patch files. Also, note that some SSDT patches also require accompanying OpenCore/ Clover ACPI patches to work. Special thanks to [daliansky](https://github.com/daliansky) and [jsassu20](https://github.com/jsassu20) for their work. \ No newline at end of file diff --git a/docs/5_README-other.md b/docs/5_README-other.md new file mode 100644 index 0000000..3ee2b3a --- /dev/null +++ b/docs/5_README-other.md @@ -0,0 +1,3 @@ +> ## Dual Booting: +* I recommend that you dual boot using another drive in the WAN slot. +* I've found that dual booting with OpenCore can be quite troulesome. Instead, what I recommend is to use rEFInd Boot Manager should you need to dual boot Windows or Linux. \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0dff450..0dac5cc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,29 +4,46 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). > ### 2020-3-29 #### Added -SSDT-ALS0 hotpatch for faking ambient light sensor ALS0 per Catalina's brightness preservation. -SSDT-GPRW hotpatching for fixing instant wake (0D/6D patch). +* SSDT-ALS0 hotpatch for faking ambient light sensor ALS0 per Catalina's brightness preservation. +* SSDT-GPRW hotpatching for fixing instant wake (0D/6D patch). #### Changed -SSDT-Keyboard with the exception of F7 and F12, now maps all hotkeys to a Fn value that can be remapped within macOS. In addition, PrtSc is now remapped to F13. -SSDT-PLNF to a cleaner version. -Similarly, battery patch has been simplified. +* SSDT-Keyboard with the exception of F7 and F12, now maps all hotkeys to a Fn value that can be remapped within macOS. In addition, PrtSc is now remapped to F13. +* SSDT-PLNF to a cleaner version. +* Similarly, battery patch has been simplified. #### Removed -Some unused patches within OpenCore config.plist has now been removed. +* Some unused patches within OpenCore config.plist has now been removed. +> ### 2020-3-26 +#### Changed +* Switched to AppleALC layout 21. + +> ### 2020-3-23 +#### Changed +* Upgraded OpenCore to 0.5.6 + +> ### 2020-2-04 +#### Changed +* Upgraded OpenCore to 0.5.5 +* Upgraded kexts. + +> ### 2020-1-18 +#### Changed +* Upgraded OpenCore to 0.5.4 +* Upgraded kexts. > ### 2019-12-22 #### Added -Project website: https://tylernguyen.github.io/x1c6-hackintosh/ -ACPI dump for `BIOS-v1.43`. -CHANGELOG.md to keep track of the project's developments. -OpenCore bootloader, version `0.5.3`. -Better SSDT patching with hotpatches under `patches`. Making sure to read `patches/README`. +* Project website: https://tylernguyen.github.io/x1c6-hackintosh/ +* ACPI dump for `BIOS-v1.43`. +* CHANGELOG.md to keep track of the project's developments. +* OpenCore bootloader, version `0.5.3`. +* Better SSDT patching with hotpatches under `patches`. Making sure to read `patches/README`. #### Changed -Switched completely to hotpatching through OpenCore. Credits to [daliansky](https://github.com/daliansky) and [jsassu20](https://github.com/jsassu20). -Updated main README, made it look more visually appealing and organized. +* Switched completely to hotpatching through OpenCore. Credits to [daliansky](https://github.com/daliansky) and [jsassu20](https://github.com/jsassu20). +* Updated main README, made it look more visually appealing and organized. #### Deprecated -Clover bootloader. Clover r5100 is the last version I used on this machine. Moving forward, OpenCore is my preferred bootloader. See `EFI-Clover/README.md`. -Reorganized folder/project structure. Setup instructions and references now under `docs`. +* Clover bootloader. Clover r5100 is the last version I used on this machine. Moving forward, OpenCore is my preferred bootloader. See `EFI-Clover/README.md`. +* Reorganized folder/project structure. Setup instructions and references now under `docs`. #### Removed -Old static patches. -Old IORegistryExplorer dump. \ No newline at end of file +* Old static patches. +* Old IORegistryExplorer dump. \ No newline at end of file diff --git a/patches/compiled/SSDT-ALS0.aml b/patches/compiled/SSDT-ALS0.aml deleted file mode 100644 index 987f2b5045632ab71dcf7c70b68f36e5b041765c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 132 zcmWFzb_r==U|?YS=IHDa!oc9@6KnwFf`O-Bh>rlHf`WiQYkaU%d~}mLD@d9n-ow*{ z*U>q^)4;&Mf`KF68OSZpP1a4!DF*T!eLT5!7(sN95Er8mI}=w5kS`(~9~|Pyus|T* WKiHGkC9$YHGml{j7ym-$B@6&EOdSCL diff --git a/patches/compiled/SSDT-DMAC.aml b/patches/compiled/SSDT-DMAC.aml deleted file mode 100644 index 766da698b91125881d817b6e39af778b9b2ca4a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 166 zcmWFzb_rR=z`(%d*x&Rf`O-Bh>rlHg2Dn32GJOO=J;Tz_yA{51D^nA zCpHEFA2w8>=q4{#kZz864^I~!#|umh9P!RU!GaoGs_u*+^B5J}85fT-Al^UNlh-A&s5~=|VF?%iLgpn50NvUn0RR91 diff --git a/patches/compiled/SSDT-EXT3-LedReset-TP.aml b/patches/compiled/SSDT-EXT3-LedReset-TP.aml deleted file mode 100644 index f9c80e52cd1c8f6dc6873443b6e5e263b7c99cad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 76 zcmWFzb_wxeU|?W!^LO?MVPJ5L2r&k7!NAim#7BTpL16(ugJ_Iie6VMHd~k3G2cw8M QNEPD(fyrFV83+kR04co?0RR91 diff --git a/patches/compiled/SSDT-EXT4-WakeScreen.aml b/patches/compiled/SSDT-EXT4-WakeScreen.aml deleted file mode 100644 index 89617b22d3ac58615aae568fcfb78e57cef8b31b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 273 zcmWFzb_o$=WME)=?C-jKQ@Z?+8Pc8v8Y^LUj9oO~cHvocKto15v8KlGIEP diff --git a/patches/compiled/SSDT-Keyboard.aml b/patches/compiled/SSDT-Keyboard.aml deleted file mode 100644 index 6828479020190477bf2b28ea2913ffa94700b0df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1563 zcma)*Z)?*~6vofmw3Ka;u2d8T5=DHYVpF?_f`cV(v9xKsCfaTY;V!*2cTI9b{-FH= zegHo~g?%yK_zisTO|uQR^|I#G<$2Ee-RGPnhS4GaKB zc}tR(ojrK?^^IT|sx{O)wcb!uyK2)a-cehcm8pgQYg2V{tQ?in`ZbPxz;zm2N8vdN zw@2ak)VMU6>(on7Zoj;_mUPr=OR(6quzYR}jE>ku;Wy&Lk2MS2In4ihymlqZQMFsJ zj^zVbez=!X5Z1xBB@SCY$k>fd*v0kiGLPL@O)o2(Oz#UkijwV+CA@!!guBBmi?UIc zb1vmFOKp=Zb1tQpO(btZakvyYqtrK{xLiuT+}_f z%6mZ^>8~jEUXv+^y;gtlWdK)FjLuxVGE9f~^8igP%_VkvfYM0U+Lgh+AQ}rF1u?NB z$)t(x44GN!K6)Xlbe2R-?8eA+LL500*pc#g)RUFE!V-T5;^6|sW{74zYR^sV1v-l6 zuq%MTWOk89?ABPPQ_L!T5Zh>ubuyj0SWV)XG9^_%jYl}b@xV7?6vi2Ih+MBvkL;LG zUm82um&`?QeWPKA)OA@Gb(6GW70U1^jh&7kB$tfOeso*9T1<9HYdXU!WkEb(*%%#% zr?CA*)X{en1t#$@?85KA1yQF-g!ROYN#GJ3PGCECTRXYdvT*CFZ#%1=E?%5b6tcJQ eG$(3F#L`GZqb}(vfXahhB?ls|y?yslX}~|kd9x4z diff --git a/patches/compiled/SSDT-OCBAT0-TP_tx80_x1c6th.aml b/patches/compiled/SSDT-OCBAT0-TP_tx80_x1c6th.aml deleted file mode 100644 index b28168755b1941970e2aebe9e7d4c91000708fa9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2642 zcmbVO+iu%N5FLuTP-_{HT{);*yLI3O0RjXS?X*DOEYh;gM79NyXdI}3mJ|$;5>OCE zQs1D~e$!*%%lk6W$MjSB7w!xxqN+P$`7r&uCX(Z$(~}>cbjt=@5pmK zANc!)TO7%OJ0b~(x9(d$rfK^^Yt?pTm;rS86U`;qXtwlfRY9UETQozWDo}=UjaEoh zMf(|NNFsjw^4r+d)KGwg1UjiBQI+=Pvshu1m`GG*lYAhFd_dXUBh$T5eK}UwcgV*M zGLftiSyw8JZ?>^tve;hg?3>2yrhRnm{R-_>JdwM1cS8TNKXj!XY_?Awpe@mkdS^ZM zp!Y{l8hHS|OL8&aJ0=xMld@#Y4jzO?F~|1pk;gJHbXjKFg3_QY7~>O*n8STO@+3I1 zS;axq90=C)*`GMgLr@iuDITRxnV*z4W@VV>kO}H3K7^BSFR?aqvJj<&rJ_o4#jLmX z=87!8LLc}n>%3p!Cma*uM>eaDNbbOIj!zSGz$lY^SepYAIM^FIkDNs;=h_rm?Oyb{2p#knUw3l2*7Q95(4B;MF8d(Lm>YT1PcEX z0;m^3pb%v+1p%xi0ftV?=RsgD5d!7Ug}{6w1ipaa@l>m0I1{Qdr3p5e{BaB%5C$5n z+nQ-*#nz)l46t*L5%@DaD2pO4Ho%v7kj1-C8(nQ(G2ahw2f7aFHe}41ob{OFga&ji(yeHVudZ(G8MqL$=Ujp}B>)L* zoAzM`CBd%FIidm=Vzz&5ckL5<<}bNtpGs$V_~3A;;WLQ87LB5jyFRDMA)Z1$8X&bt z14OMe8jzDN4l;;z4;E2^Z#zox9Y+bi*(kyHIoK+Rjlu{1 zkcg+`m)wSt$#WQ-oJa8~K)8kA3DzLi!#I&1hMMSMxJd8o52W$qyKAgX7U12D12OV diff --git a/patches/compiled/SSDT-PLUG-_PR.PR00.aml b/patches/compiled/SSDT-PLUG-_PR.PR00.aml deleted file mode 100644 index 0c2c73e16e6379ab6a74a5700b807f2a63fc2c82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 166 zcmWFzb_rR=z`(%d;_vJe!oc8MP#Ta^n$Eyrz`)??7vdwpsGzWbpFuQ6FFqg$hztyP z7z7;I;XDz0mk{>=)&&NWGX#aX1deUrxWnfGInVXTBm0g&y GBmn?TaxVb@ diff --git a/patches/compiled/SSDT-PMCR.aml b/patches/compiled/SSDT-PMCR.aml deleted file mode 100644 index 7c584839c051adb21c2b9dad351161f55c72ada0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 143 zcmWFzb_wZcU|?WU^LO?MVPFXGbq)e@!NAim#7BTpL1BRigJ_ICb9}H-dJccD)+zXkPFaQ812_FFf diff --git a/patches/compiled/SSDT-PNLF-SKL_KBL.aml b/patches/compiled/SSDT-PNLF-SKL_KBL.aml deleted file mode 100644 index 4b8b364e7d61dd530795ce829b29ea4bd3c0ce8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 118 zcmWFzb_pqCU|?YC@ptwKVPFXG^Kk=m!NAim#7BTpK|#QgH9puWKDx=11tiT8@8}Z5 zz!C4^>B7S%z`(>2@9gQqo0OQGos*fKQ38|+^>pD95Rr}#4sm2yAQ0~#?8)nrSX7>w N$FPKpdm-}@1^~FJ8vy_S diff --git a/patches/compiled/SSDT-PTSWAK.aml b/patches/compiled/SSDT-PTSWAK.aml deleted file mode 100644 index b4c1a76217cf68ca461c74aa2543f05d217d81ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 449 zcmZ`$%Sr<=6uohZ4Ta)RMiJa}=T32EHm+oBnmWuQgNZ0kA$1owGPrT?FZcr~%#ZkI z=1QuiVix!0{6SrK zj6EhEQ^Yg2XzsMAHFeFNa84my479w~?fX?T%P*=tN7E zfep2g`ItSuzCFJ{KRQ?kJw!J{?J9{a_P4X0S)KK_SwO0%MQc$;MW# z;dg7t?F8=z7>s8zve@7on5d%KnIpCw{x9qb?CD=&*s-$fg!3OKoO|sAwUdpL6j^FI J{06h?S6^4xbpZeX diff --git a/patches/compiled/SSDT-PWRB.aml b/patches/compiled/SSDT-PWRB.aml deleted file mode 100644 index 62cbd1a5f77ce800d068e4aac3d67ea99a04a7bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 88 zcmWFzb_t1KU|?YK^>_9OVPFXG3ovjta0ZGnFnIcf_y{m6ClB)ga^W5(WTK5)}ae diff --git a/patches/compiled/SSDT-SBUS.aml b/patches/compiled/SSDT-SBUS.aml deleted file mode 100644 index 2a590ff3bfff661e2eed25b6a8f7533ef9d748dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 190 zcmWFzb_vG