Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
ACPI patched DSDT
Browse files Browse the repository at this point in the history
  • Loading branch information
b23prodtm committed Feb 5, 2023
1 parent 5bfc0bb commit 7d1ee31
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 6 deletions.
Binary file modified EFI/OC/.DS_Store
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-HPET.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PLUG.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PMC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-USB-Reset.aml
Binary file not shown.
75 changes: 69 additions & 6 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-EC.aml</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-USBX.aml</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>Path</key>
<string>SSDT-EC-USBX-AMD.aml</string>
</dict>
<dict>
Expand All @@ -24,25 +40,72 @@
</dict>
<dict>
<key>Comment</key>
<string>IRQ Conflicts</string>
<string>Reset with USB-Map</string>
<key>Enabled</key>
<false/>
<key>Path</key>
<string>SSDT-USB-Reset.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Sets plugin-type to 1 on first Processor object</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-PLUG.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>LPC0 _CRS (Needs _CRS to XCRS Rename)</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-HPET.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Reset with USB-Map</string>
<string>PMCR for native 300-series NVRAM</string>
<key>Enabled</key>
<false/>
<true/>
<key>Path</key>
<string>SSDT-USB-Reset.aml</string>
<string>SSDT-PMC.aml</string>
</dict>
</array>
<key>Delete</key>
<array/>
<key>Patch</key>
<array/>
<array>
<dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key>
<string>RTC IRQ Patch</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>IgABeQA=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data>AAAAAA==</data>
<key>Replace</key>
<data>IgAAeQA=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data>AAAAAA==</data>
</dict>
</array>
<key>Quirks</key>
<dict>
<key>FadtEnableReset</key>
Expand Down Expand Up @@ -1484,7 +1547,7 @@
<key>RequestBootVarRouting</key>
<true/>
<key>ResizeGpuBars</key>
<integer>-1</integer>
<integer>0</integer>
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>
Expand Down

0 comments on commit 7d1ee31

Please sign in to comment.