All of these capabilities exist on all CPUs supported on this socket. Change-Id: I54f34e48e34bb6ab5b9954ab7ece8c2c3a1a8e67 Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/1664 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
19 lines
241 B
Plaintext
19 lines
241 B
Plaintext
config CPU_INTEL_SOCKET_BGA956
|
|
bool
|
|
select CPU_INTEL_MODEL_1067X
|
|
select CACHE_AS_RAM
|
|
select MMX
|
|
select SSE
|
|
|
|
if CPU_INTEL_SOCKET_BGA956
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xffaf8000
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x8000
|
|
|
|
endif
|