[coreboot-gerrit] Patch merged into coreboot/master: acpigen: Add functions to generate _STA() and _PRW()

gerrit at coreboot.org gerrit at coreboot.org
Mon May 16 19:56:13 CEST 2016


the following patch was just integrated into master:
commit abe2de8854fe1d1ed2b836da3069470dd6b04d6c
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Mon May 9 11:08:46 2016 -0700

    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 at chromium.org>
    Reviewed-on: https://review.coreboot.org/14795
    Tested-by: build bot (Jenkins)
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>


See https://review.coreboot.org/14795 for details.

-gerrit



More information about the coreboot-gerrit mailing list