[coreboot-gerrit] Patch merged into coreboot/master: cpu/x86/tsc: compile same code for all stages

gerrit at coreboot.org gerrit at coreboot.org
Mon Apr 11 16:14:56 CEST 2016


the following patch was just integrated into master:
commit 01dfdc5369de3899731982a015ce708184552ac6
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Apr 8 21:28:11 2016 -0500

    cpu/x86/tsc: compile same code for all stages
    
    The delay_tsc.c code took different paths depending
    __PRE_RAM__ being defined or not. Also, timer_monotonic_get()
    was only compiled in a !__PRE_RAM__ environment. Clean up
    the code paths by employing CAR_GLOBAL for the global state
    which allows the same code to be used in all stages.
    
    Lastly, handle apollolake fallout now that init_timer() is
    not needed in placeholders.c.
    
    Change-Id: Ia769fa71e2c9d8b11201a3896d117097f2cb7c56
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://review.coreboot.org/14301
    Tested-by: build bot (Jenkins)
    Reviewed-by: Furquan Shaikh <furquan at google.com>
    Reviewed-by: Andrey Petrov <andrey.petrov at intel.com>


See https://review.coreboot.org/14301 for details.

-gerrit



More information about the coreboot-gerrit mailing list