From a3e03872f35888d99eca28b48e0d423bf8482f7f Mon Sep 17 00:00:00 2001 From: Joseph Smith Date: Mon, 15 Oct 2007 21:39:48 +0000 Subject: [PATCH] This patch adds support for the Mobile Intel Celeron CPU (Micro-FC-BGA) Signed-off-by: Joseph Smith Acked-by: Corey Osgood Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2856 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 ad56f8f63..3a017b74b 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 }, }; -- 2.25.1