[coreboot-gerrit] Patch merged into coreboot/master: skylake: allow timer_monotonic_get() in all stages

gerrit at coreboot.org gerrit at coreboot.org
Tue Sep 8 11:22:29 CET 2015


the following patch was just integrated into master:
commit bdc1c878992076da145b3c1d775f86adaa37ecde
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Aug 28 01:58:18 2015 -0500

    skylake: allow timer_monotonic_get() in all stages
    
    The timer_monotonic_get() function wasn't being compiled for
    romstage. To simplify the implementation don't keep track of
    partial microsecond ticks and just return the MSR value divided
    by 24 (24MHz clock).
    
    BUG=chrome-os-partner:42115
    BRANCH=None
    TEST=Build and booted glados. Used monotonic timers in romstage
         in subsequent patches.
    
    Change-Id: I8294c74abe09947fb4438bf5c1d0fc5265491694
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 6d60ef204fc92c26748ab57d4ff37830cd8dc664
    Original-Change-Id: Ibdb6b9e20b9f2d48ff0f8a8c782f5c1f7ddde4f7
    Original-Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/295237
    Original-Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
    Reviewed-on: http://review.coreboot.org/11540
    Tested-by: build bot (Jenkins)
    Reviewed-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>


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

-gerrit



More information about the coreboot-gerrit mailing list