0e9a92545d
complete set of variables now, though they might still have the wrong values. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4728 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
156 lines
2.7 KiB
Text
156 lines
2.7 KiB
Text
|
|
config BOARD_GIGABYTE_M57SLI
|
|
bool "M57SLI"
|
|
select ARCH_X86
|
|
select CPU_AMD_K8
|
|
select CPU_AMD_SOCKET_AM2
|
|
select NORTHBRIDGE_AMD_AMDK8
|
|
select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
|
|
select SOUTHBRIDGE_NVIDIA_MCP55
|
|
select SUPERIO_ITE_IT8716F
|
|
select PIRQ_TABLE
|
|
select USE_PRINTK_IN_CAR
|
|
select USE_DCACHE_RAM
|
|
select HAVE_HARD_RESET
|
|
select HAVE_HIGH_TABLES
|
|
select IOAPIC
|
|
select MEM_TRAIN_SEQ
|
|
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
|
select HAVE_ACPI_TABLES
|
|
select K8_REV_F_SUPPORT
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default gigabyte/m57sli
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xc8000
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x08000
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config DCACHE_RAM_GLOBAL_VAR_SIZE
|
|
hex
|
|
default 0x01000
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config APIC_ID_OFFSET
|
|
hex
|
|
default 16
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config SB_HT_CHAIN_ON_BUS0
|
|
int
|
|
default 2
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config LB_CKS_RANGE_START
|
|
int
|
|
default 49
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config LB_CKS_RANGE_END
|
|
int
|
|
default 122
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config LB_CKS_LOC
|
|
int
|
|
default 123
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "m57sli"
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config PCI_64BIT_PREF_MEM
|
|
bool
|
|
default n
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config HAVE_FALLBACK_BOOT
|
|
bool
|
|
default n
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config USE_FALLBACK_IMAGE
|
|
bool
|
|
default n
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config HW_MEM_HOLE_SIZEK
|
|
hex
|
|
default 0x100000
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 2
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 1
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config AP_CODE_IN_CAR
|
|
bool
|
|
default n
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config HW_MEM_HOLE_SIZE_AUTO_INC
|
|
bool
|
|
default n
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config HT_CHAIN_UNITID_BASE
|
|
hex
|
|
default 0x0
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config HT_CHAIN_END_UNITID_BASE
|
|
hex
|
|
default 0x0
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config USE_INIT
|
|
bool
|
|
default n
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config SERIAL_CPU_INIT
|
|
bool
|
|
default n
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config WAIT_BEFORE_CPUS_INIT
|
|
bool
|
|
default n
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
|
|
hex
|
|
default 0x1022
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
|
hex
|
|
default 0x2b80
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 11
|
|
depends on BOARD_GIGABYTE_M57SLI
|
|
|
|
# not globally defined yet, so can't "select" this
|
|
config HAVE_FANCTL
|
|
bool
|
|
default y
|
|
depends on BOARD_GIGABYTE_M57SLI
|