History log of /fuchsia/zircon/third_party/lib/acpica/README.fuchsia
Revision Date Author Comments
# 4fe99d70 02-Nov-2017 Todd Eisenberger <teisenbe@google.com>

[acpica] Export AcpiHwSetFirmwareWakingVector

This is the internal function used to implement AcpiSetFirmwareWakingVector,
the usual API for setting the wake-from-suspend address. That API makes
assumptions about how much of the ACPICA environment is setup that
aren't true for our kernelmode, so we expose the inner mechanism that
bypasses those assumptions.

ZX-1184

Change-Id: I8367fbaf9f51fc93446aa7c8e05b0947073ab887


# f7fd0c47 06-Oct-2017 Todd Eisenberger <teisenbe@google.com>

[powerctl][acpi] Partially implement S-state transition

This implements enough of the S-state transition code to be used for the
shutdown codepath, and for suspending-to-RAM (but not resuming).

ZX-1184

Change-Id: I88aa959db1a77e903e1f98c8d5ea83a825ff24fe


# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 1eac7b9e 14-May-2017 Abdulla Kamar <abdulla@google.com>

[acpica] Check if the DSDT index is valid.

This prevents a crash in the acpisvc if the DSDT table has not been
defined. The hypervisor ulib does not currently define FADT/DSDT.

Change-Id: I1c2af8e806a6f70c5846ddc6d0b910360a9ad6d1


# a3e2028d 26-Apr-2017 Todd Eisenberger <teisenbe@google.com>

[acpica] Make acpi.h C++ friendly

Change-Id: Ib617260c2bded6c0411c5db87508f352dca44603


# ce5ba297 23-Aug-2016 Todd Eisenberger <teisenbe@google.com>

[userspace acpi] Add ACPICA service layer implementation

Change-Id: Icfe0c61376f1b76f7444f53b690236f0fb0b4c82


# bf5fa085 27-Jun-2016 Todd Eisenberger <teisenbe@google.com>

[acpica] Contain ACPICA include path better

Previously acpica was cluttering the global include path. This
diff contains its includes into an acpica directory.

Change-Id: I75bba0ede99259cfb40366ab6170e5281304405f


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit