diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2016-05-09 11:08:46 -0700 |
---|---|---|
committer | Duncan Laurie <dlaurie@google.com> | 2016-05-16 19:55:59 +0200 |
commit | abe2de8854fe1d1ed2b836da3069470dd6b04d6c (patch) | |
tree | 6e1f96795733229984972ef8329a3785f51a5727 /.gitreview | |
parent | f7c3876c28634a70390edeb527c865516444e627 (diff) |
acpigen: Add functions to generate _STA() and _PRW()
Add helper functions for generating some common objects:
acpigen_write_STA(status) will generate a status method that will
indicate the device status as provided:
Method (_STA) { Return (status) }
Full status byte configuration is possible and macros are provided for
the common status bytes used for generated code:
ACPI_STATUS_DEVICE_ALL_OFF = 0x0
ACPI_STATUS_DEVICE_ALL_ON = 0xF
acpigen_write_PRW() will generate a Power Resoruce for Wake that describes
the GPE that will wake a particular device:
Name (_PRW, Package (2) { wake, level }
Change-Id: I10277f0f3820d272d3975abf34b9a8de577782e5
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/14795
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to '.gitreview')
0 files changed, 0 insertions, 0 deletions