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