Add missing Intel CPU (trivial).
Tested by me on actual hardware. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3422 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -44,6 +44,7 @@ static struct device_operations cpu_dev_ops = {
|
|||||||
.init = model_6xx_init,
|
.init = model_6xx_init,
|
||||||
};
|
};
|
||||||
static struct cpu_device_id cpu_table[] = {
|
static struct cpu_device_id cpu_table[] = {
|
||||||
|
{ X86_VENDOR_INTEL, 0x0652 },
|
||||||
{ X86_VENDOR_INTEL, 0x0665 }, /* Celeron (Mendocino) */
|
{ X86_VENDOR_INTEL, 0x0665 }, /* Celeron (Mendocino) */
|
||||||
{ X86_VENDOR_INTEL, 0x0672 },
|
{ X86_VENDOR_INTEL, 0x0672 },
|
||||||
{ X86_VENDOR_INTEL, 0x0673 },
|
{ X86_VENDOR_INTEL, 0x0673 },
|
||||||
|
Reference in New Issue
Block a user