[coreboot-gerrit] Patch merged into coreboot/master: b6981c0 vboot: use only offsets for tracking firmware components

gerrit at coreboot.org gerrit at coreboot.org
Tue May 26 22:33:37 CEST 2015


the following patch was just integrated into master:
commit b6981c0f9c4ce89c4209c14fb326a414096f2ff1
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri May 15 15:57:51 2015 -0500

    vboot: use only offsets for tracking firmware components
    
    Because of the fmap API returning pointers to represent
    regions within the boot device a vboot_region structure
    was used to track the case where offsets could be pointers
    on x86 but not on !x86. Normalize this tracking to use
    offsets only as it provides consistency in the code.
    
    Change-Id: I63c08b31ace3bd0e66ebc17e308f87eb5f857c86
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/10221
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list