From 0cf0805e924b834c30fe290412e94e42f8f49cfb Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Sun, 3 May 2015 19:49:37 +1000 Subject: cpu/intel/socket_FCBGA559: Add new socket for Atom D5xx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested on Intel D510MO board, boots to UART console. Change-Id: I82a630c9836c099d0fcc62e019c20f328a75151d Signed-off-by: Damien Zammit Reviewed-on: http://review.coreboot.org/10066 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Reviewed-by: Kyösti Mälkki --- src/cpu/intel/model_106cx/model_106cx_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/intel/model_106cx') 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 }, }; -- cgit v1.2.3