[coreboot-gerrit] Patch merged into coreboot/master: 00903e5 cbfs/rmodule: add architecture specific operations at stage load

gerrit at coreboot.org gerrit at coreboot.org
Fri Mar 27 19:35:59 CET 2015


the following patch was just integrated into master:
commit 00903e5fc0249d822af1d9843358a3aa3675991b
Author: Ionela Voinescu <ionela.voinescu at imgtec.com>
Date:   Fri Jan 9 13:14:20 2015 +0000

    cbfs/rmodule: add architecture specific operations at stage load
    
    Two weak functions were added so that architecture specific operations
    on each segment of payload or stage can be performed.
    Each architecture must define its own operations, otherwise the
    behavior will default to do-nothing functions.
    
    This patch has been updated by to fit more in line with
    how program loading is currently being done. The API is the
    same as the original, but all call sites to stages/payloads
    have been updated. This is known to break any archs that use
    rmodule loading that needs cache maintenance. That will be fixed
    in a forthcoming patch. Also, the vboot paths are left as is
    for easier upstreaming of the rest of the vboot patches.
    
    Original-Change-Id: Ie29e7f9027dd430c8b4dde9848fa3413c5dbfbfa
    Original-Signed-off-by: Ionela Voinescu <ionela.voinescu at imgtec.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/239881
    Original-Reviewed-by: Vadim Bendebury <vbendeb at chromium.org>
    (cherry picked from commit c82c21ce87a4c02bd9219548a4226a58e77beef0)
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    
    Change-Id: Ifcee5cd9ac5dbca991556296eb5e170b47b77af7
    Reviewed-on: http://review.coreboot.org/8837
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list