6aeb4a269c
There are no files to build left under AMD nortbridge/x/root_complex directories. For some cases, even the Kconfig file was no longer sourced. Remove all such references and empty files. For devicetree.cb treat component paths with "/root_complex" in them valid even when the directory does not exists. This is because AMD boards us this dummy chip component as the root node in their devicetree.cb. The generated devicetree file static.c remains unchanged. Change-Id: I9278ebb50a83cebbf149b06afb5669899a8e4d0b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3434 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
86 lines
1.3 KiB
Text
86 lines
1.3 KiB
Text
if BOARD_GIGABYTE_M57SLI
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_X86
|
|
select CPU_AMD_SOCKET_AM2
|
|
select DIMM_DDR2
|
|
select NORTHBRIDGE_AMD_AMDK8
|
|
select SOUTHBRIDGE_NVIDIA_MCP55
|
|
select MCP55_USE_NIC
|
|
select MCP55_USE_AZA
|
|
select SUPERIO_ITE_IT8716F
|
|
select SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select LIFT_BSP_APIC_ID
|
|
select HAVE_ACPI_TABLES
|
|
select K8_REV_F_SUPPORT
|
|
select BOARD_ROMSIZE_KB_512
|
|
select RAMINIT_SYSINFO
|
|
select QRANK_DIMM_SUPPORT
|
|
select K8_ALLOCATE_IO_RANGE
|
|
select SET_FIDVID
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default gigabyte/m57sli
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xc8000
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x08000
|
|
|
|
config APIC_ID_OFFSET
|
|
hex
|
|
default 0x10
|
|
|
|
config MEM_TRAIN_SEQ
|
|
int
|
|
default 2
|
|
|
|
config SB_HT_CHAIN_ON_BUS0
|
|
int
|
|
default 2
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "GA-M57SLI-S4"
|
|
|
|
config PCI_64BIT_PREF_MEM
|
|
bool
|
|
default n
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 2
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 1
|
|
|
|
config HT_CHAIN_UNITID_BASE
|
|
hex
|
|
default 0x0
|
|
|
|
config HT_CHAIN_END_UNITID_BASE
|
|
hex
|
|
default 0x20
|
|
|
|
config SERIAL_CPU_INIT
|
|
bool
|
|
default n
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 11
|
|
|
|
config MCP55_PCI_E_X_0
|
|
int
|
|
default 0
|
|
|
|
endif # BOARD_GIGABYTE_M57SLI
|