[coreboot-gerrit] New patch to review for coreboot: b9a7160 cpu/intel/model_2065x: Add model 20652

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Feb 1 16:25:47 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5090

-gerrit

commit b9a7160e505fec6867bf5f5448cd1e9ddd8b00f2
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Feb 1 16:24:22 2014 +0100

    cpu/intel/model_2065x: Add model 20652
    
    Found in some X201t.
    Tested on X201t.
    
    Change-Id: I3fc4c3f5b1abf9fe61746ab8f401d1b6ee67f3ea
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/cpu/intel/model_2065x/model_2065x_init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu/intel/model_2065x/model_2065x_init.c b/src/cpu/intel/model_2065x/model_2065x_init.c
index 0fd1bf0..6df45a4 100644
--- a/src/cpu/intel/model_2065x/model_2065x_init.c
+++ b/src/cpu/intel/model_2065x/model_2065x_init.c
@@ -456,6 +456,7 @@ static struct device_operations cpu_dev_ops = {
 };
 
 static struct cpu_device_id cpu_table[] = {
+	{ X86_VENDOR_INTEL, 0x20652 }, /* Intel Nehalem */
 	{ X86_VENDOR_INTEL, 0x20655 }, /* Intel Nehalem */
 	{ 0, 0 },
 };



More information about the coreboot-gerrit mailing list