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-31 05:56:44 +00:00
parent 44856a53ac
commit ab9efb24a8
68 changed files with 18589 additions and 742 deletions

View File

@@ -71,7 +71,7 @@
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
<link rel="next" href="../cleanup.html" />
<link rel="next" href="smbus-methods/manual.html" />
<link rel="prev" href="spoof.html" />
@@ -276,6 +276,38 @@
<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">
@@ -289,6 +321,38 @@
<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">
@@ -322,6 +386,51 @@
<ul class="articles">
<li class="chapter " data-level="6.1.1" data-path="ec-methods/prebuilt.html">
<a href="ec-methods/prebuilt.html">
Prebuilt
</a>
</li>
<li class="chapter " data-level="6.1.2" data-path="ec-methods/ssdttime.html">
<a href="ec-methods/ssdttime.html">
SSDTTime
</a>
</li>
<li class="chapter " data-level="6.1.3" data-path="ec-methods/manual.html">
<a href="ec-methods/manual.html">
Manual
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="6.2" data-path="plug.html">
@@ -335,6 +444,51 @@
<ul class="articles">
<li class="chapter " data-level="6.2.1" data-path="plug-methods/prebuilt.html">
<a href="plug-methods/prebuilt.html">
Prebuilt
</a>
</li>
<li class="chapter " data-level="6.2.2" data-path="plug-methods/ssdttime.html">
<a href="plug-methods/ssdttime.html">
SSDTTime
</a>
</li>
<li class="chapter " data-level="6.2.3" data-path="plug-methods/manual.html">
<a href="plug-methods/manual.html">
Manual
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="6.3" data-path="awac.html">
@@ -348,6 +502,38 @@
<ul class="articles">
<li class="chapter " data-level="6.3.1" data-path="awac-methods/prebuilt.html">
<a href="awac-methods/prebuilt.html">
Prebuilt
</a>
</li>
<li class="chapter " data-level="6.3.2" data-path="awac-methods/manual.html">
<a href="awac-methods/manual.html">
Manual
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="6.4" data-path="nvram.html">
@@ -361,6 +547,38 @@
<ul class="articles">
<li class="chapter " data-level="6.4.1" data-path="nvram-methods/prebuilt.html">
<a href="nvram-methods/prebuilt.html">
Prebuilt
</a>
</li>
<li class="chapter " data-level="6.4.2" data-path="nvram-methods/manual.html">
<a href="nvram-methods/manual.html">
Manual
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="6.5" data-path="irq.html">
@@ -400,6 +618,25 @@
<ul class="articles">
<li class="chapter " data-level="6.7.1" data-path="smbus-methods/manual.html">
<a href="smbus-methods/manual.html">
Manual
</a>
</li>
</ul>
</li>
@@ -501,9 +738,14 @@
<section class="normal markdown-section">
<blockquote>
<p><em>Last modified: Fri May 29 2020 01:27:44 GMT+0000 (Coordinated Universal Time)</em></p>
<p><em>Last modified: Sun May 31 2020 05:55:38 GMT+0000 (Coordinated Universal Time)</em></p>
</blockquote>
<h1 id="fixing-smbus-support"><a name="fixing-smbus-support" class="plugin-anchor" href="#fixing-smbus-support"><i class="fa fa-link" aria-hidden="true"></i></a>Fixing SMBus support</h1>
<h1 id="fixing-smbus-support-ssdt-sbus-mchc"><a name="fixing-smbus-support-ssdt-sbus-mchc" class="plugin-anchor" href="#fixing-smbus-support-ssdt-sbus-mchc"><i class="fa fa-link" aria-hidden="true"></i></a>Fixing SMBus support (SSDT-SBUS-MCHC)</h1>
<ul>
<li><a href="#what-this-ssdt-does">What this SSDT does</a></li>
<li><a href="#methods-to-make-this-ssdt">Methods to make this SSDT</a></li>
</ul>
<h2 id="what-this-ssdt-does"><a name="what-this-ssdt-does" class="plugin-anchor" href="#what-this-ssdt-does"><i class="fa fa-link" aria-hidden="true"></i></a>What this SSDT does</h2>
<p>This section of the guide refers to fixing AppleSMBus support in macOS, what is AppleSMBus? Well this mainly handles the System Management Bus, which has many functions like:</p>
<ul>
<li>AppleSMBusController<ul>
@@ -521,52 +763,11 @@
<li>Other things SMBus does: <a href="https://en.wikipedia.org/wiki/System_Management_Bus" target="_blank">SMBus wiki</a></li>
</ul>
<p>For install purposes, this SSDT isn&apos;t needed but for post-install it&apos;s recommended to put the final touches on your hack.</p>
<p>So to get started, we&apos;ll want to grab our SMBus SSDT:</p>
<h2 id="methods-to-make-this-ssdt"><a name="methods-to-make-this-ssdt" class="plugin-anchor" href="#methods-to-make-this-ssdt"><i class="fa fa-link" aria-hidden="true"></i></a>Methods to make this SSDT</h2>
<p>To make this SSDT, you only got 1 method: Doing it manually</p>
<ul>
<li><a href="https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-SBUS-MCHC.dsl" target="_blank">SSDT-SBUS-MCHC.dsl</a></li>
<li><a href="smbus-methods/manual.html">Manual</a></li>
</ul>
<p>So the important parts we care about are:</p>
<pre><code class="lang-text">External (_SB_.PCI0, DeviceObj) &lt;- Rename this
External (_SB_.PCI0.SBUS.BUS0, DeviceObj) &lt;- Rename this
Scope (_SB.PCI0) &lt;- Rename this
{
Device (MCHC)
{
Name (_ADR, Zero) // _ADR: Address
}
}
Device (_SB.PCI0.SBUS.BUS0) &lt;- Rename this
</code></pre>
<p>To find the correct pathing for your devices, grab <a href="https://www.tonymacx86.com/threads/release-hackintool-v3-x-x.254559/" target="_blank">Hackintool</a> (<a href="https://github.com/headkaze/Hackintool" target="_blank">Github link</a>) and head to the PCI tab:</p>
<p><img src="../images/Universal/smbus-md/pci.png" alt="">
Look for the SMBus device under Subclass, then look beside and you&apos;ll see the ACPI path(under IOReg Name). To convert , omit <code>@...</code></p>
<ul>
<li><code>/PC00@0/SMBS@1F,4</code> -&gt; <code>PC00.SMBS</code></li>
</ul>
<p>Once finished, it&apos;ll look something like this:</p>
<pre><code class="lang-text">External (_SB_.PC00, DeviceObj) &lt;- Renamed
External (_SB_.PC00.SMBS.BUS0, DeviceObj) &lt;- Renamed
Scope (_SB.PC00)
{
Device (MCHC)
{
Name (_ADR, Zero) // _ADR: Address
}
}
Device (_SB.PC00.SMBS.BUS0) &lt;- Renamed
</code></pre>
<p><img src="../images/Universal/smbus-md/smbus.png" alt=""></p>
<p>For those having issues, you can also check Device Manager -&gt; CPU -&gt; BIOS device Name</p>
<p><strong>Note</strong>: The MCHC is actually the DRAM controller, similar idea to SMBus for fixing memory reporting</p>
<h2 id="now-youre-ready-to-compile-the-ssdt"><a name="now-youre-ready-to-compile-the-ssdt" class="plugin-anchor" href="#now-youre-ready-to-compile-the-ssdt"><i class="fa fa-link" aria-hidden="true"></i></a><a href="../Manual/compile.html">Now you&apos;re ready to compile the SSDT!</a></h2>
<h2 id="verify-its-working"><a name="verify-its-working" class="plugin-anchor" href="#verify-its-working"><i class="fa fa-link" aria-hidden="true"></i></a>Verify it&apos;s working</h2>
<p>To check if the SSDT is working correctly, run the following in terminal:</p>
<pre><code>kextstat | grep -E &quot;AppleSMBusController|AppleSMBusPCI&quot;
</code></pre><p><img src="../images/Universal/smbus-md/verify.png" alt=""></p>
</section>
@@ -599,7 +800,7 @@ Device (_SB.PC00.SMBS.BUS0) &lt;- Renamed
</a>
<a href="../cleanup.html" class="navigation navigation-next " aria-label="Next page: Cleanup">
<a href="smbus-methods/manual.html" class="navigation navigation-next " aria-label="Next page: Manual">
<i class="fa fa-angle-right"></i>
</a>
@@ -610,7 +811,7 @@ Device (_SB.PC00.SMBS.BUS0) &lt;- Renamed
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Fixing SMBus Support","level":"6.7","depth":1,"next":{"title":"Cleanup","level":"7.1","depth":1,"path":"cleanup.md","ref":"cleanup.md","articles":[]},"previous":{"title":"GPU Spoof","level":"6.6","depth":1,"path":"Universal/spoof.md","ref":"Universal/spoof.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":"Universal/smbus.md","mtime":"2020-05-29T01:27:44.868Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-05-29T01:28:38.922Z"},"basePath":"..","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"Fixing SMBus Support","level":"6.7","depth":1,"next":{"title":"Manual","level":"6.7.1","depth":2,"path":"Universal/smbus-methods/manual.md","ref":"Universal/smbus-methods/manual.md","articles":[]},"previous":{"title":"GPU Spoof","level":"6.6","depth":1,"path":"Universal/spoof.md","ref":"Universal/spoof.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":"Universal/smbus.md","mtime":"2020-05-31T05:55:38.188Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2020-05-31T05:56:32.982Z"},"basePath":"..","book":{"language":""}});
});
</script>
</div>