Deploy dortania/Getting-Started-With-ACPI to github.com/dortania/Getting-Started-With-ACPI.git:gh-pages

This commit is contained in:
Travis Build Bot (from Travis CI)
2020-05-16 17:38:14 +00:00
parent 588cb715b9
commit c0d4c92d9e
23 changed files with 2229 additions and 252 deletions

679
ssdt-methods/ssdt-easy.html Normal file
View File

@@ -0,0 +1,679 @@
<!DOCTYPE HTML>
<html lang="" >
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>SSDTs: Easy Way · GitBook</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<link rel="stylesheet" href="../gitbook/style.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-search-plus/search.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-anchors/plugin.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-medium-zoom/plugin.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-highlight/website.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-fontsettings/website.css">
<link rel="stylesheet" href="../styles/website.css">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
<link rel="next" href="ssdt-long.html" />
<link rel="prev" href="ssdt-prebuilt.html" />
<style>
@media only screen and (max-width: 640px) {
.book-header .hidden-mobile {
display: none;
}
}
</style>
<script>
window["gitbook-plugin-github-buttons"] = {"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]};
</script>
</head>
<body>
<div class="book">
<div class="book-summary">
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search" />
</div>
<nav role="navigation">
<ul class="summary">
<li class="chapter " data-level="1.1" data-path="../">
<a href="../">
Getting Started With ACPI
</a>
</li>
<li class="chapter " data-level="1.2" data-path="../ssdt-platform.html">
<a href="../ssdt-platform.html">
Choosing the SSDTs
</a>
</li>
<li class="header">Methods</li>
<li class="chapter " data-level="2.1" data-path="ssdt-methods.html">
<a href="ssdt-methods.html">
How to create SSDTs
</a>
<ul class="articles">
<li class="chapter " data-level="2.1.1" data-path="ssdt-prebuilt.html">
<a href="ssdt-prebuilt.html">
SSDTs: Prebuilt
</a>
</li>
<li class="chapter active" data-level="2.1.2" data-path="ssdt-easy.html">
<a href="ssdt-easy.html">
SSDTs: Easy Way
</a>
</li>
<li class="chapter " data-level="2.1.3" data-path="ssdt-long.html">
<a href="ssdt-long.html">
SSDTs: Long Way
</a>
</li>
</ul>
</li>
<li class="header">Manual</li>
<li class="chapter " data-level="3.1" data-path="../Manual/dump.html">
<a href="../Manual/dump.html">
Dumping the DSDT
</a>
</li>
<li class="chapter " data-level="3.2" data-path="../Manual/compile.html">
<a href="../Manual/compile.html">
Decompiling and Compiling
</a>
</li>
<li class="header">Desktop</li>
<li class="chapter " data-level="4.1" data-path="../Desktops/desktop-disable.html">
<a href="../Desktops/desktop-disable.html">
Disabling desktop dGPUs
</a>
</li>
<li class="header">Laptop</li>
<li class="chapter " data-level="5.1" data-path="../Laptops/backlight.html">
<a href="../Laptops/backlight.html">
Backlight PNLF
</a>
</li>
<li class="chapter " data-level="5.2" data-path="../Laptops/trackpad.html">
<a href="../Laptops/trackpad.html">
Trackpad GPI0
</a>
</li>
<li class="chapter " data-level="5.3" data-path="../Laptops/laptop-disable.html">
<a href="../Laptops/laptop-disable.html">
Disabling laptop dGPUs
</a>
</li>
<li class="header">Universal</li>
<li class="chapter " data-level="6.1" data-path="../Universal/ec-fix.html">
<a href="../Universal/ec-fix.html">
Embedded Controller
</a>
</li>
<li class="chapter " data-level="6.2" data-path="../Universal/plug.html">
<a href="../Universal/plug.html">
Plugin type
</a>
</li>
<li class="chapter " data-level="6.3" data-path="../Universal/awac.html">
<a href="../Universal/awac.html">
AWAC vs RTC
</a>
</li>
<li class="chapter " data-level="6.4" data-path="../Universal/nvram.html">
<a href="../Universal/nvram.html">
NVRAM PMC
</a>
</li>
<li class="chapter " data-level="6.5" data-path="../Universal/irq.html">
<a href="../Universal/irq.html">
IRQ Fix
</a>
</li>
<li class="chapter " data-level="6.6" data-path="../Universal/spoof.html">
<a href="../Universal/spoof.html">
GPU Spoof
</a>
</li>
<li class="chapter " data-level="6.7" data-path="../Universal/smbus.html">
<a href="../Universal/smbus.html">
Fixing SMBus Support
</a>
</li>
<li class="header">Cleanup</li>
<li class="chapter " data-level="7.1" data-path="../cleanup.html">
<a href="../cleanup.html">
Cleanup
</a>
</li>
<li class="header">Misc</li>
<li class="chapter " data-level="8.1" data-path="../troubleshooting.html">
<a href="../troubleshooting.html">
Troubleshooting
</a>
</li>
<li class="chapter " data-level="8.2" data-path="../CONTRIBUTING.html">
<a href="../CONTRIBUTING.html">
Contributing
</a>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com" target="blank" class="gitbook-link">
Published with GitBook
</a>
</li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<!-- Title -->
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href=".." >SSDTs: Easy Way</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<div class="search-plus" id="book-search-results">
<div class="search-noresults">
<section class="normal markdown-section">
<blockquote>
<p><em>Last modified: Sat May 16 2020 17:37:12 GMT+0000 (Coordinated Universal Time)</em></p>
</blockquote>
<h1 id="ssdts-the-easy-way"><a name="ssdts-the-easy-way" class="plugin-anchor" href="#ssdts-the-easy-way"><i class="fa fa-link" aria-hidden="true"></i></a>SSDTs: The easy way</h1>
<p>So here we&apos;ll be using a super simple tool made by CorpNewt: <a href="https://github.com/corpnewt/SSDTTime" target="_blank">SSDTTime</a></p>
<p>What this tool does is dumps your DSDT from your firmware, and then creates SSDTs based off your DSDT. <strong>This must be done on the target machine running either Windows or Linux</strong></p>
<h2 id="so-what-cant-ssdttime-do"><a name="so-what-cant-ssdttime-do" class="plugin-anchor" href="#so-what-cant-ssdttime-do"><i class="fa fa-link" aria-hidden="true"></i></a>So what <strong>can&apos;t</strong> SSDTTime do</h2>
<ul>
<li><strong>HEDT SSDTs</strong>:<ul>
<li>The ACPI is odd on these platforms so manual work is required</li>
<li>This includes X79, X99 and X299 systems</li>
<li>Prebuilt can be found here: <a href="../Universal/ec-fix.html">Embedded Controller</a></li>
</ul>
</li>
<li><strong>Laptop EC fix</strong>:<ul>
<li>This is because you do not want the EC powered off</li>
<li>Prebuilt can be found here: <a href="../Universal/ec-fix.html">Embedded Controller</a></li>
</ul>
</li>
<li><strong>SSDT-PNLF</strong>:<ul>
<li>Need to be configured to your system</li>
</ul>
</li>
<li><strong>SSDT-GPI0</strong>:<ul>
<li>Need to be configured to your system</li>
</ul>
</li>
<li><strong>AWAC and RTC0 SSDTs</strong>:<ul>
<li>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>
</ul>
</li>
<li><strong>PMC SSDT</strong>:<ul>
<li>For fixing 300 series Intel NVRAM</li>
<li>Prebuilt can be found here: <a href="../Universal/nvram.html">NVRAM PMC</a></li>
</ul>
</li>
<li><strong>USBX SSDT</strong>:<ul>
<li>This is included on sample SSDTs but SSDTTime only makes the SSDT-EC part, Skylake and newer users can grab a pre-built here: <a href="https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml" target="_blank">SSDT-USBX.aml</a></li>
</ul>
</li>
</ul>
<p>For users who don&apos;t have all the options available to them in SSDTTime, you can follow the &quot;SSDTs: The long way&quot; section. You can still use SSDTTime for SSDTs it support for you.</p>
<h2 id="running-ssdttime"><a name="running-ssdttime" class="plugin-anchor" href="#running-ssdttime"><i class="fa fa-link" aria-hidden="true"></i></a>Running SSDTTime</h2>
<p>Run the <code>SSDTTime.bat</code> file as Admin on the target machine and you should see something like this:</p>
<p><img src="../images/ssdt-easy-md/ssdttime.png" alt=""></p>
<p>What are all these options?:</p>
<ul>
<li><code>1. FixHPET - Patch out IRQ Conflicts</code><ul>
<li>IRQ patching, mainly needed for X79, X99 and laptop users(use option <code>C</code> to omit conflicting legacy IRQs)</li>
</ul>
</li>
<li><code>2. FakeEC - OS-aware Fake EC</code><ul>
<li>This is the SSDT-EC, required for Catalina users</li>
</ul>
</li>
<li><code>3. PluginType - Sets plugin-type = 1 on CPU0/PR00</code><ul>
<li>This is the SSDT-PLUG, for Intel only</li>
</ul>
</li>
<li><code>4. Dump DSDT - Automatically dump the system DSDT</code><ul>
<li>Dumps your DSDT from your firmware</li>
</ul>
</li>
</ul>
<p>What we want to do is select option <code>4. Dump DSDT</code> first, then select the appropriate option(s) for your system.</p>
<blockquote>
<p>What about USBX?</p>
</blockquote>
<p>For Skylake and newer plus AMD, you can grab a pre-built file here: <a href="https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml" target="_blank">SSDT-USBX.aml</a>. This file is plug and play and requires no device configuration, <strong>do not use on Broadwell and older</strong>.</p>
<p><strong>Troubleshooting note</strong>: See <a href="https://dortania.github.io/OpenCore-Desktop-Guide/troubleshooting/troubleshooting.html" target="_blank">General Troubleshooting</a> if you&apos;re having issues running SSDTTime</p>
<h2 id="adding-to-opencore"><a name="adding-to-opencore" class="plugin-anchor" href="#adding-to-opencore"><i class="fa fa-link" aria-hidden="true"></i></a>Adding to OpenCore</h2>
<p>Don&apos;t forget that SSDTs need to be added to Opencore, reminder that .aml is complied, .dsl is code. <strong>Add only the .aml file</strong>:</p>
<ul>
<li>EFI/OC/ACPI</li>
<li>config.plist -&gt; ACPI -&gt; 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. <strong>Do not add your DSDT to OpenCore, its already in your firmware</strong>. If you are unsure what this is referring to, go back to the OpenCore guide and select your config based of the architecture of your CPU.</p>
<p>For those who do not yet have a config.plist, you&apos;ll want to next head back to your respective OpenCore guides and create the config.plist:</p>
<ul>
<li><a href="https://dortania.github.io/OpenCore-Desktop-Guide/" target="_blank">OpenCore Desktop guide</a></li>
<li><a href="https://dortania.github.io/vanilla-laptop-guide/" target="_blank">OpenCore Laptop Guide</a></li>
</ul>
<p>Users of <code>FixHPET</code> will also need to merge oc_patches.plist into their config.plist</p>
<p>Steps to do this:</p>
<ul>
<li>Open both files,</li>
<li>Delete the <code>ACPI -&gt; Patch</code> section from config.plist</li>
<li>Copy the <code>ACPI -&gt; Patch</code> section from patches.plist</li>
<li>Paste into where old patches were in config.plist</li>
</ul>
</section>
</div>
<div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="ssdt-prebuilt.html" class="navigation navigation-prev " aria-label="Previous page: SSDTs: Prebuilt">
<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>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"SSDTs: Easy Way","level":"2.1.2","depth":2,"next":{"title":"SSDTs: Long Way","level":"2.1.3","depth":2,"path":"ssdt-methods/ssdt-long.md","ref":"ssdt-methods/ssdt-long.md","articles":[]},"previous":{"title":"SSDTs: Prebuilt","level":"2.1.1","depth":2,"path":"ssdt-methods/ssdt-prebuilt.md","ref":"ssdt-methods/ssdt-prebuilt.md","articles":[]},"dir":"ltr"},"config":{"plugins":["theme-default","-lunr","-search","search-plus","addcssjs","favicon-plus","anchors","github-buttons","last-modified","medium-zoom"],"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":{"last-modified":{},"output":"_book","intopic-toc":{"label":"Navigation"},"addcssjs":{"css":[],"js":[]},"medium-zoom":{},"fontsettings":{"theme":"night","family":"sans","size":2},"favicon-plus":{"appleTouchIconPrecomposed152":"","favicon":"","output":"_book"},"highlight":{},"github-edit":{"repo":"dortania/Getting-Started-With-ACPI","branch":"master"},"favicon":"/icons/favicon.ico","appleTouchIconPrecomposed152":"/icons/appleTouchIconPrecomposed152.png","github-buttons":{"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]},"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"}},"anchors":{},"search-plus":{}},"theme":"default","medium-zoom":{"margin":24,"background":"#363b40","scrollOffset":0},"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-methods/ssdt-easy.md","mtime":"2020-05-16T17:37:12.648Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-05-16T17:38:05.724Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>
<script src="../gitbook/gitbook.js"></script>
<script src="../gitbook/theme.js"></script>
<script src="../gitbook/gitbook-plugin-search-plus/jquery.mark.min.js"></script>
<script src="../gitbook/gitbook-plugin-search-plus/search.js"></script>
<script src="../gitbook/gitbook-plugin-github-buttons/plugin.js"></script>
<script src="../gitbook/gitbook-plugin-medium-zoom/medium-zoom.min.js"></script>
<script src="../gitbook/gitbook-plugin-medium-zoom/plugin.js"></script>
<script src="../gitbook/gitbook-plugin-sharing/buttons.js"></script>
<script src="../gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script>
</body>
</html>

601
ssdt-methods/ssdt-long.html Normal file
View File

@@ -0,0 +1,601 @@
<!DOCTYPE HTML>
<html lang="" >
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>SSDTs: Long Way · GitBook</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<link rel="stylesheet" href="../gitbook/style.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-search-plus/search.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-anchors/plugin.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-medium-zoom/plugin.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-highlight/website.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-fontsettings/website.css">
<link rel="stylesheet" href="../styles/website.css">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
<link rel="next" href="../Manual/dump.html" />
<link rel="prev" href="ssdt-easy.html" />
<style>
@media only screen and (max-width: 640px) {
.book-header .hidden-mobile {
display: none;
}
}
</style>
<script>
window["gitbook-plugin-github-buttons"] = {"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]};
</script>
</head>
<body>
<div class="book">
<div class="book-summary">
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search" />
</div>
<nav role="navigation">
<ul class="summary">
<li class="chapter " data-level="1.1" data-path="../">
<a href="../">
Getting Started With ACPI
</a>
</li>
<li class="chapter " data-level="1.2" data-path="../ssdt-platform.html">
<a href="../ssdt-platform.html">
Choosing the SSDTs
</a>
</li>
<li class="header">Methods</li>
<li class="chapter " data-level="2.1" data-path="ssdt-methods.html">
<a href="ssdt-methods.html">
How to create SSDTs
</a>
<ul class="articles">
<li class="chapter " data-level="2.1.1" data-path="ssdt-prebuilt.html">
<a href="ssdt-prebuilt.html">
SSDTs: Prebuilt
</a>
</li>
<li class="chapter " data-level="2.1.2" data-path="ssdt-easy.html">
<a href="ssdt-easy.html">
SSDTs: Easy Way
</a>
</li>
<li class="chapter active" data-level="2.1.3" data-path="ssdt-long.html">
<a href="ssdt-long.html">
SSDTs: Long Way
</a>
</li>
</ul>
</li>
<li class="header">Manual</li>
<li class="chapter " data-level="3.1" data-path="../Manual/dump.html">
<a href="../Manual/dump.html">
Dumping the DSDT
</a>
</li>
<li class="chapter " data-level="3.2" data-path="../Manual/compile.html">
<a href="../Manual/compile.html">
Decompiling and Compiling
</a>
</li>
<li class="header">Desktop</li>
<li class="chapter " data-level="4.1" data-path="../Desktops/desktop-disable.html">
<a href="../Desktops/desktop-disable.html">
Disabling desktop dGPUs
</a>
</li>
<li class="header">Laptop</li>
<li class="chapter " data-level="5.1" data-path="../Laptops/backlight.html">
<a href="../Laptops/backlight.html">
Backlight PNLF
</a>
</li>
<li class="chapter " data-level="5.2" data-path="../Laptops/trackpad.html">
<a href="../Laptops/trackpad.html">
Trackpad GPI0
</a>
</li>
<li class="chapter " data-level="5.3" data-path="../Laptops/laptop-disable.html">
<a href="../Laptops/laptop-disable.html">
Disabling laptop dGPUs
</a>
</li>
<li class="header">Universal</li>
<li class="chapter " data-level="6.1" data-path="../Universal/ec-fix.html">
<a href="../Universal/ec-fix.html">
Embedded Controller
</a>
</li>
<li class="chapter " data-level="6.2" data-path="../Universal/plug.html">
<a href="../Universal/plug.html">
Plugin type
</a>
</li>
<li class="chapter " data-level="6.3" data-path="../Universal/awac.html">
<a href="../Universal/awac.html">
AWAC vs RTC
</a>
</li>
<li class="chapter " data-level="6.4" data-path="../Universal/nvram.html">
<a href="../Universal/nvram.html">
NVRAM PMC
</a>
</li>
<li class="chapter " data-level="6.5" data-path="../Universal/irq.html">
<a href="../Universal/irq.html">
IRQ Fix
</a>
</li>
<li class="chapter " data-level="6.6" data-path="../Universal/spoof.html">
<a href="../Universal/spoof.html">
GPU Spoof
</a>
</li>
<li class="chapter " data-level="6.7" data-path="../Universal/smbus.html">
<a href="../Universal/smbus.html">
Fixing SMBus Support
</a>
</li>
<li class="header">Cleanup</li>
<li class="chapter " data-level="7.1" data-path="../cleanup.html">
<a href="../cleanup.html">
Cleanup
</a>
</li>
<li class="header">Misc</li>
<li class="chapter " data-level="8.1" data-path="../troubleshooting.html">
<a href="../troubleshooting.html">
Troubleshooting
</a>
</li>
<li class="chapter " data-level="8.2" data-path="../CONTRIBUTING.html">
<a href="../CONTRIBUTING.html">
Contributing
</a>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com" target="blank" class="gitbook-link">
Published with GitBook
</a>
</li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<!-- Title -->
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href=".." >SSDTs: Long Way</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<div class="search-plus" id="book-search-results">
<div class="search-noresults">
<section class="normal markdown-section">
<blockquote>
<p><em>Last modified: Sat May 16 2020 17:37:12 GMT+0000 (Coordinated Universal Time)</em></p>
</blockquote>
<h1 id="ssdts-the-long-way"><a name="ssdts-the-long-way" class="plugin-anchor" href="#ssdts-the-long-way"><i class="fa fa-link" aria-hidden="true"></i></a>SSDTs: The long way</h1>
<p>Well sadly some things are not handled by SSDTTime, well have no fear as making SSDTs is super easy. The basic process:</p>
<ul>
<li>Dump DSDT(the one SSDTTime did for use will work)</li>
<li>Decompile DSDT</li>
<li>Make SSDTs based of of it(You&apos;ll need either MaciASL or a text editor for this)</li>
<li>Compile SSDTs</li>
</ul>
<p>Now continue forth and master the ways of ACPI!</p>
</section>
</div>
<div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="ssdt-easy.html" class="navigation navigation-prev " aria-label="Previous page: SSDTs: Easy Way">
<i class="fa fa-angle-left"></i>
</a>
<a href="../Manual/dump.html" class="navigation navigation-next " aria-label="Next page: Dumping the DSDT">
<i class="fa fa-angle-right"></i>
</a>
</div>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"SSDTs: Long Way","level":"2.1.3","depth":2,"next":{"title":"Dumping the DSDT","level":"3.1","depth":1,"path":"Manual/dump.md","ref":"Manual/dump.md","articles":[]},"previous":{"title":"SSDTs: Easy Way","level":"2.1.2","depth":2,"path":"ssdt-methods/ssdt-easy.md","ref":"ssdt-methods/ssdt-easy.md","articles":[]},"dir":"ltr"},"config":{"plugins":["theme-default","-lunr","-search","search-plus","addcssjs","favicon-plus","anchors","github-buttons","last-modified","medium-zoom"],"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":{"last-modified":{},"output":"_book","intopic-toc":{"label":"Navigation"},"addcssjs":{"css":[],"js":[]},"medium-zoom":{},"fontsettings":{"theme":"night","family":"sans","size":2},"favicon-plus":{"appleTouchIconPrecomposed152":"","favicon":"","output":"_book"},"highlight":{},"github-edit":{"repo":"dortania/Getting-Started-With-ACPI","branch":"master"},"favicon":"/icons/favicon.ico","appleTouchIconPrecomposed152":"/icons/appleTouchIconPrecomposed152.png","github-buttons":{"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]},"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"}},"anchors":{},"search-plus":{}},"theme":"default","medium-zoom":{"margin":24,"background":"#363b40","scrollOffset":0},"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-methods/ssdt-long.md","mtime":"2020-05-16T17:37:12.648Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-05-16T17:38:05.724Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>
<script src="../gitbook/gitbook.js"></script>
<script src="../gitbook/theme.js"></script>
<script src="../gitbook/gitbook-plugin-search-plus/jquery.mark.min.js"></script>
<script src="../gitbook/gitbook-plugin-search-plus/search.js"></script>
<script src="../gitbook/gitbook-plugin-github-buttons/plugin.js"></script>
<script src="../gitbook/gitbook-plugin-medium-zoom/medium-zoom.min.js"></script>
<script src="../gitbook/gitbook-plugin-medium-zoom/plugin.js"></script>
<script src="../gitbook/gitbook-plugin-sharing/buttons.js"></script>
<script src="../gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script>
</body>
</html>

View File

@@ -0,0 +1,608 @@
<!DOCTYPE HTML>
<html lang="" >
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>How to create SSDTs · GitBook</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<link rel="stylesheet" href="../gitbook/style.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-search-plus/search.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-anchors/plugin.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-medium-zoom/plugin.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-highlight/website.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-fontsettings/website.css">
<link rel="stylesheet" href="../styles/website.css">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
<link rel="next" href="ssdt-prebuilt.html" />
<link rel="prev" href="../ssdt-platform.html" />
<style>
@media only screen and (max-width: 640px) {
.book-header .hidden-mobile {
display: none;
}
}
</style>
<script>
window["gitbook-plugin-github-buttons"] = {"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]};
</script>
</head>
<body>
<div class="book">
<div class="book-summary">
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search" />
</div>
<nav role="navigation">
<ul class="summary">
<li class="chapter " data-level="1.1" data-path="../">
<a href="../">
Getting Started With ACPI
</a>
</li>
<li class="chapter " data-level="1.2" data-path="../ssdt-platform.html">
<a href="../ssdt-platform.html">
Choosing the SSDTs
</a>
</li>
<li class="header">Methods</li>
<li class="chapter active" data-level="2.1" data-path="ssdt-methods.html">
<a href="ssdt-methods.html">
How to create SSDTs
</a>
<ul class="articles">
<li class="chapter " data-level="2.1.1" data-path="ssdt-prebuilt.html">
<a href="ssdt-prebuilt.html">
SSDTs: Prebuilt
</a>
</li>
<li class="chapter " data-level="2.1.2" data-path="ssdt-easy.html">
<a href="ssdt-easy.html">
SSDTs: Easy Way
</a>
</li>
<li class="chapter " data-level="2.1.3" data-path="ssdt-long.html">
<a href="ssdt-long.html">
SSDTs: Long Way
</a>
</li>
</ul>
</li>
<li class="header">Manual</li>
<li class="chapter " data-level="3.1" data-path="../Manual/dump.html">
<a href="../Manual/dump.html">
Dumping the DSDT
</a>
</li>
<li class="chapter " data-level="3.2" data-path="../Manual/compile.html">
<a href="../Manual/compile.html">
Decompiling and Compiling
</a>
</li>
<li class="header">Desktop</li>
<li class="chapter " data-level="4.1" data-path="../Desktops/desktop-disable.html">
<a href="../Desktops/desktop-disable.html">
Disabling desktop dGPUs
</a>
</li>
<li class="header">Laptop</li>
<li class="chapter " data-level="5.1" data-path="../Laptops/backlight.html">
<a href="../Laptops/backlight.html">
Backlight PNLF
</a>
</li>
<li class="chapter " data-level="5.2" data-path="../Laptops/trackpad.html">
<a href="../Laptops/trackpad.html">
Trackpad GPI0
</a>
</li>
<li class="chapter " data-level="5.3" data-path="../Laptops/laptop-disable.html">
<a href="../Laptops/laptop-disable.html">
Disabling laptop dGPUs
</a>
</li>
<li class="header">Universal</li>
<li class="chapter " data-level="6.1" data-path="../Universal/ec-fix.html">
<a href="../Universal/ec-fix.html">
Embedded Controller
</a>
</li>
<li class="chapter " data-level="6.2" data-path="../Universal/plug.html">
<a href="../Universal/plug.html">
Plugin type
</a>
</li>
<li class="chapter " data-level="6.3" data-path="../Universal/awac.html">
<a href="../Universal/awac.html">
AWAC vs RTC
</a>
</li>
<li class="chapter " data-level="6.4" data-path="../Universal/nvram.html">
<a href="../Universal/nvram.html">
NVRAM PMC
</a>
</li>
<li class="chapter " data-level="6.5" data-path="../Universal/irq.html">
<a href="../Universal/irq.html">
IRQ Fix
</a>
</li>
<li class="chapter " data-level="6.6" data-path="../Universal/spoof.html">
<a href="../Universal/spoof.html">
GPU Spoof
</a>
</li>
<li class="chapter " data-level="6.7" data-path="../Universal/smbus.html">
<a href="../Universal/smbus.html">
Fixing SMBus Support
</a>
</li>
<li class="header">Cleanup</li>
<li class="chapter " data-level="7.1" data-path="../cleanup.html">
<a href="../cleanup.html">
Cleanup
</a>
</li>
<li class="header">Misc</li>
<li class="chapter " data-level="8.1" data-path="../troubleshooting.html">
<a href="../troubleshooting.html">
Troubleshooting
</a>
</li>
<li class="chapter " data-level="8.2" data-path="../CONTRIBUTING.html">
<a href="../CONTRIBUTING.html">
Contributing
</a>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com" target="blank" class="gitbook-link">
Published with GitBook
</a>
</li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<!-- Title -->
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href=".." >How to create SSDTs</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<div class="search-plus" id="book-search-results">
<div class="search-noresults">
<section class="normal markdown-section">
<blockquote>
<p><em>Last modified: Sat May 16 2020 17:37:12 GMT+0000 (Coordinated Universal Time)</em></p>
</blockquote>
<h1 id="how-to-create-ssdts"><a name="how-to-create-ssdts" class="plugin-anchor" href="#how-to-create-ssdts"><i class="fa fa-link" aria-hidden="true"></i></a>How to create SSDTs</h1>
<p>Creating SSDTs mainly fall into 3 camps:</p>
<ul>
<li>Prebuilt SSDTs<ul>
<li>They work but not perfect</li>
</ul>
</li>
<li>Automated tools<ul>
<li>Mainly seen with SSDTTime, work much better though can&apos;t cover all situations</li>
</ul>
</li>
<li>Manually creating them<ul>
<li>Will always work, be much cleaner and get to learn about the process</li>
</ul>
</li>
</ul>
</section>
</div>
<div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="../ssdt-platform.html" class="navigation navigation-prev " aria-label="Previous page: Choosing the SSDTs">
<i class="fa fa-angle-left"></i>
</a>
<a href="ssdt-prebuilt.html" class="navigation navigation-next " aria-label="Next page: SSDTs: Prebuilt">
<i class="fa fa-angle-right"></i>
</a>
</div>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"How to create SSDTs","level":"2.1","depth":1,"next":{"title":"SSDTs: Prebuilt","level":"2.1.1","depth":2,"path":"ssdt-methods/ssdt-prebuilt.md","ref":"ssdt-methods/ssdt-prebuilt.md","articles":[]},"previous":{"title":"Choosing the SSDTs","level":"1.2","depth":1,"path":"ssdt-platform.md","ref":"ssdt-platform.md","articles":[]},"dir":"ltr"},"config":{"plugins":["theme-default","-lunr","-search","search-plus","addcssjs","favicon-plus","anchors","github-buttons","last-modified","medium-zoom"],"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":{"last-modified":{},"output":"_book","intopic-toc":{"label":"Navigation"},"addcssjs":{"css":[],"js":[]},"medium-zoom":{},"fontsettings":{"theme":"night","family":"sans","size":2},"favicon-plus":{"appleTouchIconPrecomposed152":"","favicon":"","output":"_book"},"highlight":{},"github-edit":{"repo":"dortania/Getting-Started-With-ACPI","branch":"master"},"favicon":"/icons/favicon.ico","appleTouchIconPrecomposed152":"/icons/appleTouchIconPrecomposed152.png","github-buttons":{"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]},"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"}},"anchors":{},"search-plus":{}},"theme":"default","medium-zoom":{"margin":24,"background":"#363b40","scrollOffset":0},"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-methods/ssdt-methods.md","mtime":"2020-05-16T17:37:12.648Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-05-16T17:38:05.724Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>
<script src="../gitbook/gitbook.js"></script>
<script src="../gitbook/theme.js"></script>
<script src="../gitbook/gitbook-plugin-search-plus/jquery.mark.min.js"></script>
<script src="../gitbook/gitbook-plugin-search-plus/search.js"></script>
<script src="../gitbook/gitbook-plugin-github-buttons/plugin.js"></script>
<script src="../gitbook/gitbook-plugin-medium-zoom/medium-zoom.min.js"></script>
<script src="../gitbook/gitbook-plugin-medium-zoom/plugin.js"></script>
<script src="../gitbook/gitbook-plugin-sharing/buttons.js"></script>
<script src="../gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script>
</body>
</html>

View File

@@ -0,0 +1,728 @@
<!DOCTYPE HTML>
<html lang="" >
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>SSDTs: Prebuilt · GitBook</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<link rel="stylesheet" href="../gitbook/style.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-search-plus/search.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-anchors/plugin.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-medium-zoom/plugin.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-highlight/website.css">
<link rel="stylesheet" href="../gitbook/gitbook-plugin-fontsettings/website.css">
<link rel="stylesheet" href="../styles/website.css">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
<link rel="next" href="ssdt-easy.html" />
<link rel="prev" href="ssdt-methods.html" />
<style>
@media only screen and (max-width: 640px) {
.book-header .hidden-mobile {
display: none;
}
}
</style>
<script>
window["gitbook-plugin-github-buttons"] = {"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]};
</script>
</head>
<body>
<div class="book">
<div class="book-summary">
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search" />
</div>
<nav role="navigation">
<ul class="summary">
<li class="chapter " data-level="1.1" data-path="../">
<a href="../">
Getting Started With ACPI
</a>
</li>
<li class="chapter " data-level="1.2" data-path="../ssdt-platform.html">
<a href="../ssdt-platform.html">
Choosing the SSDTs
</a>
</li>
<li class="header">Methods</li>
<li class="chapter " data-level="2.1" data-path="ssdt-methods.html">
<a href="ssdt-methods.html">
How to create SSDTs
</a>
<ul class="articles">
<li class="chapter active" data-level="2.1.1" data-path="ssdt-prebuilt.html">
<a href="ssdt-prebuilt.html">
SSDTs: Prebuilt
</a>
</li>
<li class="chapter " data-level="2.1.2" data-path="ssdt-easy.html">
<a href="ssdt-easy.html">
SSDTs: Easy Way
</a>
</li>
<li class="chapter " data-level="2.1.3" data-path="ssdt-long.html">
<a href="ssdt-long.html">
SSDTs: Long Way
</a>
</li>
</ul>
</li>
<li class="header">Manual</li>
<li class="chapter " data-level="3.1" data-path="../Manual/dump.html">
<a href="../Manual/dump.html">
Dumping the DSDT
</a>
</li>
<li class="chapter " data-level="3.2" data-path="../Manual/compile.html">
<a href="../Manual/compile.html">
Decompiling and Compiling
</a>
</li>
<li class="header">Desktop</li>
<li class="chapter " data-level="4.1" data-path="../Desktops/desktop-disable.html">
<a href="../Desktops/desktop-disable.html">
Disabling desktop dGPUs
</a>
</li>
<li class="header">Laptop</li>
<li class="chapter " data-level="5.1" data-path="../Laptops/backlight.html">
<a href="../Laptops/backlight.html">
Backlight PNLF
</a>
</li>
<li class="chapter " data-level="5.2" data-path="../Laptops/trackpad.html">
<a href="../Laptops/trackpad.html">
Trackpad GPI0
</a>
</li>
<li class="chapter " data-level="5.3" data-path="../Laptops/laptop-disable.html">
<a href="../Laptops/laptop-disable.html">
Disabling laptop dGPUs
</a>
</li>
<li class="header">Universal</li>
<li class="chapter " data-level="6.1" data-path="../Universal/ec-fix.html">
<a href="../Universal/ec-fix.html">
Embedded Controller
</a>
</li>
<li class="chapter " data-level="6.2" data-path="../Universal/plug.html">
<a href="../Universal/plug.html">
Plugin type
</a>
</li>
<li class="chapter " data-level="6.3" data-path="../Universal/awac.html">
<a href="../Universal/awac.html">
AWAC vs RTC
</a>
</li>
<li class="chapter " data-level="6.4" data-path="../Universal/nvram.html">
<a href="../Universal/nvram.html">
NVRAM PMC
</a>
</li>
<li class="chapter " data-level="6.5" data-path="../Universal/irq.html">
<a href="../Universal/irq.html">
IRQ Fix
</a>
</li>
<li class="chapter " data-level="6.6" data-path="../Universal/spoof.html">
<a href="../Universal/spoof.html">
GPU Spoof
</a>
</li>
<li class="chapter " data-level="6.7" data-path="../Universal/smbus.html">
<a href="../Universal/smbus.html">
Fixing SMBus Support
</a>
</li>
<li class="header">Cleanup</li>
<li class="chapter " data-level="7.1" data-path="../cleanup.html">
<a href="../cleanup.html">
Cleanup
</a>
</li>
<li class="header">Misc</li>
<li class="chapter " data-level="8.1" data-path="../troubleshooting.html">
<a href="../troubleshooting.html">
Troubleshooting
</a>
</li>
<li class="chapter " data-level="8.2" data-path="../CONTRIBUTING.html">
<a href="../CONTRIBUTING.html">
Contributing
</a>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com" target="blank" class="gitbook-link">
Published with GitBook
</a>
</li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<!-- Title -->
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href=".." >SSDTs: Prebuilt</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<div class="search-plus" id="book-search-results">
<div class="search-noresults">
<section class="normal markdown-section">
<blockquote>
<p><em>Last modified: Sat May 16 2020 17:37:12 GMT+0000 (Coordinated Universal Time)</em></p>
</blockquote>
<h1 id="pre-built-ssdts"><a name="pre-built-ssdts" class="plugin-anchor" href="#pre-built-ssdts"><i class="fa fa-link" aria-hidden="true"></i></a>Pre-Built SSDTs</h1>
<ul>
<li><a href="#power-management">Power Management</a></li>
<li><a href="#embedded-controllers">Embedded Controllers</a></li>
<li><a href="#trackpad">Trackpad</a></li>
<li><a href="#backlight">Backlight</a></li>
<li><a href="#system-clockawac">System Clock(AWAC)</a></li>
<li><a href="#nvrampmc">NVRAM(PMC)</a></li>
</ul>
<p>This is mainly for users who are having troubles either compiling, decompiling or understanding the overal process of ACPI. The main reasons you&apos;d want to avoid is for the following:</p>
<ul>
<li>Slowing down the boot process<ul>
<li>Mainly because these SSDTs have to go through every possible pathing</li>
<li>Fun fact: the prebuilt SSDT-EC-DESKTOP is 42 times larger than making the file yourself</li>
</ul>
</li>
<li>Doesn&apos;t always work<ul>
<li>The SSDTs provided can only handle so many situations, and some may in fact not work</li>
<li>Mainly seen with SSDT-AWAC, as it assumes there is a way the RTC can be easily enabled</li>
</ul>
</li>
<li>Teaches nothing<ul>
<li>This is the <strong>biggest</strong> issue as you have no real idea on how to troubleshoot or how to make these files down the line</li>
</ul>
</li>
</ul>
<p>Please refer to <a href="../ssdt-platform.html">Choosing the SSDTs</a> page for which your system needs.</p>
<h2 id="power-management"><a name="power-management" class="plugin-anchor" href="#power-management"><i class="fa fa-link" aria-hidden="true"></i></a>Power Management</h2>
<p>For Haswell and newer:</p>
<ul>
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-PLUG-DRTNIA.aml" target="_blank">SSDT-PLUG-DRTNIA</a></li>
</ul>
<p>For Ivy Bridge and older, see the <a href="https://dortania.github.io/OpenCore-Desktop-Guide/post-install/pm.html" target="_blank">Optimizing Power Management page</a>. This will be done <em>after</em> install. AMD CPU users <strong>do not</strong> need any SSDTs for power management.</p>
<h2 id="embedded-controllers"><a name="embedded-controllers" class="plugin-anchor" href="#embedded-controllers"><i class="fa fa-link" aria-hidden="true"></i></a>Embedded Controllers</h2>
<p>For desktops:</p>
<ul>
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-EC-USBX-DESKTOP.aml" target="_blank">SSDT-EC-USBX-DESKTOP</a><ul>
<li>For Skylake and newer and all AMD systems.</li>
</ul>
</li>
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-EC-DESKTOP.aml" target="_blank">SSDT-EC-DESKTOP</a><ul>
<li>For Broadwell and older.</li>
</ul>
</li>
</ul>
<p>For laptops:</p>
<ul>
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-EC-USBX-LAPTOP.aml" target="_blank">SSDT-EC-USBX-LAPTOP</a><ul>
<li>For Skylake and newer.</li>
</ul>
</li>
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-EC-LAPTOP.aml" target="_blank">SSDT-EC-LAPTOP</a><ul>
<li>For Broadwell and older.</li>
</ul>
</li>
</ul>
<h2 id="trackpad"><a name="trackpad" class="plugin-anchor" href="#trackpad"><i class="fa fa-link" aria-hidden="true"></i></a>Trackpad</h2>
<p>Used for enabling Windows only features in macOS, do note that the below patches will more than likely break Windows booting via OpenCore. I <strong>highly</strong> encourage you to make one yourself to prevent any issues down the line: <a href="../Laptops/trackpad.html">Trackpad GPI0</a></p>
<ul>
<li><p><a href="https://github.com/hackintosh-guides/vanilla-laptop-guide/tree/master/Misc-files/SSDT-XOSI.aml" target="_blank">SSDT-XOSI</a></p>
</li>
<li><p><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/XOSI-Rename.plist" target="_blank">XOSI-Rename.plist</a></p>
<ul>
<li>Note you&apos;ll need to add this into your config.plist under <code>ACPI -&gt; Patch</code>:</li>
</ul>
</li>
</ul>
<table>
<thead>
<tr>
<th style="text-align:left">Comment</th>
<th style="text-align:left">String</th>
<th style="text-align:left">Change _OSI to XOSI</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">Enabled</td>
<td style="text-align:left">Boolean</td>
<td style="text-align:left">YES</td>
</tr>
<tr>
<td style="text-align:left">Count</td>
<td style="text-align:left">Number</td>
<td style="text-align:left">0</td>
</tr>
<tr>
<td style="text-align:left">Limit</td>
<td style="text-align:left">Nuber</td>
<td style="text-align:left">0</td>
</tr>
<tr>
<td style="text-align:left">Find</td>
<td style="text-align:left">Data</td>
<td style="text-align:left">5f4f5349</td>
</tr>
<tr>
<td style="text-align:left">Replace</td>
<td style="text-align:left">Data</td>
<td style="text-align:left">584f5349</td>
</tr>
</tbody>
</table>
<h2 id="backlight"><a name="backlight" class="plugin-anchor" href="#backlight"><i class="fa fa-link" aria-hidden="true"></i></a>Backlight</h2>
<p>For laptops and all-in-one desktops, fixies brightness control support</p>
<ul>
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-PNLF.aml" target="_blank">SSDT-PNLF</a><ul>
<li>For most users.</li>
</ul>
</li>
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-PNLF-CFL.aml" target="_blank">SSDT-PNLF-CFL</a><ul>
<li>For Coffee Lake and newer.</li>
</ul>
</li>
</ul>
<h2 id="system-clockawac"><a name="system-clockawac" class="plugin-anchor" href="#system-clockawac"><i class="fa fa-link" aria-hidden="true"></i></a>System Clock(AWAC)</h2>
<p>Mainly needed for newer systems running AWAC based system clocks, mainly relavant for Z390 and newer(Gigabyte and AsRock however did backport it to Z370 with a BIOS update)</p>
<ul>
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-AWAC.aml" target="_blank">SSDT-AWAC</a></li>
</ul>
<p>The biggest issue with this prebuilt is that we&apos;re just guessing you both have an AWAC clock and that it can be turned off, I <strong>highly</strong> encourage you to make one yourself to really know whether you both need this and if it&apos;s going to work: <a href="../Universal/awac.html">AWAC vs RTC</a></p>
<h2 id="nvrampmc"><a name="nvrampmc" class="plugin-anchor" href="#nvrampmc"><i class="fa fa-link" aria-hidden="true"></i></a>NVRAM(PMC)</h2>
<p>Needed to bring back NVRAM support for Z390 and newer, <strong>DO NOT USE ON Z370 or older</strong></p>
<ul>
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-PMC.aml" target="_blank">SSDT-PMC</a></li>
</ul>
<p>Reminder only the following need this SSDT:</p>
<ul>
<li>B360</li>
<li>B365</li>
<li>H310</li>
<li>H370</li>
<li>Z390</li>
<li>400 series (Comet Lake)</li>
<li>495 series (Icelake)</li>
</ul>
</section>
</div>
<div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="ssdt-methods.html" class="navigation navigation-prev " aria-label="Previous page: How to create SSDTs">
<i class="fa fa-angle-left"></i>
</a>
<a href="ssdt-easy.html" class="navigation navigation-next " aria-label="Next page: SSDTs: Easy Way">
<i class="fa fa-angle-right"></i>
</a>
</div>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"SSDTs: Prebuilt","level":"2.1.1","depth":2,"next":{"title":"SSDTs: Easy Way","level":"2.1.2","depth":2,"path":"ssdt-methods/ssdt-easy.md","ref":"ssdt-methods/ssdt-easy.md","articles":[]},"previous":{"title":"How to create SSDTs","level":"2.1","depth":1,"path":"ssdt-methods/ssdt-methods.md","ref":"ssdt-methods/ssdt-methods.md","articles":[{"title":"SSDTs: Prebuilt","level":"2.1.1","depth":2,"path":"ssdt-methods/ssdt-prebuilt.md","ref":"ssdt-methods/ssdt-prebuilt.md","articles":[]},{"title":"SSDTs: Easy Way","level":"2.1.2","depth":2,"path":"ssdt-methods/ssdt-easy.md","ref":"ssdt-methods/ssdt-easy.md","articles":[]},{"title":"SSDTs: Long Way","level":"2.1.3","depth":2,"path":"ssdt-methods/ssdt-long.md","ref":"ssdt-methods/ssdt-long.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["theme-default","-lunr","-search","search-plus","addcssjs","favicon-plus","anchors","github-buttons","last-modified","medium-zoom"],"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":{"last-modified":{},"output":"_book","intopic-toc":{"label":"Navigation"},"addcssjs":{"css":[],"js":[]},"medium-zoom":{},"fontsettings":{"theme":"night","family":"sans","size":2},"favicon-plus":{"appleTouchIconPrecomposed152":"","favicon":"","output":"_book"},"highlight":{},"github-edit":{"repo":"dortania/Getting-Started-With-ACPI","branch":"master"},"favicon":"/icons/favicon.ico","appleTouchIconPrecomposed152":"/icons/appleTouchIconPrecomposed152.png","github-buttons":{"buttons":[{"user":"dortania","repo":"Getting-Started-With-ACPI","type":"star","size":"large"}]},"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"}},"anchors":{},"search-plus":{}},"theme":"default","medium-zoom":{"margin":24,"background":"#363b40","scrollOffset":0},"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-methods/ssdt-prebuilt.md","mtime":"2020-05-16T17:37:12.648Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-05-16T17:38:05.724Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>
<script src="../gitbook/gitbook.js"></script>
<script src="../gitbook/theme.js"></script>
<script src="../gitbook/gitbook-plugin-search-plus/jquery.mark.min.js"></script>
<script src="../gitbook/gitbook-plugin-search-plus/search.js"></script>
<script src="../gitbook/gitbook-plugin-github-buttons/plugin.js"></script>
<script src="../gitbook/gitbook-plugin-medium-zoom/medium-zoom.min.js"></script>
<script src="../gitbook/gitbook-plugin-medium-zoom/plugin.js"></script>
<script src="../gitbook/gitbook-plugin-sharing/buttons.js"></script>
<script src="../gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script>
</body>
</html>