diff options
author | Damien Zammit <damien@zamaudio.com> | 2015-05-03 19:49:37 +1000 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-11-24 14:39:42 +0100 |
commit | 0cf0805e924b834c30fe290412e94e42f8f49cfb (patch) | |
tree | 568e4fb35a3d5a09815520f80e8f267e9bfbd3b6 /src/cpu/intel/model_106cx | |
parent | ef33e035e7bb4ab913e58709524f7f8bf24b5bb1 (diff) |
cpu/intel/socket_FCBGA559: Add new socket for Atom D5xx
Tested on Intel D510MO board, boots to UART console.
Change-Id: I82a630c9836c099d0fcc62e019c20f328a75151d
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: http://review.coreboot.org/10066
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/cpu/intel/model_106cx')
-rw-r--r-- | src/cpu/intel/model_106cx/model_106cx_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_106cx/model_106cx_init.c b/src/cpu/intel/model_106cx/model_106cx_init.c index 4f3826575f..82552d81ab 100644 --- a/src/cpu/intel/model_106cx/model_106cx_init.c +++ b/src/cpu/intel/model_106cx/model_106cx_init.c @@ -148,6 +148,7 @@ static struct device_operations cpu_dev_ops = { static struct cpu_device_id cpu_table[] = { { X86_VENDOR_INTEL, 0x106c0 }, /* Intel Atom 230 */ + { X86_VENDOR_INTEL, 0x106ca }, /* Intel Atom D5xx */ { 0, 0 }, }; |