2010-08-30 18:36:51 +02:00
|
|
|
if BOARD_MSI_MS9652_FAM10
|
|
|
|
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
|
|
def_bool y
|
2010-03-01 11:56:51 +01:00
|
|
|
select ARCH_X86
|
|
|
|
select CPU_AMD_SOCKET_F_1207
|
2010-09-10 20:33:24 +02:00
|
|
|
select DIMM_DDR2
|
|
|
|
select DIMM_REGISTERED
|
2010-03-01 11:56:51 +01:00
|
|
|
select NORTHBRIDGE_AMD_AMDFAM10
|
|
|
|
select SOUTHBRIDGE_NVIDIA_MCP55
|
2010-10-05 19:59:12 +02:00
|
|
|
select MCP55_USE_NIC
|
|
|
|
select MCP55_USE_AZA
|
2010-03-01 11:56:51 +01:00
|
|
|
select SUPERIO_WINBOND_W83627EHG
|
|
|
|
select HAVE_BUS_CONFIG
|
|
|
|
select HAVE_PIRQ_TABLE
|
|
|
|
select HAVE_MP_TABLE
|
2010-11-05 17:17:46 +01:00
|
|
|
select HAVE_ACPI_TABLES
|
2010-07-06 23:37:39 +02:00
|
|
|
select HAVE_OPTION_TABLE
|
2010-03-01 11:56:51 +01:00
|
|
|
select BOARD_ROMSIZE_KB_512
|
2010-10-08 01:02:06 +02:00
|
|
|
select RAMINIT_SYSINFO
|
2010-03-01 11:56:51 +01:00
|
|
|
select ENABLE_APIC_EXT_ID
|
|
|
|
select AMDMCT
|
2010-04-07 02:38:09 +02:00
|
|
|
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
2010-11-05 23:59:49 +01:00
|
|
|
select QRANK_DIMM_SUPPORT
|
2010-03-01 11:56:51 +01:00
|
|
|
|
|
|
|
config MAINBOARD_DIR
|
|
|
|
string
|
|
|
|
default msi/ms9652_fam10
|
|
|
|
|
|
|
|
config DCACHE_RAM_BASE
|
|
|
|
hex
|
|
|
|
default 0xc4000
|
|
|
|
|
|
|
|
config DCACHE_RAM_SIZE
|
|
|
|
hex
|
|
|
|
default 0x0c000
|
|
|
|
|
|
|
|
config DCACHE_RAM_GLOBAL_VAR_SIZE
|
|
|
|
hex
|
|
|
|
default 0x04000
|
|
|
|
|
|
|
|
config GENERATE_PIRQ_TABLE
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2010-03-30 10:20:37 +02:00
|
|
|
# Define to 0 because the IRQ slot count is
|
|
|
|
# determined dynamically for this board.
|
|
|
|
config IRQ_SLOT_COUNT
|
|
|
|
int
|
|
|
|
default 0
|
2010-03-01 11:56:51 +01:00
|
|
|
|
|
|
|
config MAX_CPUS
|
|
|
|
int
|
|
|
|
default 8
|
|
|
|
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
|
|
int
|
|
|
|
default 2
|
|
|
|
|
|
|
|
config LOGICAL_CPUS
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config IOAPIC
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config SMP
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config STACK_SIZE
|
|
|
|
hex
|
|
|
|
default 0x20000
|
|
|
|
|
|
|
|
config HEAP_SIZE
|
|
|
|
hex
|
|
|
|
default 0x20000
|
|
|
|
|
|
|
|
config USE_OPTION_TABLE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
|
|
string
|
2010-03-01 21:16:38 +01:00
|
|
|
default "MS-9652"
|
2010-03-01 11:56:51 +01:00
|
|
|
|
|
|
|
config RAMBASE
|
|
|
|
hex
|
2010-12-13 23:16:45 +01:00
|
|
|
default 0x200000
|
2010-03-01 11:56:51 +01:00
|
|
|
|
|
|
|
config TTYS0_BAUD
|
|
|
|
int
|
|
|
|
default 115200
|
|
|
|
|
|
|
|
config TTYS0_BASE
|
|
|
|
hex
|
|
|
|
default 0x3f8
|
|
|
|
|
|
|
|
config TTYS0_LCS
|
|
|
|
int
|
|
|
|
default 3
|
|
|
|
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL
|
|
|
|
int
|
|
|
|
default 9
|
|
|
|
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL
|
|
|
|
int
|
|
|
|
default 9
|
|
|
|
|
|
|
|
config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config CONSOLE_SERIAL8250
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config PCI_ROM_RUN
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2010-05-25 19:09:05 +02:00
|
|
|
config USBDEBUG
|
2010-03-01 11:56:51 +01:00
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config HT_CHAIN_UNITID_BASE
|
|
|
|
hex
|
|
|
|
default 0x20
|
|
|
|
|
|
|
|
config HT_CHAIN_END_UNITID_BASE
|
|
|
|
hex
|
|
|
|
default 0x00
|
|
|
|
|
|
|
|
config SB_HT_CHAIN_ON_BUS0
|
|
|
|
int
|
|
|
|
default 1
|
|
|
|
|
|
|
|
config APIC_ID_OFFSET
|
|
|
|
hex
|
|
|
|
default 0x00
|
|
|
|
|
|
|
|
config LIFT_BSP_APIC_ID
|
|
|
|
bool
|
|
|
|
default 1
|
|
|
|
|
|
|
|
config RAMTOP
|
|
|
|
hex
|
|
|
|
default 0x1000000
|
|
|
|
|
|
|
|
config MEM_TRAIN_SEQ
|
|
|
|
int
|
|
|
|
default 2
|
|
|
|
|
|
|
|
config WAIT_BEFORE_CPUS_INIT
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config AMD_UCODE_PATCH_FILE
|
|
|
|
string
|
|
|
|
default "mc_patch_01000096.h"
|
|
|
|
|
|
|
|
config HT3_SUPPORT
|
|
|
|
bool
|
|
|
|
default y
|
2010-08-30 18:36:51 +02:00
|
|
|
|
2010-11-21 15:38:24 +01:00
|
|
|
config MCP55_PCI_E_X_0
|
|
|
|
int
|
|
|
|
default 1
|
|
|
|
|
2010-08-30 18:36:51 +02:00
|
|
|
endif # BOARD_MSI_MS9652_FAM10
|