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:
committed by
Patrick Georgi
parent
ef33e035e7
commit
0cf0805e92
20
src/cpu/intel/socket_FCBGA559/Kconfig
Normal file
20
src/cpu/intel/socket_FCBGA559/Kconfig
Normal 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
|
8
src/cpu/intel/socket_FCBGA559/Makefile.inc
Normal file
8
src/cpu/intel/socket_FCBGA559/Makefile.inc
Normal 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
|
Reference in New Issue
Block a user