fd33781fbf
CONFIG_ARCH is a property of the cpu or soc rather than a property of the board. Hence, move ARCH_* from every single board to respective cpu or soc Kconfigs. Also update abuild to ignore ARCH_ from mainboards. Change-Id: I6ec1206de5a20601c32d001a384a47f46e6ce479 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: http://review.coreboot.org/5570 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
55 lines
873 B
Text
55 lines
873 B
Text
if BOARD_TYAN_S2881
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_AMD_SOCKET_940
|
|
select NORTHBRIDGE_AMD_AMDK8
|
|
select SOUTHBRIDGE_AMD_AMD8131
|
|
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
|
|
select DRIVERS_SIL_3114
|
|
select QRANK_DIMM_SUPPORT
|
|
select DRIVERS_I2C_ADT7463
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default tyan/s2881
|
|
|
|
config APIC_ID_OFFSET
|
|
hex
|
|
default 0x0
|
|
|
|
config SB_HT_CHAIN_ON_BUS0
|
|
int
|
|
default 2
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "S2881"
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 4
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 2
|
|
|
|
config HT_CHAIN_UNITID_BASE
|
|
hex
|
|
default 0xa
|
|
|
|
config HT_CHAIN_END_UNITID_BASE
|
|
hex
|
|
default 0x6
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 9
|
|
|
|
endif # BOARD_TYAN_S2881
|