ffe665d403ee1cb8550a59ba80a69e530d4f9d54
[coreboot.git] / src / mainboard / tyan / s2912_fam10 / Kconfig
1 if BOARD_TYAN_S2912_FAM10
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_F_1207
7         select DIMM_DDR2
8         select DIMM_REGISTERED
9         select NORTHBRIDGE_AMD_AMDFAM10
10         select SOUTHBRIDGE_NVIDIA_MCP55
11         select MCP55_USE_NIC
12         select SUPERIO_WINBOND_W83627HF
13         select HAVE_BUS_CONFIG
14         select HAVE_OPTION_TABLE
15         select HAVE_PIRQ_TABLE
16         select HAVE_MP_TABLE
17         select HAVE_HARD_RESET
18         select LIFT_BSP_APIC_ID
19         select BOARD_ROMSIZE_KB_1024
20         select RAMINIT_SYSINFO
21         select ENABLE_APIC_EXT_ID
22         select AMDMCT
23         select MMCONF_SUPPORT_DEFAULT
24         select QRANK_DIMM_SUPPORT
25
26 config MAINBOARD_DIR
27         string
28         default tyan/s2912_fam10
29
30 config DCACHE_RAM_BASE
31         hex
32         default 0xc4000
33
34 config DCACHE_RAM_SIZE
35         hex
36         default 0x0c000
37
38 config DCACHE_RAM_GLOBAL_VAR_SIZE
39         hex
40         default 0x04000
41
42 config APIC_ID_OFFSET
43         hex
44         default 0
45
46 config MEM_TRAIN_SEQ
47         int
48         default 2
49
50 config SB_HT_CHAIN_ON_BUS0
51         int
52         default 2
53
54 config MAINBOARD_PART_NUMBER
55         string
56         default "S2912 (Fam10)"
57
58 config PCI_64BIT_PREF_MEM
59         bool
60         default n
61
62 config MAX_CPUS
63         int
64         default 12
65
66 config MAX_PHYSICAL_CPUS
67         int
68         default 2
69
70 config HT_CHAIN_UNITID_BASE
71         hex
72         default 0x1
73
74 config HT_CHAIN_END_UNITID_BASE
75         hex
76         default 0x20
77
78 config SERIAL_CPU_INIT
79         bool
80         default n
81
82 config IRQ_SLOT_COUNT
83         int
84         default 11
85
86 config AMD_UCODE_PATCH_FILE
87         string
88         default "mc_patch_01000095.h"
89
90 config RAMBASE
91         hex
92         default 0x200000
93
94 config RAMTOP
95         hex
96         default 0x1000000
97
98 config HEAP_SIZE
99         hex
100         default 0xc0000
101
102 config MCP55_PCI_E_X_0
103         int
104         default 1
105
106 endif # BOARD_TYAN_S2912_FAM10