From 4c5786b1f905aa90d788a12a3b8656d0f551a618 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Thu, 1 Oct 2009 22:34:18 +0000 Subject: Add some trivial numbers for 945, and Core2 Duo E8200 Intel parts Sorry, but I've forgotten where I found them. :\ Signed-off-by: Peter Stuge Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4705 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_6fx/model_6fx_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/intel/model_6fx') diff --git a/src/cpu/intel/model_6fx/model_6fx_init.c b/src/cpu/intel/model_6fx/model_6fx_init.c index 37eb81fabf..ae6e8f9eae 100644 --- a/src/cpu/intel/model_6fx/model_6fx_init.c +++ b/src/cpu/intel/model_6fx/model_6fx_init.c @@ -278,6 +278,7 @@ static struct cpu_device_id cpu_table[] = { { X86_VENDOR_INTEL, 0x06fa }, /* Intel Core 2 Solo/Core Duo */ { X86_VENDOR_INTEL, 0x06fb }, /* Intel Core 2 Solo/Core Duo */ { X86_VENDOR_INTEL, 0x06fd }, /* Intel Core 2 Solo/Core Duo */ + { X86_VENDOR_INTEL, 0x10676 }, /* Core2 Duo E8200 */ { 0, 0 }, }; -- cgit v1.2.3