From f7b3c5e8524ac4629f5711fa9172259699f36799 Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Sat, 6 Mar 2010 16:19:11 +0000 Subject: Add support for the 0x06B1 CPU ID for Celeron (Tualatin). Signed-off-by: Keith Hui Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5193 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 2f50e46695..7b511f7515 100644 --- a/src/cpu/intel/model_6xx/model_6xx_init.c +++ b/src/cpu/intel/model_6xx/model_6xx_init.c @@ -58,6 +58,7 @@ static struct cpu_device_id cpu_table[] = { { 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 }, }; -- cgit v1.2.3