[coreboot] Patch merged into coreboot/master: 129d4e6 Fix Cygwin bootblock generation

gerrit at coreboot.org gerrit at coreboot.org
Tue May 15 07:15:53 CEST 2012


the following patch was just integrated into master:
commit 129d4e61e013b9f3ad4f6c13879661e29b47d6b3
Author: Marc Jones <marc.jones at se-eng.com>
Date:   Mon May 14 16:20:26 2012 -0600

    Fix Cygwin bootblock generation
    
    Cygwin is case insensitive, so bootblock.s and bootblock.S in the
    same directory cause a build failure. This changes bootblock.S
    to bootblock_inc.S, as it is generated from bootblock_inc.
    crt0.S and crt0.S also had this problem. This changes crt0.S to
    crt0.romstage.S.
    
    Change-Id: I29d230a93b0743e34f11228f9034880ceaf7ab7b
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>

Build-Tested: build bot (Jenkins) at Tue May 15 07:08:44 2012, giving +1
Reviewed-By: Peter Stuge <peter at stuge.se> at Tue May 15 07:03:28 2012, giving +2
See http://review.coreboot.org/1032 for details.

-gerrit




More information about the coreboot mailing list