[coreboot] r3422 - trunk/coreboot-v2/src/cpu/intel/model_6xx

svn at coreboot.org svn at coreboot.org
Tue Jul 15 15:22:22 CEST 2008


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 at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at 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 },





More information about the coreboot mailing list