[coreboot-gerrit] Patch merged into coreboot/master: x86 chipsets: utilize x86_setup_mtrrs_with_detect()

gerrit at coreboot.org gerrit at coreboot.org
Tue Mar 8 23:58:06 CET 2016


the following patch was just integrated into master:
commit 2a08137feebaf0f8f55feeff00096f5a9d03f44c
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Mon Mar 7 16:23:47 2016 -0600

    x86 chipsets: utilize x86_setup_mtrrs_with_detect()
    
    For all the chipsets which were performing the following sequence:
      x86_setup_fixed_mtrrs();
      x86_setup_var_mtrrs(cpuid_eax(0x80000008) & 0xff, 2);
    
    Replace that with x86_setup_mtrrs_with_detect() since it is equivalent.
    
    Change-Id: I9f362dbf38942d675f615d22b9e5770ce65e5a08
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://review.coreboot.org/13936
    Reviewed-by: Furquan Shaikh <furquan at google.com>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Andrey Petrov <andrey.petrov at intel.com>


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

-gerrit



More information about the coreboot-gerrit mailing list