Add support for the 0x06B1 CPU ID for Celeron (Tualatin).
authorKeith Hui <buurin@gmail.com>
Sat, 6 Mar 2010 16:19:11 +0000 (16:19 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 6 Mar 2010 16:19:11 +0000 (16:19 +0000)
Signed-off-by: Keith Hui <buurin@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5193 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/intel/model_6xx/model_6xx_init.c

index 2f50e4669516e46dc295c0d0c802302387c95b68..7b511f7515d5d43b38aab5b38f0b5e9d2da164eb 100644 (file)
@@ -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 },
 };