[coreboot-gerrit] Patch merged into coreboot/master: cddcc80 coreboot: introduce romstage_handoff structure

gerrit at coreboot.org gerrit at coreboot.org
Thu Mar 21 18:04:57 CET 2013


the following patch was just integrated into master:
commit cddcc80048ab963f96d13575a3f63070cf6d7c14
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Feb 8 17:15:53 2013 -0600

    coreboot: introduce romstage_handoff structure
    
    The romstage_handoff structure is intended to be a way for romstage and
    ramstage to communicate with one another instead of using sideband
    signals such as stuffing magic values in pci config or memory
    scratch space. Initially this structure just contains a single region
    that indicates to ramstage that it should reserve a memory region used
    by the romstage. Ramstage looks for a romstage_handoff structure in cbmem
    with an id of CBMEM_ID_ROMSTAGE_INFO. If found, it will honor reserving
    the region defined in the romstage_handoff structure.
    
    Change-Id: I9274ea5124e9bd6584f6977d8280b7e9292251f0
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/2791
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>

Build-Tested: build bot (Jenkins) at Tue Mar 19 04:34:43 2013, giving +1
Reviewed-By: Ronald G. Minnich <rminnich at gmail.com> at Thu Mar 21 18:04:56 2013, giving +2
See http://review.coreboot.org/2791 for details.

-gerrit



More information about the coreboot-gerrit mailing list