[coreboot-gerrit] Patch merged into coreboot/master: drivers/intel/fsp2_0: remove struct resource usage

gerrit at coreboot.org gerrit at coreboot.org
Wed Mar 9 16:47:52 CET 2016


the following patch was just integrated into master:
commit 0fcd6f912ba53ef1fc6327143c07727a556a718a
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Tue Mar 8 11:23:52 2016 -0600

    drivers/intel/fsp2_0: remove struct resource usage
    
    There's no need to use a struct resource type for
    fsp_find_reserved_memory(). struct resource is mainly associated
    with a device and that memory is added to cbmem after memory init.
    Other uses ins FSP 2.0 just use struct range_entry. Use that
    instead for consistency.
    
    Change-Id: Id7d39da1c2e23f97cdaafd7f5d281cefa6fee543
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://review.coreboot.org/13960
    Tested-by: build bot (Jenkins)
    Reviewed-by: Andrey Petrov <andrey.petrov at intel.com>


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

-gerrit



More information about the coreboot-gerrit mailing list