eedf7a646c
Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
46 lines
696 B
Text
46 lines
696 B
Text
config CPU_AMD_SOCKET_ASB2
|
|
bool
|
|
select CPU_AMD_MODEL_10XXX
|
|
select HT3_SUPPORT
|
|
select PCI_IO_CFG_EXT
|
|
|
|
config CPU_SOCKET_TYPE
|
|
hex
|
|
default 0x13
|
|
depends on CPU_AMD_SOCKET_ASB2
|
|
|
|
# DDR3 and REG
|
|
config DIMM_SUPPORT
|
|
hex
|
|
default 0x0005
|
|
depends on CPU_AMD_SOCKET_ASB2
|
|
|
|
config EXT_RT_TBL_SUPPORT
|
|
bool
|
|
default n
|
|
depends on CPU_AMD_SOCKET_ASB2
|
|
|
|
config EXT_CONF_SUPPORT
|
|
bool
|
|
default n
|
|
depends on CPU_AMD_SOCKET_ASB2
|
|
|
|
config CBB
|
|
hex
|
|
default 0x0
|
|
depends on CPU_AMD_SOCKET_ASB2
|
|
|
|
config CDB
|
|
hex
|
|
default 0x18
|
|
depends on CPU_AMD_SOCKET_ASB2
|
|
|
|
config XIP_ROM_BASE
|
|
hex
|
|
default 0xfff80000
|
|
depends on CPU_AMD_SOCKET_ASB2
|
|
|
|
config XIP_ROM_SIZE
|
|
hex
|
|
default 0x80000
|
|
depends on CPU_AMD_SOCKET_ASB2
|