[coreboot-gerrit] Patch merged into coreboot/master: b467f1d relocatable ramstage: fix linking

gerrit at coreboot.org gerrit at coreboot.org
Sat Mar 23 19:37:42 CET 2013


the following patch was just integrated into master:
commit b467f1ddafb0ad4769b5d51b88563966af7d563c
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Mar 22 19:59:52 2013 -0500

    relocatable ramstage: fix linking
    
    The ramstage is now linked using an intermediate object that
    is created from the complete list of ramstage object files.
    The rmodule code was developed when ramstage was linked using
    an archive file. Because of the fact that the rmodule headers
    are not referenced from any other object the link could start
    by specifying the rmodule header object for ramstage. That,
    however, is not the case as all ramstage objects are included
    in the intermediate linked object. Therefore, the
    ramstage_module_header.ramstage.o object file needs to be removed
    from the object list for the ramstage rmodule.
    
    Change-Id: I6a79b6f8dd1dbfe40fdc7753297243c3c9b45fae
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/2884
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>

Build-Tested: build bot (Jenkins) at Sat Mar 23 03:52:32 2013, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer at coreboot.org> at Sat Mar 23 19:37:41 2013, giving +2
See http://review.coreboot.org/2884 for details.

-gerrit



More information about the coreboot-gerrit mailing list