https://github.com/al3xtjames/ssdt
Tiny SSDTs for various motherboards running OS X
https://github.com/al3xtjames/ssdt
Last synced: about 2 months ago
JSON representation
Tiny SSDTs for various motherboards running OS X
- Host: GitHub
- URL: https://github.com/al3xtjames/ssdt
- Owner: al3xtjames
- Created: 2015-12-27T16:43:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T22:17:17.000Z (over 10 years ago)
- Last Synced: 2026-01-14T16:00:57.220Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACPI
[Tiny SSDTs](https://github.com/Piker-Alpha/RevoBoot/wiki/ACPI-patching,-done-the-easy-way) for various motherboards running OS X.
### Usage
Build the SSDT for your board using the `mkSSDT.sh` script. For example:
```
~/G/SSDT ❯❯❯ ./mkSSDT.sh GA-Z77X-UD5H
Compiling GA-Z77X-UD5H.asl
Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20150717-64
Copyright (c) 2000 - 2015 Intel Corporation
ASL Input: /Users/alexjames/GitHub/SSDT/Gigabyte/GA-Z77X-UD5H.asl - 148 lines, 3407 bytes, 237 keywords
AML Output: /Users/alexjames/GitHub/SSDT/Gigabyte/SSDT-GA-Z77X-UD5H.aml - 2331 bytes, 130 named objects, 107 executable opcodes
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 16 Optimizations
```
The script will output the compiled SSDT-HACK.aml to the root of the repo folder.
Note that these SSDTs require some DSDT edits (usually device/method renaming), which can be accomplished with Clover DSDT binpatches, which will vary depending on your motherboard.