784544b934
The base is now calculated automatically, and all mentions of that config option were typical anyway (4GB - XIP_ROM_SIZE). Change-Id: Icdf908dc043719f3810f7b5b85ad9938f362ea40 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/366 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
36 lines
557 B
Text
36 lines
557 B
Text
config CPU_AMD_SOCKET_AM2R2
|
|
bool
|
|
select CPU_AMD_MODEL_10XXX
|
|
select HT3_SUPPORT
|
|
select PCI_IO_CFG_EXT
|
|
select CACHE_AS_RAM
|
|
|
|
config CPU_SOCKET_TYPE
|
|
hex
|
|
default 0x11
|
|
depends on CPU_AMD_SOCKET_AM2R2
|
|
|
|
config EXT_RT_TBL_SUPPORT
|
|
bool
|
|
default n
|
|
depends on CPU_AMD_SOCKET_AM2R2
|
|
|
|
config EXT_CONF_SUPPORT
|
|
bool
|
|
default n
|
|
depends on CPU_AMD_SOCKET_AM2R2
|
|
|
|
config CBB
|
|
hex
|
|
default 0x0
|
|
depends on CPU_AMD_SOCKET_AM2R2
|
|
|
|
config CDB
|
|
hex
|
|
default 0x18
|
|
depends on CPU_AMD_SOCKET_AM2R2
|
|
|
|
config XIP_ROM_SIZE
|
|
hex
|
|
default 0x80000
|
|
depends on CPU_AMD_SOCKET_AM2R2
|