Get rid of the old romstage-as-bootblock ROM layout
[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 HAVE_ACPI_TABLES
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 SB_HT_CHAIN_UNITID_OFFSET_ONLY
25         select QRANK_DIMM_SUPPORT
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 RAMBASE
90         hex
91         default 0x200000
92
93 config TTYS0_BAUD
94         int
95         default 115200
96
97 config TTYS0_BASE
98         hex
99         default 0x3f8
100
101 config TTYS0_LCS
102         int
103         default 3
104
105 config DEFAULT_CONSOLE_LOGLEVEL
106         int
107         default 9
108
109 config MAXIMUM_CONSOLE_LOGLEVEL
110         int
111         default 9
112
113 config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
114         bool
115         default y
116
117 config CONSOLE_SERIAL8250
118         bool
119         default y
120
121 config PCI_ROM_RUN
122         bool
123         default y
124
125 config USBDEBUG
126         bool
127         default n
128
129 config HT_CHAIN_UNITID_BASE
130         hex
131         default 0x20
132
133 config HT_CHAIN_END_UNITID_BASE
134         hex
135         default 0x00
136
137 config SB_HT_CHAIN_ON_BUS0
138         int
139         default 1
140
141 config VAR_MTRR_HOLE
142         bool
143         default n
144
145 config SERIAL_CPU_INIT
146         bool
147         default y
148
149 config APIC_ID_OFFSET
150         hex
151         default 0x00
152
153 config LIFT_BSP_APIC_ID
154         bool
155         default 1
156
157 config RAMTOP
158         hex
159         default 0x1000000
160
161 config MEM_TRAIN_SEQ
162         int
163         default 2
164
165 config WAIT_BEFORE_CPUS_INIT
166         bool
167         default n
168
169 config AMD_UCODE_PATCH_FILE
170         string
171         default "mc_patch_01000096.h"
172
173 config ID_SECTION_OFFSET
174         hex
175         default 0x80
176
177 config HT3_SUPPORT
178         bool
179         default y
180
181 config MCP55_PCI_E_X_0
182         int
183         default 1
184
185 endif # BOARD_MSI_MS9652_FAM10