Change-Id: I6ce784fd9e7a6876a37c910c503fafa3a17bf96f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/8348 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
29 lines
332 B
Text
29 lines
332 B
Text
config CPU_AMD_SOCKET_AM3
|
|
bool
|
|
select CPU_AMD_MODEL_10XXX
|
|
select PCI_IO_CFG_EXT
|
|
select X86_AMD_FIXED_MTRRS
|
|
|
|
if CPU_AMD_SOCKET_AM3
|
|
|
|
config CPU_SOCKET_TYPE
|
|
hex
|
|
default 0x11
|
|
|
|
config EXT_RT_TBL_SUPPORT
|
|
bool
|
|
default n
|
|
|
|
config CBB
|
|
hex
|
|
default 0x0
|
|
|
|
config CDB
|
|
hex
|
|
default 0x18
|
|
|
|
config XIP_ROM_SIZE
|
|
hex
|
|
default 0x80000
|
|
|
|
endif
|