Activate older Xeon P4 microcodes
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Mon, 17 Oct 2011 14:10:03 +0000 (17:10 +0300)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 17 Oct 2011 22:10:51 +0000 (00:10 +0200)
As new microcode files were included, the table was not updated with
families 0f25 and 0f26.

Change-Id: I5bb8be9d7c37eb8406dcb48a4b933eab24639bda
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/290
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/cpu/intel/model_f2x/model_f2x_init.c

index f7e5f271180d46b8688c028bf5ede6de57be83f5..c1c2b7c514a9990905ad38e418ac3221bd0df1fd 100644 (file)
@@ -68,9 +68,10 @@ static struct device_operations cpu_dev_ops = {
 static struct cpu_device_id cpu_table[] = {
        { X86_VENDOR_INTEL, 0x0f22 },
        { X86_VENDOR_INTEL, 0x0f24 },
+       { X86_VENDOR_INTEL, 0x0f25 },
+       { X86_VENDOR_INTEL, 0x0f26 },
        { X86_VENDOR_INTEL, 0x0f27 },
        { X86_VENDOR_INTEL, 0x0f29 },
-//     { X86_VENDOR_INTEL, 0x0f25 }, /* I don't have a microcode update for this cpu */
        { 0, 0 },
 };