aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_6xx/model_6xx_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_6xx/model_6xx_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_6xx/model_6xx_init.c')
-rw-r--r--src/cpu/intel/model_6xx/model_6xx_init.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/cpu/intel/model_6xx/model_6xx_init.c b/src/cpu/intel/model_6xx/model_6xx_init.c
index 6c795eab32..fc61312a2e 100644
--- a/src/cpu/intel/model_6xx/model_6xx_init.c
+++ b/src/cpu/intel/model_6xx/model_6xx_init.c
@@ -16,8 +16,16 @@ static uint32_t microcode_updates[] = {
* microcode update lengths. They are encoded in int 8 and 9. A
* dummy header of nulls must terminate the list.
*/
-#include "microcode_MU16810d.h"
-#include "microcode_MU16830c.h"
+#include "microcode-534-MU16810d.h"
+#include "microcode-535-MU16810e.h"
+#include "microcode-536-MU16810f.h"
+#include "microcode-538-MU168111.h"
+
+#include "microcode-550-MU168307.h"
+#include "microcode-551-MU168308.h"
+#include "microcode-727-MU168313.h"
+#include "microcode-728-MU168314.h"
+
/* Dummy terminator */
0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x0,