[coreboot-gerrit] Patch merged into coreboot/master: 7714801 elog: Get rid of elog_reinit_descriptor.

gerrit at coreboot.org gerrit at coreboot.org
Mon Dec 2 15:17:38 CET 2013


the following patch was just integrated into master:
commit 771480143ef4529e29b6af9399543ba931a8f0e2
Author: Gabe Black <gabeblack at google.com>
Date:   Wed Apr 24 17:36:53 2013 -0700

    elog: Get rid of elog_reinit_descriptor.
    
    This function was just a wrapper around elog_init_descriptor, and all it did
    was pass the current backing store location and size back in so it would be
    reused. Those values, which never change, are now set in
    elog_setup_descriptors, eliminating those parameters to init and eliminating
    the need for _reinit_.
    
    Built and booted on Link. Ran mosys eventlog list. Added 2000 events to
    the log and ran mosys eventlog list again.
    
    Change-Id: I133768aa798dfc10f32e14db95235a88666890c3
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://gerrit.chromium.org/gerrit/49307
    Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
    Commit-Queue: Gabe Black <gabeblack at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>


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

-gerrit



More information about the coreboot-gerrit mailing list