This patch adds support for the Mobile Intel Celeron CPU (Micro-FC-BGA)
authorJoseph Smith <joe@smittys.pointclark.net>
Mon, 15 Oct 2007 21:39:48 +0000 (21:39 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 15 Oct 2007 21:39:48 +0000 (21:39 +0000)
Signed-off-by: Joseph Smith <joe@smittys.pointclark.net>
Acked-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2856 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/intel/model_6xx/model_6xx_init.c

index ad56f8f63908fd144eae623b5a3aa9cf1a36add9..3a017b74b3c84297fb9943736ba6ed26fd4050cc 100644 (file)
@@ -53,6 +53,7 @@ static struct cpu_device_id cpu_table[] = {
        { X86_VENDOR_INTEL, 0x06A0 },
        { X86_VENDOR_INTEL, 0x06A1 },
        { X86_VENDOR_INTEL, 0x06A4 },
+       { X86_VENDOR_INTEL, 0x06B4 }, /* Mobile Celeron FCBGA */
        { 0, 0 },
 };