diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-02-01 16:24:22 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-02-01 16:41:11 +0100 |
commit | 5ef4220693aa727094b7cd9cadfaab51a13ed3e9 (patch) | |
tree | 6ee3dc2b29fdda32d201010175a8ddd7e5d0596e /src/cpu/intel/model_2065x | |
parent | 452d31ad752cff53776b1780e2dac76c67575997 (diff) | |
download | coreboot-5ef4220693aa727094b7cd9cadfaab51a13ed3e9.tar.xz |
cpu/intel/model_2065x: Add model 20652
Found in some X201t.
Tested on X201t.
Change-Id: I3fc4c3f5b1abf9fe61746ab8f401d1b6ee67f3ea
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/5090
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/cpu/intel/model_2065x')
-rw-r--r-- | src/cpu/intel/model_2065x/model_2065x_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_2065x/model_2065x_init.c b/src/cpu/intel/model_2065x/model_2065x_init.c index 0fd1bf0f7b..6df45a45e8 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 }, }; |