the following patch was just integrated into master: commit e63be8971bac14c50b97602aedcc2a85b7e5f540 Author: Aaron Durbin adurbin@chromium.org Date: Mon Mar 7 16:05:36 2016 -0600
cpu/x86/mtrr: add helper function to detect variable MTRRs
The current MTRR API doesn't allow one to detect variable MTRRs along with handling fixed MTRRs in one function call. Therefore, add x86_setup_mtrrs_with_detect() to perform the same actions as x86_setup_mtrrs() but always do the dynamic detection.
Change-Id: I443909691afa28ce11882e2beab12e836e5bcb3d Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/13935 Reviewed-by: Furquan Shaikh furquan@google.com Tested-by: build bot (Jenkins)
See https://review.coreboot.org/13935 for details.
-gerrit