[coreboot-gerrit] Patch merged into coreboot/master: ACPI: Fix IASL Warning about unused method for _TZ checks

gerrit at coreboot.org gerrit at coreboot.org
Thu Dec 10 16:31:18 CET 2015


the following patch was just integrated into master:
commit 5a98bf2c0a9c1616e7fc807e0b5d8a2cbcf9062e
Author: Martin Roth <martinroth at google.com>
Date:   Tue Dec 8 15:26:46 2015 -0700

    ACPI: Fix IASL Warning about unused method for _TZ checks
    
    According to the ACPI Spec for CondRefOf, the result argument is
    optional.  In all of these locations, it was getting set but not
    used, creating a warning in new versions of IASL.  Since it's
    an optional argument, just remove it.
    
    dsdt.aml 640:              If (CondRefOf (^GBUF, Local0)) {
    Warning  3144 - Method Local is set but never used ^  (Local0)
    
    Change-Id: Iddf46a4faab19019882847917397eee0614302b9
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/12695
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list