[coreboot-gerrit] Patch merged into coreboot/master: 6e301c3 coreboot: introduce arch_payload_run()

gerrit at coreboot.org gerrit at coreboot.org
Mon Mar 3 19:50:41 CET 2014


the following patch was just integrated into master:
commit 6e301c3e0d4fbd9044fbe6914cf9b420d86b48f3
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Mon Feb 24 22:27:39 2014 -0600

    coreboot: introduce arch_payload_run()
    
    The selfboot() function relied on global variables
    within the selfboot.c compilation unit. Now that the
    bounce buffer is a part of struct payload use a new
    architecture-specific arch_payload_run() function
    for jumping to the payload. selfboot() can then be
    removed.
    
    Change-Id: Icec74942e94599542148561b3311ce5096ac5ea5
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>


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

-gerrit



More information about the coreboot-gerrit mailing list