Author: uwe Date: 2008-07-15 15:22:21 +0200 (Tue, 15 Jul 2008) New Revision: 3422
Modified: trunk/coreboot-v2/src/cpu/intel/model_6xx/model_6xx_init.c Log: 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
Modified: trunk/coreboot-v2/src/cpu/intel/model_6xx/model_6xx_init.c =================================================================== --- trunk/coreboot-v2/src/cpu/intel/model_6xx/model_6xx_init.c 2008-07-12 00:03:26 UTC (rev 3421) +++ trunk/coreboot-v2/src/cpu/intel/model_6xx/model_6xx_init.c 2008-07-15 13:22:21 UTC (rev 3422) @@ -44,6 +44,7 @@ .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 },