mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-04 12:59:47 -08:00
Fix EC page
This commit is contained in:
@@ -66,6 +66,39 @@ Now that we have our ACPI path, lets grab our SSDT and get to work:
|
|||||||
* [SSDT-EC](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-EC.dsl)
|
* [SSDT-EC](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-EC.dsl)
|
||||||
* For Broadwell and older
|
* For Broadwell and older
|
||||||
|
|
||||||
|
|
||||||
|
Now when opening this SSDT, you'll notice a few things. Mainly:
|
||||||
|
|
||||||
|
* Some code is commented out
|
||||||
|
* This is code for disabling our EC
|
||||||
|
* Laptops users **SHOULD NOT** uncomment this
|
||||||
|
* There's a new EC called `Device (EC)`
|
||||||
|
* **DO NOT RENAME THIS**, this will be the EC we give to macOS
|
||||||
|
|
||||||
|
**Before**:
|
||||||
|
|
||||||
|
```
|
||||||
|
External (_SB_.PCI0.LPCB, DeviceObj) <- Rename this
|
||||||
|
|
||||||
|
Scope (_SB.PCI0.LPCB) <- Rename this
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Following the example pathing we found, the SSDT should look something like this:
|
||||||
|
|
||||||
|
**After**:
|
||||||
|
|
||||||
|
```
|
||||||
|
External (_SB_.PC00.LPC0, DeviceObj) <- Renamed
|
||||||
|
|
||||||
|
Scope (_SB.PC00.LPC0) <- Renamed
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Edge Cases
|
## Edge Cases
|
||||||
|
|
||||||
### Multiple PNP0C09's show up
|
### Multiple PNP0C09's show up
|
||||||
|
|||||||
BIN
images/Desktops/ssdt-after.png
Normal file
BIN
images/Desktops/ssdt-after.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
BIN
images/Desktops/ssdt-before.png
Normal file
BIN
images/Desktops/ssdt-before.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Reference in New Issue
Block a user