[coreboot-gerrit] Patch merged into coreboot/master: asus/m2v: Make _CRS methods serialized

gerrit at coreboot.org gerrit at coreboot.org
Fri Mar 10 11:07:33 CET 2017


the following patch was just integrated into master:
commit d4f92fa603ee7156cb96cb4f1f5f2177b8323ee4
Author: Paul Menzel <pmenzel at molgen.mpg.de>
Date:   Fri Feb 10 14:49:29 2017 +0100

    asus/m2v: Make _CRS methods serialized
    
    Address the iasl 20160108-64 (Ubuntu 16.04) warnings below.
    
    ```
    Intel ACPI Component Architecture
    ASL+ Optimizing Compiler version 20160108-64
    Copyright (c) 2000 - 2016 Intel Corporation
    
    dsdt.aml    245:      Method (_CRS, 0, NotSerialized)
    Remark   2120 -                 ^ Control Method should be made Serialized (due to creation of named objects within)
    
    dsdt.aml    262:      Method (_CRS, 0, NotSerialized)
    Remark   2120 -                 ^ Control Method should be made Serialized (due to creation of named objects within)
    
    dsdt.aml    277:      Method (_CRS, 0, NotSerialized)
    Remark   2120 -                 ^ Control Method should be made Serialized (due to creation of named objects within)
    
    dsdt.aml    295:    Method(_CRS, 0) {
    Remark   2120 -              ^ Control Method should be made Serialized (due to creation of named objects within)
    ```
    
    Change-Id: Id5b0f33fba8ea25e4a6aa4f01c69a69aaf5aef23
    Signed-off-by: Paul Menzel <pmenzel at molgen.mpg.de>
    Reviewed-on: https://review.coreboot.org/18323
    Tested-by: build bot (Jenkins)
    Reviewed-by: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
    Reviewed-by: Martin Roth <martinroth at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list