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>
This commit is contained in:
Damien Zammit
2015-05-03 19:49:37 +10:00
committed by Patrick Georgi
parent ef33e035e7
commit 0cf0805e92
5 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,20 @@
config CPU_INTEL_SOCKET_FCBGA559
bool
if CPU_INTEL_SOCKET_FCBGA559
config SOCKET_SPECIFIC_OPTIONS
def_bool y
select CPU_INTEL_MODEL_106CX
select MMX
select SSE
config DCACHE_RAM_BASE
hex
default 0xffafc000
config DCACHE_RAM_SIZE
hex
default 0x4000
endif

View File

@ -0,0 +1,8 @@
subdirs-y += ../model_106cx
subdirs-y += ../../x86/tsc
subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../../x86/smm
subdirs-y += ../microcode
subdirs-y += ../hyperthreading