Move "select CACHE_AS_RAM" lines from boards into CPU socket.
[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 TINY_BOOTBLOCK
25         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
26         select QRANK_DIMM_SUPPORT
27
28 config MAINBOARD_DIR
29         string
30         default msi/ms9652_fam10
31
32 config DCACHE_RAM_BASE
33         hex
34         default 0xc4000
35
36 config DCACHE_RAM_SIZE
37         hex
38         default 0x0c000
39
40 config DCACHE_RAM_GLOBAL_VAR_SIZE
41         hex
42         default 0x04000
43
44 config GENERATE_PIRQ_TABLE
45         bool
46         default y
47
48 # Define to 0 because the IRQ slot count is
49 # determined dynamically for this board.
50 config IRQ_SLOT_COUNT
51         int
52         default 0
53
54 config MAX_CPUS
55         int
56         default 8
57
58 config MAX_PHYSICAL_CPUS
59         int
60         default 2
61
62 config LOGICAL_CPUS
63         bool
64         default y
65
66 config IOAPIC
67         bool
68         default y
69
70 config SMP
71         bool
72         default y
73
74 config STACK_SIZE
75         hex
76         default 0x20000
77
78 config HEAP_SIZE
79         hex
80         default 0x20000
81
82 config USE_OPTION_TABLE
83         bool
84         default n
85
86 config MAINBOARD_PART_NUMBER
87         string
88         default "MS-9652"
89
90 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
91         hex
92         default 0x1462
93
94 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
95         hex
96         default 0x9652
97
98 config RAMBASE
99         hex
100         default 0x00200000
101
102 config TTYS0_BAUD
103         int
104         default 115200
105
106 config TTYS0_BASE
107         hex
108         default 0x3f8
109
110 config TTYS0_LCS
111         int
112         default 3
113
114 config DEFAULT_CONSOLE_LOGLEVEL
115         int
116         default 9
117
118 config MAXIMUM_CONSOLE_LOGLEVEL
119         int
120         default 9
121
122 config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
123         bool
124         default y
125
126 config CONSOLE_SERIAL8250
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 config MCP55_PCI_E_X_0
191         int
192         default 1
193
194 endif # BOARD_MSI_MS9652_FAM10