[coreboot] Patch merged into coreboot/master: 0a1c2d6 Prevent inclusion of tsc.h when not needed

gerrit at coreboot.org gerrit at coreboot.org
Fri Nov 9 19:04:38 CET 2012


the following patch was just integrated into master:
commit 0a1c2d62faed99edb5ffb53c2058cc6847568be0
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Thu Sep 27 18:42:57 2012 -0700

    Prevent inclusion of tsc.h when not needed
    
    src/include/timestamp.h is an interface describing timestamp storage
    in coreboot. Exporting this interface is complicated by inclusion of
    tsc.h which is needed only for the API and is not used in structure
    definitions. Including this dependency only when needed fixes the
    problem.
    
    Change-Id: Ie6b1460b1dab0f5b5781cb5a9fa89a1a52aa9f17
    Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Reviewed-on: http://review.coreboot.org/1753
    Tested-by: build bot (Jenkins)
    Reviewed-by: Marc Jones <marcj303 at gmail.com>

Build-Tested: build bot (Jenkins) at Fri Nov  9 03:28:31 2012, giving +1
See http://review.coreboot.org/1753 for details.

-gerrit




More information about the coreboot mailing list