mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
Added BIOS 1.45 dump
This commit is contained in:
parent
099519552c
commit
bdf99ed445
4 changed files with 35390 additions and 5 deletions
35385
ACPI/Disassembled ACPI/BIOS-v1.45/DSDT.dsl
Normal file
35385
ACPI/Disassembled ACPI/BIOS-v1.45/DSDT.dsl
Normal file
File diff suppressed because it is too large
Load diff
BIN
ACPI/Stock ACPI/BIOS-v1.45/DSDT.aml
Normal file
BIN
ACPI/Stock ACPI/BIOS-v1.45/DSDT.aml
Normal file
Binary file not shown.
|
@ -1,9 +1,10 @@
|
||||||
# macOS on Thinkpad X1 Carbon 6th Generation, Model 20KH\*
|
# macOS on Thinkpad X1 Carbon 6th Generation, Model 20KH\*
|
||||||
|
|
||||||
[![macOS](https://img.shields.io/badge/macOS-Catalina-yellow.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
[![macOS](https://img.shields.io/badge/macOS-Catalina-yellow.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
||||||
[![BIOS](https://img.shields.io/badge/BIOS-1.43-blue)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
[![version](https://img.shields.io/badge/10.15.4-yellow)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
||||||
|
[![BIOS](https://img.shields.io/badge/BIOS-1.45-blue)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
||||||
[![MODEL](https://img.shields.io/badge/Model-20KH*-blue)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
[![MODEL](https://img.shields.io/badge/Model-20KH*-blue)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
||||||
[![OpenCore](https://img.shields.io/badge/OpenCore-0.5.6-green)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
[![OpenCore](https://img.shields.io/badge/OpenCore-0.5.7-green)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
||||||
[![LICENSE](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
[![LICENSE](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
||||||
|
|
||||||
<img align="right" src="https://i.imgur.com/I3yUS4Q.png" alt="Critter" width="300">
|
<img align="right" src="https://i.imgur.com/I3yUS4Q.png" alt="Critter" width="300">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
1. Download and install [MaciASL](https://github.com/acidanthera/MaciASL/releases) if you do not have it already.
|
1. Download and install [MaciASL](https://github.com/acidanthera/MaciASL/releases) if you do not have it already.
|
||||||
2. Dump your original ACPI tables. There are a number of ways to do this, using Clover, Hackintool, Linux. See [here](https://khronokernel.github.io/Getting-Started-With-ACPI/Manual/dump.html).
|
2. Dump your original ACPI tables. There are a number of ways to do this, using Clover, Hackintool, Linux. See [here](https://khronokernel.github.io/Getting-Started-With-ACPI/Manual/dump.html).
|
||||||
3. In Terminal, disassemble the copied ACPI tables with "iasl-stable -dl DSDT.aml". For our purpose, the only file that really matters is DSDT.dsl
|
3. In Terminal, disassemble the copied ACPI tables with "iasl -dl DSDT.aml". For our purpose, the only file that really matters is DSDT.dsl
|
||||||
|
|
||||||
- Your DSDT file will be used as a reference table in determining that needs to be patched and what patches need to be added.
|
- Your DSDT file will be used as a reference table in determining that needs to be patched and what patches need to be added.
|
||||||
|
|
||||||
|
@ -35,8 +35,7 @@ Should your source DSDT be similar enough (in regards to certain items in these
|
||||||
|
|
||||||
> ### SSDT-OCBAT0-TP_tx80_x1c6th - Enabling Battery Status in macOS
|
> ### SSDT-OCBAT0-TP_tx80_x1c6th - Enabling Battery Status in macOS
|
||||||
|
|
||||||
**Need `OpenCore Patches/ TP Battery Basic Rename.plist`**
|
**Need `OpenCore Patches/ TPbattery.plist`**
|
||||||
**Need `OpenCore Patches/ TP battery Mutex is set to 0 and renamed.plist`**
|
|
||||||
|
|
||||||
- Single battery system: only `BAT0` in ACPI, no`BAT1`.
|
- Single battery system: only `BAT0` in ACPI, no`BAT1`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue