[coreboot-gerrit] Patch merged into coreboot/master: 190f8d1 elog: Stream line the elog driver.

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


the following patch was just integrated into master:
commit 190f8d18aecad9e51e68b1fa2dbbeb3b20f417e6
Author: Gabe Black <gabeblack at google.com>
Date:   Wed Apr 24 23:31:41 2013 -0700

    elog: Stream line the elog driver.
    
    The elog driver's design was a bit more elaborate than it really needed to be
    since it no longer had to keep track of multiple copies of the log in flash
    and also in memory. This change streamlines it by removing unnecessary
    compartmentalization of some bits of code, and some variables which tracked
    the last entry added which were never used.
    
    Built and booted on Link. Ran mosys eventlog list. Added 2000 events to
    the event log and ran mosys eventlog list again. Cleared the log by echoing 1
    into /sys/firmware/gsmi/clear_eventlog and ran mosys eventlog list.
    
    Change-Id: I7d4cdebf2f5b1f6bb1fc70e65eca18f71b124b18
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://gerrit.chromium.org/gerrit/49309
    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/4244 for details.

-gerrit



More information about the coreboot-gerrit mailing list