Activate older Xeon P4 microcodes
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>
This commit is contained in:
parent
d87dfc0c38
commit
521d8c2573
|
@ -68,9 +68,10 @@ static struct device_operations cpu_dev_ops = {
|
||||||
static struct cpu_device_id cpu_table[] = {
|
static struct cpu_device_id cpu_table[] = {
|
||||||
{ X86_VENDOR_INTEL, 0x0f22 },
|
{ X86_VENDOR_INTEL, 0x0f22 },
|
||||||
{ X86_VENDOR_INTEL, 0x0f24 },
|
{ X86_VENDOR_INTEL, 0x0f24 },
|
||||||
|
{ X86_VENDOR_INTEL, 0x0f25 },
|
||||||
|
{ X86_VENDOR_INTEL, 0x0f26 },
|
||||||
{ X86_VENDOR_INTEL, 0x0f27 },
|
{ X86_VENDOR_INTEL, 0x0f27 },
|
||||||
{ X86_VENDOR_INTEL, 0x0f29 },
|
{ X86_VENDOR_INTEL, 0x0f29 },
|
||||||
// { X86_VENDOR_INTEL, 0x0f25 }, /* I don't have a microcode update for this cpu */
|
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue