[coreboot-gerrit] Patch merged into coreboot/master: cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.c

gerrit at coreboot.org gerrit at coreboot.org
Mon Apr 11 16:13:53 CEST 2016


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

    cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.c
    
    The current code in delay_tsc.c uses globals and is heavily
    guarded by a lot of preprocessor macros.  In order to remove
    __PRE_RAM__ constraints one needs to use CAR_GLOBAL for the
    global variables.  Therefore, abstract away direct access to
    the globals such that CAR_GLOBAL can be easily employed.
    
    Change-Id: I3350d1a762120476926c8d9f5f5a7aba138daf5f
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://review.coreboot.org/14300
    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/14300 for details.

-gerrit



More information about the coreboot-gerrit mailing list