This patch adds support for the Mobile Intel Celeron CPU (Micro-FC-BGA)

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
This commit is contained in:
Joseph Smith 2007-10-15 21:39:48 +00:00 committed by Stefan Reinauer
parent 72c0584d37
commit a3e03872f3
1 changed files with 1 additions and 0 deletions

View 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 },
};