6b0ade7550
Also, update the board that uses this socket to match. Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5969 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
23 lines
305 B
Text
23 lines
305 B
Text
config CPU_AMD_SOCKET_754
|
|
bool
|
|
|
|
if CPU_AMD_SOCKET_754
|
|
|
|
config SOCKET_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select CPU_AMD_MODEL_FXX
|
|
select CACHE_AS_RAM
|
|
|
|
config CPU_ADDR_BITS
|
|
int
|
|
default 40
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xc8000
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x08000
|
|
|
|
endif # CPU_AMD_SOCKET_754
|