425890e59a
It gets selected from CPU_AMD_MODEL10XXX. Change-Id: Iffab43edc1152b07ba2af6273d4b5eb94afe33ba Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17692 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
65 lines
1,017 B
Text
65 lines
1,017 B
Text
if BOARD_TYAN_S2912_FAM10
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_AMD_SOCKET_F_1207
|
|
select DIMM_DDR2
|
|
select DIMM_REGISTERED
|
|
select NORTHBRIDGE_AMD_AMDFAM10
|
|
select SOUTHBRIDGE_NVIDIA_MCP55
|
|
select HT_CHAIN_DISTRIBUTE
|
|
select MCP55_USE_NIC
|
|
select SUPERIO_WINBOND_W83627HF
|
|
select PARALLEL_CPU_INIT
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select LIFT_BSP_APIC_ID
|
|
select BOARD_ROMSIZE_KB_1024
|
|
select ENABLE_APIC_EXT_ID
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default tyan/s2912_fam10
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xc4000
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x0c000
|
|
|
|
config APIC_ID_OFFSET
|
|
hex
|
|
default 0x0
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "S2912 (Fam10)"
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 12
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 2
|
|
|
|
config HT_CHAIN_UNITID_BASE
|
|
hex
|
|
default 0x1
|
|
|
|
config HT_CHAIN_END_UNITID_BASE
|
|
hex
|
|
default 0x20
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 11
|
|
|
|
config MCP55_PCI_E_X_0
|
|
int
|
|
default 1
|
|
|
|
endif # BOARD_TYAN_S2912_FAM10
|