From 049814cc8f18872a33530e17a66cd14f346c52ee Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 15 Jul 2008 13:22:21 +0000 Subject: Add missing Intel CPU (trivial). Tested by me on actual hardware. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3422 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_6xx/model_6xx_init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpu/intel/model_6xx/model_6xx_init.c b/src/cpu/intel/model_6xx/model_6xx_init.c index b62576c55e..df814c8467 100644 --- a/src/cpu/intel/model_6xx/model_6xx_init.c +++ b/src/cpu/intel/model_6xx/model_6xx_init.c @@ -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 }, -- cgit v1.2.3