aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_f3x/model_f3x_init.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-05-26 12:55:14 +0000
committerStefan Reinauer <stepan@openbios.org>2010-05-26 12:55:14 +0000
commita998eae425e19601ae4accaee447881db70f1986 (patch)
tree15aa514a69ddc457be13bfc6ca462fa95967faf2 /src/cpu/intel/model_f3x/model_f3x_init.c
parentc8f8a6cb91e6aa5d6785f8ad09aae40048980efd (diff)
Drop problematically licensed Intel microcode files
and replace them by their counterparts from Intel's opensource microcode file. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5591 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_f3x/model_f3x_init.c')
-rw-r--r--src/cpu/intel/model_f3x/model_f3x_init.c5
1 files changed, 4 insertions, 1 deletions
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,