soc/intel/xeon_sp/skx: Properly set up MTRR's

Don't depend on the MTRR setup left over from FSP-M ExitTempRam.

Change-Id: I299123b3cd3c37b4345102c20fda77bf261892a2
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48673
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
This commit is contained in:
Arthur Heymans 2020-12-16 21:55:17 +01:00 committed by Hung-Te Lin
parent 08d8dd3bd3
commit 45a6ae35ef
1 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,8 @@ static void pre_mp_init(void)
{ {
printk(BIOS_DEBUG, "%s: entry\n", __func__); printk(BIOS_DEBUG, "%s: entry\n", __func__);
x86_setup_fixed_mtrrs(); x86_setup_mtrrs_with_detect();
x86_mtrr_check();
} }
static void post_mp_init(void) static void post_mp_init(void)