[coreboot-gerrit] New patch to review for coreboot: Add Concoe-L to model_6fx cpu_device_id list

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Sun Jan 8 21:17:23 CET 2017


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18057

-gerrit

commit 45b058968a264f68cef8c3d0fcd312b71e47a0ab
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Sun Jan 8 21:14:46 2017 +0100

    Add Concoe-L to model_6fx cpu_device_id list
    
    Tested with Intel® Celeron® Processor 420.
    
    Change-Id: I63d308477a22a9e55ceed1b6b36e63a3044c2354
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 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 91d8d01..d29895b 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 },
 };



More information about the coreboot-gerrit mailing list