From a1601136f20e3009b866f38b47438f4a157db29d Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Thu, 28 Feb 2019 23:22:02 +0100 Subject: cpu/intel/model_1067x: Don't try to apply MCU a second time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Applying microcode updates a second time seems to be only necessary on newer platforms (Nehalem+) for "uncore" updates. Change-Id: Ia2ee9c70677190ffd1a08df1101d39a14fc2c384 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/31665 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Masanori Ogino Reviewed-by: Kyösti Mälkki --- src/cpu/intel/model_1067x/mp_init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/intel') diff --git a/src/cpu/intel/model_1067x/mp_init.c b/src/cpu/intel/model_1067x/mp_init.c index 16ea8fccb4..48909c25e9 100644 --- a/src/cpu/intel/model_1067x/mp_init.c +++ b/src/cpu/intel/model_1067x/mp_init.c @@ -87,9 +87,6 @@ static void per_cpu_smm_trigger(void) /* Relocate the SMM handler. */ smm_relocate(); - - /* After SMM relocation a 2nd microcode load is required. */ - intel_microcode_load_unlocked(microcode_patch); } static void post_mp_init(void) -- cgit v1.2.3