From a998eae425e19601ae4accaee447881db70f1986 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 26 May 2010 12:55:14 +0000 Subject: Drop problematically licensed Intel microcode files and replace them by their counterparts from Intel's opensource microcode file. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5591 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_f3x/model_f3x_init.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/cpu/intel/model_f3x/model_f3x_init.c') diff --git a/src/cpu/intel/model_f3x/model_f3x_init.c b/src/cpu/intel/model_f3x/model_f3x_init.c index 68b22c99a8..f59ef5d371 100644 --- a/src/cpu/intel/model_f3x/model_f3x_init.c +++ b/src/cpu/intel/model_f3x/model_f3x_init.c @@ -18,7 +18,10 @@ static uint32_t microcode_updates[] = { * dummy header of nulls must terminate the list. */ -#include "microcode_M1DF3413.h" +#include "microcode-1290-m0df320a.h" +#include "microcode-1467-m0df330c.h" +#include "microcode-1468-m1df3417.h" + /* Dummy terminator */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, -- cgit v1.2.3