[coreboot-gerrit] Patch merged into coreboot/master: 27ef602 vboot: split class in library and stage

gerrit at coreboot.org gerrit at coreboot.org
Thu Apr 30 15:39:56 CEST 2015


the following patch was just integrated into master:
commit 27ef602fab2074a5e524f9448b61f5b7c5a7b2d5
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Apr 30 14:25:14 2015 +0200

    vboot: split class in library and stage
    
    The build system includes a bunch of files into verstage that
    also exist in romstage - generic drivers etc.
    These create link time conflicts when trying to link both the
    verstage copy and romstage copy together in a combined configuration,
    so separate "stage" parts (that allow things to run) from "library" parts
    (that contain the vboot specifics).
    
    Change-Id: Ieed910fcd642693e5e89e55f3e6801887d94462f
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Reviewed-on: http://review.coreboot.org/10041
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>


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

-gerrit



More information about the coreboot-gerrit mailing list