From 83630efc37fb466c411cca157efdc3b00030dba3 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 8 Jan 2017 21:14:46 +0100 Subject: [PATCH] UPSTREAM: cpu/intel/model_6fx: Add Conroe-L to cpu_device_id list Tested with Intel Celeron Processor 420. BUG=none BRANCH=none TEST=none Change-Id: I0f7033c7d520d51e38edb57b4acafffcc791f3c0 Signed-off-by: Patrick Georgi Original-Commit-Id: 3f2d6c0cf303228d577a19baae9ecea15c78f45e Original-Change-Id: I63d308477a22a9e55ceed1b6b36e63a3044c2354 Original-Signed-off-by: Arthur Heymans Original-Reviewed-on: https://review.coreboot.org/18057 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Nico Huber Original-Reviewed-by: Paul Menzel Reviewed-on: https://chromium-review.googlesource.com/428238 --- src/cpu/intel/model_6fx/model_6fx_init.c | 1 + 1 file changed, 1 insertion(+) 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 }, };