shithub: riscv

Download patch

ref: 75ec0ef2c57d1143e14cf02e39720d32b88b63c3
parent: 57d107f5b1773342db98f17923e5ceb43b14366e
author: mia soweli <inbox@tachibana-labs.org>
date: Mon May 22 08:57:43 EDT 2023

aux/acpi: use ACPI 2.0 64-bit pointers for power off

ACPI 2.0 introduced 64-bit pointers for the PM1a, PM1b, GPE0 and GPE1
registers. They can now be in system memory, on the embedded controller,
or as io ports with varying register widths.

This should fix many systems where ACPI shutdown failed previously.