[coreboot-gerrit] Patch merged into coreboot/master: 32532ac cbfstool: Make update-fit action work on new-style images

gerrit at coreboot.org gerrit at coreboot.org
Tue May 26 02:30:23 CEST 2015


the following patch was just integrated into master:
commit 32532ac92dd83d08e5d10de2d3a41fe3c9092e2c
Author: Sol Boucher <solb at chromium.org>
Date:   Wed May 6 14:44:40 2015 -0700

    cbfstool: Make update-fit action work on new-style images
    
    Because new images place the bootblock in a separate region from the
    primary CBFS, performing an update-fit operation requires reading an
    additional section and choosing a different destination for the write
    based on the image type. Since other actions are not affected by these
    requirements, the logic for the optional read and all writing is
    implemented in the cbfs_update_fit() function itself, rather than
    relying on the main() function for writing as the other actions do.
    
    Change-Id: I2024c59715120ecc3b9b158e007ebce75acff023
    Signed-off-by: Sol Boucher <solb at chromium.org>
    Reviewed-on: http://review.coreboot.org/10137
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list