[coreboot] [commit] r5193 - trunk/src/cpu/intel/model_6xx

repository service svn at coreboot.org
Sat Mar 6 17:19:11 CET 2010


Author: uwe
Date: Sat Mar  6 17:19:11 2010
New Revision: 5193
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5193

Log:
Add support for the 0x06B1 CPU ID for Celeron (Tualatin).

Signed-off-by: Keith Hui <buurin at gmail.com>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/src/cpu/intel/model_6xx/model_6xx_init.c

Modified: trunk/src/cpu/intel/model_6xx/model_6xx_init.c
==============================================================================
--- trunk/src/cpu/intel/model_6xx/model_6xx_init.c	Fri Mar  5 20:12:34 2010	(r5192)
+++ trunk/src/cpu/intel/model_6xx/model_6xx_init.c	Sat Mar  6 17:19:11 2010	(r5193)
@@ -58,6 +58,7 @@
 	{ X86_VENDOR_INTEL, 0x06A1 },
 	{ X86_VENDOR_INTEL, 0x06A4 },
 	{ X86_VENDOR_INTEL, 0x06B0 }, /* Mobile Celeron FCBGA */
+	{ X86_VENDOR_INTEL, 0x06B1 }, /* Celeron (Tualatin) */
 	{ X86_VENDOR_INTEL, 0x06B4 },
 	{ 0, 0 },
 };




More information about the coreboot mailing list