From 158d00148f77569fc4a49176bcfeb4e0f990a1ff Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 26 Oct 2015 10:07:24 -0600 Subject: cpu/intel/fsp_model_206ax: Load microcode in coreboot Intel's FSP 1.0 platforms are moving back to loading microcode in coreboot instead of in the FSP. Update the Ivy Bridge chips to be compatible. Change-Id: I4af155dea51e89ab9595b922c95ceade29a2dc52 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/12196 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: York Yang Reviewed-by: Patrick Georgi --- src/cpu/intel/fsp_model_206ax/bootblock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpu/intel/fsp_model_206ax/bootblock.c') diff --git a/src/cpu/intel/fsp_model_206ax/bootblock.c b/src/cpu/intel/fsp_model_206ax/bootblock.c index 28cbd7ef77..5543347d53 100644 --- a/src/cpu/intel/fsp_model_206ax/bootblock.c +++ b/src/cpu/intel/fsp_model_206ax/bootblock.c @@ -24,8 +24,10 @@ #include #include +#include #include "model_206ax.h" static void bootblock_cpu_init(void) { + intel_update_microcode_from_cbfs(); } -- cgit v1.2.3