aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_6xx
diff options
context:
space:
mode:
authorJoseph Smith <joe@smittys.pointclark.net>2007-10-15 21:39:48 +0000
committerStefan Reinauer <stepan@openbios.org>2007-10-15 21:39:48 +0000
commita3e03872f35888d99eca28b48e0d423bf8482f7f (patch)
tree89f9ae56c79c867718591caa1de505619b2f4fee /src/cpu/intel/model_6xx
parent72c0584d374d1bdfff4636f930c1ae52d9c89926 (diff)
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
Diffstat (limited to 'src/cpu/intel/model_6xx')
-rw-r--r--src/cpu/intel/model_6xx/model_6xx_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_6xx/model_6xx_init.c b/src/cpu/intel/model_6xx/model_6xx_init.c
index ad56f8f639..3a017b74b3 100644
--- a/src/cpu/intel/model_6xx/model_6xx_init.c
+++ b/src/cpu/intel/model_6xx/model_6xx_init.c
@@ -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 },
};