[coreboot-gerrit] Patch merged into coreboot/master: 6f98fc3 libpayload: Provide selfboot function.

gerrit at coreboot.org gerrit at coreboot.org
Tue Dec 30 19:41:43 CET 2014


the following patch was just integrated into master:
commit 6f98fc30fdef746a5637e6d0c55ee36c27b0b892
Author: Hung-Te Lin <hungte at chromium.org>
Date:   Tue May 13 22:33:12 2014 +0800

    libpayload: Provide selfboot function.
    
    The calling convention of payload entry function is different by architecture.
    For example, X86 takes no arguments and ARM needs first param to be a
    cb_header_ptr*.
    
    To help payloads load and execute other payloads easily and correctly, we should
    provide the selfboot() function in libpayload, using same prototype as defined
    in coreboot environment.
    
    BUG=none
    TEST=emerge-nyan libpayload # pass
    BRANCH=none
    
    Original-Change-Id: I8f1cb2c0df788794b2f6f7f5500a3910328a4f84
    Original-Signed-off-by: Hung-Te Lin <hungte at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/199503
    Original-Reviewed-by: Stefan Reinauer <reinauer at chromium.org>
    (cherry picked from commit 1e916cf021ce68886eb9668982c392eadedc7b7e)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: I7279ef27f49ef581d25a455dd8f1f2f7f1ba58cb
    Reviewed-on: http://review.coreboot.org/7907
    Reviewed-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list