[coreboot-gerrit] Patch merged into coreboot/master: lib/memrange: allow stack allocated free list

gerrit at coreboot.org gerrit at coreboot.org
Sat Jan 23 18:25:28 CET 2016


the following patch was just integrated into master:
commit 1b915b89044c06ae7957544b97d6c30d496366e0
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Jan 15 21:59:37 2016 -0600

    lib/memrange: allow stack allocated free list
    
    Instead of solely relying on malloc for building up an address space
    for the range_entry objects allow one to supply a list of free entries
    to memranges_init_empty(). Doing this and only calling malloc() in
    ramstage allows a memranges oboject to be used in a malloc()-free
    environment.
    
    Change-Id: I96c0f744fc04031a7ec228620a690b20bad36804
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://review.coreboot.org/13020
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
    Reviewed-by: Martin Roth <martinroth at google.com>
    Tested-by: build bot (Jenkins)


See https://review.coreboot.org/13020 for details.

-gerrit



More information about the coreboot-gerrit mailing list