[coreboot-gerrit] Patch merged into coreboot/master: arch/x86/bootblock: Link in object files selected with bootblock-y

gerrit at coreboot.org gerrit at coreboot.org
Thu Oct 8 16:27:52 CET 2015


the following patch was just integrated into master:
commit dbeedbef701d404b8e48380d6a5617dc6c1d9b2c
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Fri Oct 2 12:17:56 2015 -0700

    arch/x86/bootblock: Link in object files selected with bootblock-y
    
    As part of preparing for systems with non-memory-mapped media, we want
    to be able to call into C code. This change allows us to link C code
    directly into the bootblock. The steps of going from bootblock main()
    to CAR setup to C code will be implemented in subsequent patches.
    
    Note that a few files selected with bootblock-y will now be compiled
    for the bootblock as well, but since we enabled garbage collection,
    they will not be included in the final binary.
    
    Change-Id: I5ca6dcaf176f5469c6a3bb925859399123493bc6
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
    Reviewed-on: http://review.coreboot.org/11783
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list