[coreboot-gerrit] Patch merged into coreboot/master: 43e4a80 Fix race condition building console code

gerrit at coreboot.org gerrit at coreboot.org
Thu Mar 21 22:08:06 CET 2013


the following patch was just integrated into master:
commit 43e4a80a92bf00540e4d9b0734eb53f32044226f
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Mar 21 13:15:45 2013 -0700

    Fix race condition building console code
    
    On ARMv7 the console code can also be built into
    the bootblock. Currently building the ARM targets
    on a reasonably fast machine can fail, because
    console.bootblock.o is attempted to build before
    build.h is created. This patch adds a specific
    rule for the bootblock variant of console.c, to
    match the other variants so that the race condition
    goes away.
    
    Change-Id: I52e4242c66a02f011ef26b854aa50c2606a1f81f
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Reviewed-on: http://review.coreboot.org/2873
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <patrick at georgi-clan.de>

Reviewed-By: Patrick Georgi <patrick at georgi-clan.de> at Thu Mar 21 22:08:05 2013, giving +2
See http://review.coreboot.org/2873 for details.

-gerrit



More information about the coreboot-gerrit mailing list