8b95c13420
Change-Id: Ie347b32575c26133d52c275622d29d1cd4c6c0c7 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3623 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
35 lines
417 B
Text
35 lines
417 B
Text
config CPU_AMD_SOCKET_ASB2
|
|
bool
|
|
select CPU_AMD_MODEL_10XXX
|
|
select HT3_SUPPORT
|
|
select PCI_IO_CFG_EXT
|
|
select CACHE_AS_RAM
|
|
select X86_AMD_FIXED_MTRRS
|
|
|
|
if CPU_AMD_SOCKET_ASB2
|
|
|
|
config CPU_SOCKET_TYPE
|
|
hex
|
|
default 0x13
|
|
|
|
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
|