[coreboot-gerrit] Patch merged into coreboot/master: 1a25c9cd lynxpoint: Fix SerialIO ACPI compile issue with recent IASL

gerrit at coreboot.org gerrit at coreboot.org
Wed Apr 9 13:59:24 CEST 2014


the following patch was just integrated into master:
commit 1a25c9cdfd3fd391328133ba94c63ecd1083e4f8
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Mon Feb 10 11:37:45 2014 -0800

    lynxpoint: Fix SerialIO ACPI compile issue with recent IASL
    
    The SerialIO DwordIo() definition is fixed up before returning
    it in the serialio device _CRS method, so the values that are set
    in the raw ASL are not actually used.
    
    However modern versions of IASL do not like that the RangeLength is
    set to zero and will fail to compile.  Set this value to 1 to make
    IASL stop complaining, but the real value is still fixed up in _CRS
    so this has no real effect on the end result.
    
    Change-Id: Iceb888e54dd4d627c12d078915108a11f45b1a2d
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Reviewed-on: http://review.coreboot.org/5182
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>


See http://review.coreboot.org/5182 for details.

-gerrit



More information about the coreboot-gerrit mailing list