[coreboot-gerrit] Patch merged into coreboot/master: cbfs: add struct cbfsf

gerrit at coreboot.org gerrit at coreboot.org
Wed Oct 7 10:46:15 CET 2015


the following patch was just integrated into master:
commit 37a5d15da92a9fb8a682a32ef1eaf37734fcc5ad
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Sep 17 16:09:30 2015 -0500

    cbfs: add struct cbfsf
    
    Now that cbfs is adding more metadata in the cbfs file
    header one needs to access that metadata. Therefore,
    add struct cbfsf which tracks the metadata and data
    of the file separately. Note that stage and payload
    metadata specific to itself is still contained within
    the 'data' portion of a cbfs file. Update the cbfs
    API to use struct cbfsf. Additionally, remove struct
    cbfsd as there's nothing else associated with a cbfs
    region aside from offset and size which tracked
    by a region_device (thanks, CBFS_ALIGNMENT!).
    
    BUG=None
    BRANCH=None
    TEST=Built and booted through end of ramstage on qemu armv7.
         Built and booted glados using Chrome OS.
    
    Change-Id: I05486c6cf6cfcafa5c64b36324833b2374f763c2
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/11679
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list