mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-02 20:09:48 -08:00
Deploy khronokernel/Getting-Started-With-ACPI to github.com/khronokernel/Getting-Started-With-ACPI.git:gh-pages
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
<link rel="shortcut icon" href="gitbook/images/favicon.ico" type="image/x-icon">
|
||||
|
||||
|
||||
<link rel="next" href="ssdt-long.html" />
|
||||
|
||||
|
||||
<link rel="prev" href="./" />
|
||||
|
||||
@@ -118,14 +120,14 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="chapter " data-level="1.3" >
|
||||
<li class="chapter " data-level="1.3" data-path="ssdt-long.html">
|
||||
|
||||
<span>
|
||||
<a href="ssdt-long.html">
|
||||
|
||||
|
||||
SSDTs: Long Way
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
@@ -204,9 +206,9 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="chapter " data-level="4.2" data-path="Laptops/backlight.md">
|
||||
<li class="chapter " data-level="4.2" data-path="Laptops/backlight.html">
|
||||
|
||||
<span>
|
||||
<a href="Laptops/backlight.html">
|
||||
|
||||
|
||||
Backlight PNLF
|
||||
@@ -217,9 +219,9 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="chapter " data-level="4.3" data-path="Laptops/trackpad.md">
|
||||
<li class="chapter " data-level="4.3" data-path="Laptops/trackpad.html">
|
||||
|
||||
<span>
|
||||
<a href="Laptops/trackpad.html">
|
||||
|
||||
|
||||
Trackpad GPIO
|
||||
@@ -276,12 +278,31 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="chapter " data-level="5.4" data-path="Universal/xosi.html">
|
||||
|
||||
<a href="Universal/xosi.html">
|
||||
|
||||
|
||||
XOSI
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="header">Cleanup</li>
|
||||
|
||||
|
||||
<li class="chapter " data-level="5.5" data-path="Universal/irq.html">
|
||||
|
||||
<a href="Universal/irq.html">
|
||||
|
||||
|
||||
IRQ Fix
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -334,6 +355,10 @@
|
||||
<p>So what <strong>can't</strong> SSDTTime do?:</p>
|
||||
<ul>
|
||||
<li><strong>HEDT SSDTs</strong>: The ACPI is odd on these platforms so manual work is required</li>
|
||||
<li><strong>Laptop EC fix</strong>: This is because you need to use an ACPI rename over an SSDT on laptops</li>
|
||||
<li><strong>SSDT-PNLF</strong>: No need to configuration required, use prebuilt file <a href="">here</a></li>
|
||||
<li><strong>SSDT-GPIO</strong>: No need to configuration required, use prebuilt file <a href="">here</a></li>
|
||||
<li><strong>SSDT-XOSI</strong>: No need to configuration required, use prebuilt file <a href="">here</a></li>
|
||||
<li><strong>AWAC and RTC0 SSDTs</strong>: 300 series intel boards will also need to figure his out(Z390 systems are most common for requiring this but some gigabyte Z370 do as well)</li>
|
||||
<li><strong>PMC SSDT</strong>: For fixing 300 series intel NVRAM, a prebuilt for <code>PCI0.LPCB</code> can be found here: <a href="https://github.com/khronokernel/Opencore-Vanilla-Desktop-Guide/blob/master/extra-files/SSDT-PMC.aml" target="_blank">SSDT-PMC.aml</a></li>
|
||||
<li><strong>USBX SSDT</strong>: This is included on sample SSDTs but SSDTTime only makes the SSDT-EC part, Skylake and newer users can grab a prebuilt here: <a href="https://github.com/khronokernel/Opencore-Vanilla-Desktop-Guide/blob/master/extra-files/SSDT-USBX.aml" target="_blank">SSDT-USBX.aml</a></li>
|
||||
@@ -374,6 +399,14 @@
|
||||
<li>config.plist -> ACPI -> Add</li>
|
||||
</ul>
|
||||
<p>Reminder that Cmd/Crtl+R with ProperTree pointed at your OC folder will add all your SSDTs, kexts and .efi drivers to the config for you. Do not add your DSDT to OpenCore, its already in your firmware</p>
|
||||
<p>Users of <code>FixHPET</code> will also need to merge c_patches.plist into their config.plist</p>
|
||||
<p>Steps to do this:</p>
|
||||
<ul>
|
||||
<li>Open both files, </li>
|
||||
<li>Delete the <code>ACPI -> Patch</code> section from config.plist</li>
|
||||
<li>Copy the <code>ACPI -> Patch</code> section from patches.plist</li>
|
||||
<li>Paste into where old patches were in config.plist</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</section>
|
||||
@@ -401,11 +434,15 @@
|
||||
|
||||
|
||||
|
||||
<a href="./" class="navigation navigation-prev navigation-unique" aria-label="Previous page: Getting Started With ACPI">
|
||||
<a href="./" class="navigation navigation-prev " aria-label="Previous page: Getting Started With ACPI">
|
||||
<i class="fa fa-angle-left"></i>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="ssdt-long.html" class="navigation navigation-next " aria-label="Next page: SSDTs: Long Way">
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
@@ -413,7 +450,7 @@
|
||||
<script>
|
||||
var gitbook = gitbook || [];
|
||||
gitbook.push(function() {
|
||||
gitbook.page.hasChanged({"page":{"title":"SSDTs: Easy Way","level":"1.2","depth":1,"next":{"title":"SSDTs: Long Way","level":"1.3","depth":1,"ref":"","articles":[]},"previous":{"title":"Getting Started With ACPI","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["theme-default","-lunr","-search","search-plus","addcssjs","favicon-plus"],"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"},"pluginsConfig":{"output":"_book","addcssjs":{"css":[],"js":[]},"fontsettings":{"theme":"night","family":"sans","size":2},"favicon-plus":{"appleTouchIconPrecomposed152":"","favicon":"","output":"_book"},"highlight":{},"favicon":"/icons/favicon.ico","appleTouchIconPrecomposed152":"/icons/appleTouchIconPrecomposed152.png","sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":[]},"theme-default":{"showLevel":false,"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"}},"search-plus":{}},"theme":"default","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"links":{"sharing":{"google":false,"facebook":false,"twitter":false,"weibo":false,"all":false}},"gitbook":"*"},"file":{"path":"ssdt-easy.md","mtime":"2020-02-04T21:14:07.043Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-02-04T21:14:53.091Z"},"basePath":".","book":{"language":""}});
|
||||
gitbook.page.hasChanged({"page":{"title":"SSDTs: Easy Way","level":"1.2","depth":1,"next":{"title":"SSDTs: Long Way","level":"1.3","depth":1,"path":"ssdt-long.md","ref":"ssdt-long.md","articles":[]},"previous":{"title":"Getting Started With ACPI","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["theme-default","-lunr","-search","search-plus","addcssjs","favicon-plus"],"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"},"pluginsConfig":{"output":"_book","addcssjs":{"css":[],"js":[]},"fontsettings":{"theme":"night","family":"sans","size":2},"favicon-plus":{"appleTouchIconPrecomposed152":"","favicon":"","output":"_book"},"highlight":{},"favicon":"/icons/favicon.ico","appleTouchIconPrecomposed152":"/icons/appleTouchIconPrecomposed152.png","sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":[]},"theme-default":{"showLevel":false,"styles":{"ebook":"styles/ebook.css","epub":"styles/epub.css","mobi":"styles/mobi.css","pdf":"styles/pdf.css","print":"styles/print.css","website":"styles/website.css"}},"search-plus":{}},"theme":"default","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"links":{"sharing":{"google":false,"facebook":false,"twitter":false,"weibo":false,"all":false}},"gitbook":"*"},"file":{"path":"ssdt-easy.md","mtime":"2020-02-04T22:59:18.661Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-02-04T23:00:04.229Z"},"basePath":".","book":{"language":""}});
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user