[coreboot-gerrit] Patch merged into coreboot/master: lib/boot_device: add RW boot device construct

gerrit at coreboot.org gerrit at coreboot.org
Fri Aug 19 03:07:08 CEST 2016


the following patch was just integrated into master:
commit dcbccd6a1ef1ee70d6e96f01c55c8ed270f37716
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Aug 10 11:42:42 2016 -0500

    lib/boot_device: add RW boot device construct
    
    The current boot device usage assumes read-only semantics to
    the boot device. Any time someone wants to write to the
    boot device a device-specific API is invoked such as SPI flash.
    Instead, provide a mechanism to retrieve an object that can
    be used to perform writes to the boot device. On systems where
    the implementations are symmetric these devices can be treated
    one-in-the-same. However, for x86 systems with memory mapped SPI
    the read-only boot device provides different operations.
    
    BUG=chrome-os-partner:55932
    
    Change-Id: I0af324824f9e1a8e897c2453c36e865b59c4e004
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://review.coreboot.org/16194
    Tested-by: build bot (Jenkins)
    Reviewed-by: Furquan Shaikh <furquan at google.com>
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>


See https://review.coreboot.org/16194 for details.

-gerrit



More information about the coreboot-gerrit mailing list