[coreboot-gerrit] Patch merged into coreboot/master: ec/lenovo/h8: Use older syntax for bit shift

gerrit at coreboot.org gerrit at coreboot.org
Mon Mar 6 11:51:36 CET 2017


the following patch was just integrated into master:
commit db94213640af7c1bc6d586ee07fa322048136996
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Tue Feb 28 20:23:37 2017 +0100

    ec/lenovo/h8: Use older syntax for bit shift
    
    Currently, when using `iasl` 20140926-32 [Oct  1 2014] from Debian 8
    (Jessie/stable), the build of the Lenovo X60 fails due to syntax errors.
    
    ASL 2.0 supports `<<`. For consistency, right now, coreboot still uses
    the old syntax. So use `ShiftLeft` instead, which also fixes the build
    issue with older ASL compilers.
    
    Change-Id: Id7e309c31612387da3920cf7d846b358ac2bdc71
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-on: https://review.coreboot.org/18520
    Tested-by: build bot (Jenkins)
    Reviewed-by: Philippe Mathieu-Daudé <f4bug at amsat.org>
    Reviewed-by: Nico Huber <nico.h at gmx.de>


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

-gerrit



More information about the coreboot-gerrit mailing list