4ed01e1fdf031400e243bdc4a68a9da2c4c4c2d3
[coreboot.git] / src / mainboard / msi / ms9652_fam10 / Kconfig
1 if BOARD_MSI_MS9652_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 MCP55_USE_AZA
13         select SUPERIO_WINBOND_W83627EHG
14         select HAVE_BUS_CONFIG
15         select HAVE_PIRQ_TABLE
16         select HAVE_MP_TABLE
17         select CACHE_AS_RAM
18         select HAVE_OPTION_TABLE
19         select HAVE_HARD_RESET
20         select BOARD_ROMSIZE_KB_512
21         select RAMINIT_SYSINFO
22         select ENABLE_APIC_EXT_ID
23         select AMDMCT
24         select TINY_BOOTBLOCK
25         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
26
27 config MAINBOARD_DIR
28         string
29         default msi/ms9652_fam10
30
31 config DCACHE_RAM_BASE
32         hex
33         default 0xc4000
34
35 config DCACHE_RAM_SIZE
36         hex
37         default 0x0c000
38
39 config DCACHE_RAM_GLOBAL_VAR_SIZE
40         hex
41         default 0x04000
42
43 config GENERATE_PIRQ_TABLE
44         bool
45         default y
46
47 # Define to 0 because the IRQ slot count is
48 # determined dynamically for this board.
49 config IRQ_SLOT_COUNT
50         int
51         default 0
52
53 config MAX_CPUS
54         int
55         default 8
56
57 config MAX_PHYSICAL_CPUS
58         int
59         default 2
60
61 config LOGICAL_CPUS
62         bool
63         default y
64
65 config IOAPIC
66         bool
67         default y
68
69 config SMP
70         bool
71         default y
72
73 config STACK_SIZE
74         hex
75         default 0x20000
76
77 config HEAP_SIZE
78         hex
79         default 0x20000
80
81 config USE_OPTION_TABLE
82         bool
83         default n
84
85 config MAINBOARD_PART_NUMBER
86         string
87         default "MS-9652"
88
89 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
90         hex
91         default 0x1462
92
93 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
94         hex
95         default 0x9652
96
97 config RAMBASE
98         hex
99         default 0x00200000
100
101 config TTYS0_BAUD
102         int
103         default 115200
104
105 config TTYS0_BASE
106         hex
107         default 0x3f8
108
109 config TTYS0_LCS
110         int
111         default 3
112
113 config DEFAULT_CONSOLE_LOGLEVEL
114         int
115         default 9
116
117 config MAXIMUM_CONSOLE_LOGLEVEL
118         int
119         default 9
120
121 config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
122         bool
123         default y
124
125 config CONSOLE_SERIAL8250
126         bool
127         default y
128
129 config CONSOLE_VGA
130         bool
131         default y
132
133 config PCI_ROM_RUN
134         bool
135         default y
136
137 config USBDEBUG
138         bool
139         default n
140
141 config HT_CHAIN_UNITID_BASE
142         hex
143         default 0x20
144
145 config HT_CHAIN_END_UNITID_BASE
146         hex
147         default 0x00
148
149 config SB_HT_CHAIN_ON_BUS0
150         int
151         default 1
152
153 config VAR_MTRR_HOLE
154         bool
155         default n
156
157 config SERIAL_CPU_INIT
158         bool
159         default y
160
161 config APIC_ID_OFFSET
162         hex
163         default 0x00
164
165 config LIFT_BSP_APIC_ID
166         bool
167         default 1
168
169 config RAMTOP
170         hex
171         default 0x1000000
172
173 config MEM_TRAIN_SEQ
174         int
175         default 2
176
177 config WAIT_BEFORE_CPUS_INIT
178         bool
179         default n
180
181 config AMD_UCODE_PATCH_FILE
182         string
183         default "mc_patch_01000096.h"
184
185 config ID_SECTION_OFFSET
186         hex
187         default 0x80
188
189 config HT3_SUPPORT
190         bool
191         default y
192
193 endif # BOARD_MSI_MS9652_FAM10