152738f2eb
No in-tree amd8111-using board has it not selected, so move selection from boards to southbridge. Change-Id: Iabbaa4cd2fd367ed6decec7ef5cdcbae3b264d52 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/654 Reviewed-by: Marc Jones <marcj303@gmail.com> Tested-by: build bot (Jenkins)
53 lines
821 B
Text
53 lines
821 B
Text
if BOARD_TYAN_S2850
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_X86
|
|
select CPU_AMD_SOCKET_940
|
|
select NORTHBRIDGE_AMD_AMDK8
|
|
select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
|
|
select SOUTHBRIDGE_AMD_AMD8111
|
|
select SUPERIO_WINBOND_W83627HF
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select BOARD_ROMSIZE_KB_512
|
|
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default tyan/s2850
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "S2850"
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 2
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 1
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 12
|
|
|
|
config HT_CHAIN_UNITID_BASE
|
|
hex
|
|
default 1
|
|
|
|
config HT_CHAIN_END_UNITID_BASE
|
|
hex
|
|
default 0x20
|
|
|
|
config SB_HT_CHAIN_ON_BUS0
|
|
int
|
|
default 0
|
|
|
|
config APIC_ID_OFFSET
|
|
hex
|
|
default 0x0
|
|
|
|
endif # BOARD_TYAN_S2850
|