[coreboot-gerrit] Patch merged into coreboot/master: b3847e6 program loading: add prog_run() function

gerrit at coreboot.org gerrit at coreboot.org
Fri Apr 3 14:52:48 CEST 2015


the following patch was just integrated into master:
commit b3847e64242228166976f425cd42331db7857551
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Mar 20 15:55:08 2015 -0500

    program loading: add prog_run() function
    
    The prog_run() function abstracts away what is required
    for running a given program. Within it, there are 2
    calls: 1. platform_prog_run() and 2. arch_prog_run().
    The platform_prog_run() allows for a chipset to intercept
    a program that will be run. This allows for CPU switching
    as currently needed in t124 and t132.
    
    Change-Id: I22a5dd5bfb1018e7e46475e47ac993a0941e2a8c
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/8846
    Tested-by: build bot (Jenkins)
    Tested-by: Raptor Engineering Automated Test Stand <noreply at raptorengineeringinc.com>
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>


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

-gerrit



More information about the coreboot-gerrit mailing list