No in-tree ck804-using board has it not selected, so move selection from boards to southbridge. Change-Id: I3064b406cfd5ad18067c597bd5b5866a720f7e87 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/657 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
78 lines
1.1 KiB
Plaintext
78 lines
1.1 KiB
Plaintext
if BOARD_SUNW_ULTRA40
|
|
|
|
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_NVIDIA_CK804
|
|
select SUPERIO_SMSC_LPC47M10X
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_BUS_CONFIG
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select BOARD_ROMSIZE_KB_1024
|
|
select CK804_USE_NIC
|
|
select CK804_USE_ACI
|
|
select QRANK_DIMM_SUPPORT
|
|
select K8_ALLOCATE_IO_RANGE
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default sunw/ultra40
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xcf000
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x01000
|
|
|
|
config APIC_ID_OFFSET
|
|
hex
|
|
default 0x10
|
|
|
|
config K8_REV_F_SUPPORT
|
|
bool
|
|
default n
|
|
|
|
config CK804_NUM
|
|
int
|
|
default 2
|
|
|
|
config SB_HT_CHAIN_ON_BUS0
|
|
int
|
|
default 2
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "Ultra 40"
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 4
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 2
|
|
|
|
config HT_CHAIN_END_UNITID_BASE
|
|
hex
|
|
default 0x20
|
|
|
|
config HT_CHAIN_UNITID_BASE
|
|
hex
|
|
default 0x0
|
|
|
|
config SB_HT_CHAIN_ON_BUS0
|
|
int
|
|
default 2
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 11
|
|
|
|
endif # BOARD_SUNW_ULTRA40
|