[coreboot-gerrit] Patch merged into coreboot/master: x86: add romstage.S to bind program flow and ordering

gerrit at coreboot.org gerrit at coreboot.org
Wed Sep 9 03:23:36 CET 2015


the following patch was just integrated into master:
commit e581b067ca968ce4dae818d8bf09081c1eb6e11a
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Sep 3 11:29:28 2015 -0500

    x86: add romstage.S to bind program flow and ordering
    
    The build system was previously determining the flow
    of the romstage code by the order of files added to
    the crt0s make variable. Those files were then
    concatenated together, and the resulting file was added
    to the build dependencies for romstage proper.
    
    Now romstage.S is added that can be built using
    the default object file rules. The generated
    romstage.inc is pulled in by way of an #include in the
    newly added romstage.S.
    
    BUG=chrome-os-partner:44827
    BRANCH=None
    TEST=Built vortex, rambi, and some asus boards. compared
         readelf -e output.
    
    Change-Id: Ib1168f9541eaf96651c52d03dc0f60e2489a77bd
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/11504
    Tested-by: build bot (Jenkins)
    Reviewed-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list