mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-03 04:19:48 -08:00
Inital import
This commit is contained in:
@@ -12,7 +12,7 @@ Finding the ACPI pathing is quite easy actually, first open your decompiled DSDT
|
||||
|
||||
Next search for `Device (GPI0)`. Should give you a result similar to this:
|
||||
|
||||

|
||||

|
||||
|
||||
What we care about from this is the `_STA` method:
|
||||
|
||||
@@ -34,7 +34,7 @@ What we want is for this to always return `0x0F` when booting macOS, so we want
|
||||
|
||||
Here's some more examples:
|
||||
|
||||

|
||||

|
||||
|
||||
With this example, we can see that we need both `SBRG` and `GPEN` to return `One`. If only one is present, it'll create some issues so in our SSDT we'll want to have both of them return `One`:
|
||||
|
||||
@@ -57,7 +57,7 @@ If (_OSI ("Darwin"))
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
Following the example pathing we found, the SSDT should look something like this:
|
||||
|
||||
@@ -70,7 +70,7 @@ If (_OSI ("Darwin"))
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Compiling the SSDT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user