[coreboot] Patch merged into coreboot/master: 4221a19 Add method for delaying adding of timestamps

gerrit at coreboot.org gerrit at coreboot.org
Tue Nov 13 18:24:54 CET 2012


the following patch was just integrated into master:
commit 4221a195745837b05725d7ffeda415516ac44a7f
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon Oct 15 15:23:20 2012 -0700

    Add method for delaying adding of timestamps
    
    In hardwaremain() we can't add timestamps before we actually
    reinitialized the cbmem area. Hence we kept the timestamps in
    an array and added them later. This is ugly and intrusive and
    helped hiding a bug that prevented any timestamps to be logged
    in hardwaremain() when coming out of an S3 resume.
    
    The problem is solved by moving the logic to keep a few timestamps
    around into the timestamp code. This also gets rid of a lot of ugly
    ifdefs in hardwaremain.c
    
    Change-Id: I945fc4c77e990f620c18cbd054ccd87e746706ef
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Reviewed-on: http://review.coreboot.org/1785
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>

Build-Tested: build bot (Jenkins) at Tue Nov 13 03:23:11 2012, giving +1
Reviewed-By: Ronald G. Minnich <rminnich at gmail.com> at Tue Nov 13 18:24:53 2012, giving +2
See http://review.coreboot.org/1785 for details.

-gerrit




More information about the coreboot mailing list