mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-02 11:59:48 -08:00
967 lines
28 KiB
HTML
967 lines
28 KiB
HTML
|
|
<!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>
|
|
|
|
|
|
|
|
<ul class="articles">
|
|
|
|
|
|
<li class="chapter " data-level="5.1.1" data-path="../Laptops/backlight-methods/prebuilt.html">
|
|
|
|
<a href="../Laptops/backlight-methods/prebuilt.html">
|
|
|
|
|
|
Prebuilt
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="5.1.2" data-path="../Laptops/backlight-methods/manual.html">
|
|
|
|
<a href="../Laptops/backlight-methods/manual.html">
|
|
|
|
|
|
Manual
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="5.2" data-path="../Laptops/trackpad.html">
|
|
|
|
<a href="../Laptops/trackpad.html">
|
|
|
|
|
|
Trackpad GPI0
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<ul class="articles">
|
|
|
|
|
|
<li class="chapter " data-level="5.2.1" data-path="../Laptops/trackpad-methods/prebuilt.html">
|
|
|
|
<a href="../Laptops/trackpad-methods/prebuilt.html">
|
|
|
|
|
|
Prebuilt
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="5.2.2" data-path="../Laptops/trackpad-methods/manual.html">
|
|
|
|
<a href="../Laptops/trackpad-methods/manual.html">
|
|
|
|
|
|
Manual
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
</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>
|
|
|
|
|
|
|
|
<ul class="articles">
|
|
|
|
|
|
<li class="chapter " data-level="6.1.1" data-path="../Universal/ec-methods/prebuilt.html">
|
|
|
|
<a href="../Universal/ec-methods/prebuilt.html">
|
|
|
|
|
|
Prebuilt
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="6.1.2" data-path="../Universal/ec-methods/ssdttime.html">
|
|
|
|
<a href="../Universal/ec-methods/ssdttime.html">
|
|
|
|
|
|
SSDTTime
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="6.1.3" data-path="../Universal/ec-methods/manual.html">
|
|
|
|
<a href="../Universal/ec-methods/manual.html">
|
|
|
|
|
|
Manual
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="6.2" data-path="../Universal/plug.html">
|
|
|
|
<a href="../Universal/plug.html">
|
|
|
|
|
|
Plugin type
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<ul class="articles">
|
|
|
|
|
|
<li class="chapter " data-level="6.2.1" data-path="../Universal/plug-methods/prebuilt.html">
|
|
|
|
<a href="../Universal/plug-methods/prebuilt.html">
|
|
|
|
|
|
Prebuilt
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="6.2.2" data-path="../Universal/plug-methods/ssdttime.html">
|
|
|
|
<a href="../Universal/plug-methods/ssdttime.html">
|
|
|
|
|
|
SSDTTime
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="6.2.3" data-path="../Universal/plug-methods/manual.html">
|
|
|
|
<a href="../Universal/plug-methods/manual.html">
|
|
|
|
|
|
Manual
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="6.3" data-path="../Universal/awac.html">
|
|
|
|
<a href="../Universal/awac.html">
|
|
|
|
|
|
AWAC vs RTC
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<ul class="articles">
|
|
|
|
|
|
<li class="chapter " data-level="6.3.1" data-path="../Universal/awac-methods/prebuilt.html">
|
|
|
|
<a href="../Universal/awac-methods/prebuilt.html">
|
|
|
|
|
|
Prebuilt
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="6.3.2" data-path="../Universal/awac-methods/manual.html">
|
|
|
|
<a href="../Universal/awac-methods/manual.html">
|
|
|
|
|
|
Manual
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="6.4" data-path="../Universal/nvram.html">
|
|
|
|
<a href="../Universal/nvram.html">
|
|
|
|
|
|
NVRAM PMC
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<ul class="articles">
|
|
|
|
|
|
<li class="chapter " data-level="6.4.1" data-path="../Universal/nvram-methods/prebuilt.html">
|
|
|
|
<a href="../Universal/nvram-methods/prebuilt.html">
|
|
|
|
|
|
Prebuilt
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li class="chapter " data-level="6.4.2" data-path="../Universal/nvram-methods/manual.html">
|
|
|
|
<a href="../Universal/nvram-methods/manual.html">
|
|
|
|
|
|
Manual
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
</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>
|
|
|
|
|
|
|
|
<ul class="articles">
|
|
|
|
|
|
<li class="chapter " data-level="6.7.1" data-path="../Universal/smbus-methods/manual.html">
|
|
|
|
<a href="../Universal/smbus-methods/manual.html">
|
|
|
|
|
|
Manual
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
</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: Sun May 31 2020 16:36:04 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'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'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/compiled/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/compiled/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/compiled/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/compiled/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/compiled/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/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/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'll need to add this into your config.plist under <code>ACPI -> 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">Number</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/compiled/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/compiled/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/compiled/SSDT-AWAC.aml" target="_blank">SSDT-AWAC</a></li>
|
|
</ul>
|
|
<p>The biggest issue with this prebuilt is that we'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'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>
|
|
<p>Note: Desktop Z490 boards seem to not need this, though if you're having NVRAM issues you can try this SSDT.</p>
|
|
<ul>
|
|
<li><a href="https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/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-31T16:36:04.840Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-05-31T16:36:55.003Z"},"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>
|
|
|