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:
Uwe Hermann 2008-07-15 13:22:21 +00:00
parent 2c39c4c5a9
commit 049814cc8f
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ static struct device_operations cpu_dev_ops = {
.init = model_6xx_init,
};
static struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_INTEL, 0x0652 },
{ X86_VENDOR_INTEL, 0x0665 }, /* Celeron (Mendocino) */
{ X86_VENDOR_INTEL, 0x0672 },
{ X86_VENDOR_INTEL, 0x0673 },