diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-01-08 21:14:46 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-01-10 19:54:12 +0100 |
commit | 3f2d6c0cf303228d577a19baae9ecea15c78f45e (patch) | |
tree | 70a81c8204db8d459e2db7da8819609e9737ba02 | |
parent | 18537817484580fef1f154cb3fcb2574d3f5a858 (diff) | |
download | coreboot-3f2d6c0cf303228d577a19baae9ecea15c78f45e.tar.xz |
cpu/intel/model_6fx: Add Conroe-L to cpu_device_id list
Tested with IntelĀ® CeleronĀ® Processor 420.
Change-Id: I63d308477a22a9e55ceed1b6b36e63a3044c2354
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18057
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | src/cpu/intel/model_6fx/model_6fx_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_6fx/model_6fx_init.c b/src/cpu/intel/model_6fx/model_6fx_init.c index 91d8d0192d..d29895b299 100644 --- a/src/cpu/intel/model_6fx/model_6fx_init.c +++ b/src/cpu/intel/model_6fx/model_6fx_init.c @@ -177,6 +177,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, 0x10661 }, /* Intel Core 2 Celeron Conroe-L */ { X86_VENDOR_INTEL, 0x10676 }, /* Core2 Duo E8200 */ { 0, 0 }, }; |