aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_f0x/model_f0x_init.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coreboot.org>2010-10-18 00:21:39 +0000
committerStefan Reinauer <stepan@openbios.org>2010-10-18 00:21:39 +0000
commitc104cb0d9d7f1a6cc3549d7177d1c36ad4d7e5ac (patch)
tree355fdbc61bba093a571afae2a0b70fcfcdeb70ce /src/cpu/intel/model_f0x/model_f0x_init.c
parent321ebe095308d207d6b565122b0ad01996e3df3b (diff)
update intel microcode files.
Signed-off-by: Stefan Reinauer <stepan@coreboot.org> Acked-by: Stefan Reinauer <stepan@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5964 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_f0x/model_f0x_init.c')
-rw-r--r--src/cpu/intel/model_f0x/model_f0x_init.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/cpu/intel/model_f0x/model_f0x_init.c b/src/cpu/intel/model_f0x/model_f0x_init.c
index a06068e571..11e0c7c0c0 100644
--- a/src/cpu/intel/model_f0x/model_f0x_init.c
+++ b/src/cpu/intel/model_f0x/model_f0x_init.c
@@ -11,10 +11,11 @@
/* 256KB cache */
static uint32_t microcode_updates[] = {
- /* WARNING - Intel has a new data structure that has variable length
- * microcode update lengths. They are encoded in int 8 and 9. A
- * dummy header of nulls must terminate the list.
- */
+ #include "microcode-678-2f0708.h"
+ #include "microcode-965-m01f0a13.h"
+ #include "microcode-983-m02f0a15.h"
+ #include "microcode-964-m01f0712.h"
+ #include "microcode-966-m04f0a14.h"
/* Dummy terminator */
0x0, 0x0, 0x0, 0x0,
@@ -42,6 +43,7 @@ static struct device_operations cpu_dev_ops = {
};
static struct cpu_device_id cpu_table[] = {
+ { X86_VENDOR_INTEL, 0x0f07 },
{ X86_VENDOR_INTEL, 0x0f0A },
{ 0, 0 },
};