c06af9eb8b
The few remaining boards without CAR override this with select ROMCC. Change-Id: Ifd5223e67f6a2dadb47846bdaab40b1be763cf69 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/6172 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
34 lines
398 B
Text
34 lines
398 B
Text
config CPU_AMD_SOCKET_AM2R2
|
|
bool
|
|
select CPU_AMD_MODEL_10XXX
|
|
select HT3_SUPPORT
|
|
select PCI_IO_CFG_EXT
|
|
select X86_AMD_FIXED_MTRRS
|
|
|
|
if CPU_AMD_SOCKET_AM2R2
|
|
|
|
config CPU_SOCKET_TYPE
|
|
hex
|
|
default 0x11
|
|
|
|
config EXT_RT_TBL_SUPPORT
|
|
bool
|
|
default n
|
|
|
|
config EXT_CONF_SUPPORT
|
|
bool
|
|
default n
|
|
|
|
config CBB
|
|
hex
|
|
default 0x0
|
|
|
|
config CDB
|
|
hex
|
|
default 0x18
|
|
|
|
config XIP_ROM_SIZE
|
|
hex
|
|
default 0x80000
|
|
|
|
endif
|