Sorry, this is the last commit I will do this way, but MSI has waited a
[coreboot.git] / src / mainboard / msi / ms9185 / Options.lb
1 ##
2 ## This file is part of the LinuxBIOS project.
3 ##
4 ## Copyright (C) 2006 AMD
5 ## Written by Yinghai Lu <yinghailu@gmail.com> for AMD.
6 ##
7 ## Copyright (C) 2006 MSI
8 ## Written by bxshi <bingxunshi@gmail.com> for MSI.
9 ##
10 ## This program is free software; you can redistribute it and/or modify
11 ## it under the terms of the GNU General Public License as published by
12 ## the Free Software Foundation; either version 2 of the License, or
13 ## (at your option) any later version.
14 ##
15 ## This program is distributed in the hope that it will be useful,
16 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ## GNU General Public License for more details.
19 ##
20 ## You should have received a copy of the GNU General Public License
21 ## along with this program; if not, write to the Free Software
22 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
23 ##
24
25 uses HAVE_MP_TABLE
26 uses HAVE_PIRQ_TABLE
27 uses HAVE_ACPI_TABLES
28 uses ACPI_SSDTX_NUM
29 uses USE_FALLBACK_IMAGE
30 uses HAVE_FALLBACK_BOOT
31 uses HAVE_HARD_RESET
32 uses IRQ_SLOT_COUNT
33 uses HAVE_OPTION_TABLE
34 uses CONFIG_MAX_CPUS
35 uses CONFIG_MAX_PHYSICAL_CPUS
36 uses CONFIG_LOGICAL_CPUS
37 uses CONFIG_IOAPIC
38 uses CONFIG_SMP
39 uses FALLBACK_SIZE
40 uses ROM_SIZE
41 uses ROM_SECTION_SIZE
42 uses ROM_IMAGE_SIZE
43 uses ROM_SECTION_SIZE
44 uses ROM_SECTION_OFFSET
45 uses CONFIG_ROM_STREAM
46 uses CONFIG_ROM_STREAM_START
47 uses PAYLOAD_SIZE
48 uses _ROMBASE
49 uses XIP_ROM_SIZE
50 uses XIP_ROM_BASE
51 uses STACK_SIZE
52 uses HEAP_SIZE
53 uses USE_OPTION_TABLE
54 uses LB_CKS_RANGE_START
55 uses LB_CKS_RANGE_END
56 uses LB_CKS_LOC
57 uses MAINBOARD_PART_NUMBER
58 uses MAINBOARD_VENDOR
59 uses MAINBOARD
60 uses MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
61 uses MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
62 uses LINUXBIOS_EXTRA_VERSION
63 uses _RAMBASE
64 uses TTYS0_BAUD
65 uses TTYS0_BASE
66 uses TTYS0_LCS
67 uses DEFAULT_CONSOLE_LOGLEVEL
68 uses MAXIMUM_CONSOLE_LOGLEVEL
69 uses MAINBOARD_POWER_ON_AFTER_POWER_FAIL
70 uses CONFIG_CONSOLE_SERIAL8250
71 uses HAVE_INIT_TIMER
72 uses CONFIG_GDB_STUB
73 uses CONFIG_GDB_STUB
74 uses CROSS_COMPILE
75 uses CC
76 uses HOSTCC
77 uses OBJCOPY
78 uses CONFIG_CHIP_NAME
79 uses CONFIG_CONSOLE_VGA
80 uses CONFIG_PCI_ROM_RUN
81 uses HW_MEM_HOLE_SIZEK
82 uses HW_MEM_HOLE_SIZE_AUTO_INC
83 uses K8_HT_FREQ_1G_SUPPORT
84
85 uses HT_CHAIN_UNITID_BASE
86 uses HT_CHAIN_END_UNITID_BASE
87 uses SB_HT_CHAIN_ON_BUS0
88 uses SB_HT_CHAIN_UNITID_OFFSET_ONLY
89
90 uses USE_DCACHE_RAM
91 uses DCACHE_RAM_BASE
92 uses DCACHE_RAM_SIZE
93 uses DCACHE_RAM_GLOBAL_VAR_SIZE
94 uses CONFIG_USE_INIT
95
96 uses SERIAL_CPU_INIT
97
98 uses ENABLE_APIC_EXT_ID
99 uses APIC_ID_OFFSET
100 uses LIFT_BSP_APIC_ID
101
102 uses CONFIG_PCI_64BIT_PREF_MEM
103
104 uses CONFIG_LB_MEM_TOPK
105
106
107 ###
108 ### Build options
109 ###
110
111 ##
112 ## ROM_SIZE is the size of boot ROM that this board will use.
113 ##
114 default ROM_SIZE=524288
115
116 ##
117 ## FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
118 ##
119 #default FALLBACK_SIZE=131072
120 #256K
121 default FALLBACK_SIZE=0x40000
122
123 #more 1M for pgtbl
124 default CONFIG_LB_MEM_TOPK=2048
125
126 ##
127 ## Build code for the fallback boot
128 ##
129 default HAVE_FALLBACK_BOOT=1
130
131 ##
132 ## Build code to reset the motherboard from linuxBIOS
133 ##
134 default HAVE_HARD_RESET=1
135
136 ##
137 ## Build code to export a programmable irq routing table
138 ##
139 default HAVE_PIRQ_TABLE=1
140 default IRQ_SLOT_COUNT=11
141
142 ##
143 ## Build code to export an x86 MP table
144 ## Useful for specifying IRQ routing values
145 ##
146 default HAVE_MP_TABLE=1
147
148 ## ACPI tables will be included
149 #default HAVE_ACPI_TABLES=1
150 ## extra SSDT num
151 #default ACPI_SSDTX_NUM=1
152
153 ##
154 ## Build code to export a CMOS option table
155 ##
156 default HAVE_OPTION_TABLE=1
157
158 ##
159 ## Move the default LinuxBIOS cmos range off of AMD RTC registers
160 ##
161 default LB_CKS_RANGE_START=49
162 default LB_CKS_RANGE_END=122
163 default LB_CKS_LOC=123
164
165 ##
166 ## Build code for SMP support
167 ## Only worry about 2 micro processors
168 ##
169 default CONFIG_SMP=1
170 default CONFIG_MAX_CPUS=4
171 default CONFIG_MAX_PHYSICAL_CPUS=2
172 default CONFIG_LOGICAL_CPUS=1
173
174 default SERIAL_CPU_INIT=0
175
176 default ENABLE_APIC_EXT_ID=0
177 default APIC_ID_OFFSET=0x8
178 default LIFT_BSP_APIC_ID=1
179
180 #CHIP_NAME ?
181 default CONFIG_CHIP_NAME=1
182
183 #memory hole size, 0 mean disable, others will enable the hole, at that case if it is small than mmio_basek, it will use mmio_basek instead.
184 #2G
185 #default HW_MEM_HOLE_SIZEK=0x200000
186 #1G
187 default HW_MEM_HOLE_SIZEK=0x100000
188 #512M
189 #default HW_MEM_HOLE_SIZEK=0x80000
190
191 #make auto increase hole size to avoid hole_startk equal to basek so as to make some kernel happy
192 #default HW_MEM_HOLE_SIZE_AUTO_INC=1
193
194 #Opteron K8 1G HT Support
195 default K8_HT_FREQ_1G_SUPPORT=1
196
197 #VGA Console
198 default CONFIG_CONSOLE_VGA=1
199 default CONFIG_PCI_ROM_RUN=1
200
201 #HT Unit ID offset, default is 1, the typical one
202 default HT_CHAIN_UNITID_BASE=0x06
203
204 #real SB Unit ID, default is 0x20, mean dont touch it at last
205 default HT_CHAIN_END_UNITID_BASE=0x01
206
207 #make the SB HT chain on bus 0, default is not (0)
208 default SB_HT_CHAIN_ON_BUS0=2
209
210 #only offset for SB chain?, default is yes(1)
211 #default SB_HT_CHAIN_UNITID_OFFSET_ONLY=0
212
213 #allow capable device use that above 4G
214 #default CONFIG_PCI_64BIT_PREF_MEM=1
215
216 ##
217 ## enable CACHE_AS_RAM specifics
218 ##
219 default USE_DCACHE_RAM=1
220 default DCACHE_RAM_BASE=0xcc000
221 default DCACHE_RAM_SIZE=0x04000
222 default DCACHE_RAM_GLOBAL_VAR_SIZE=0x01000
223 default CONFIG_USE_INIT=0
224
225 ##
226 ## Build code to setup a generic IOAPIC
227 ##
228 default CONFIG_IOAPIC=1
229
230 ##
231 ## Clean up the motherboard id strings
232 ##
233 default MAINBOARD_PART_NUMBER="MS9185"
234 default MAINBOARD_VENDOR="MSI"
235 default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID=0x1022
236 default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x2b80
237
238 ###
239 ### LinuxBIOS layout values
240 ###
241
242 ## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy.
243 default ROM_IMAGE_SIZE = 65536
244
245 ##
246 ## Use a small 8K stack
247 ##
248 default STACK_SIZE=0x2000
249
250 ##
251 ## Use a small 32K heap
252 ##
253 default HEAP_SIZE=0x8000
254
255 ##
256 ## Only use the option table in a normal image
257 ##
258 default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE
259
260 ##
261 ## LinuxBIOS C code runs at this location in RAM
262 ##
263 default _RAMBASE=0x00100000
264
265 ##
266 ## Load the payload from the ROM
267 ##
268 default CONFIG_ROM_STREAM = 1
269
270 ###
271 ### Defaults of options that you may want to override in the target config file
272 ###
273
274 ##
275 ## The default compiler
276 ##
277 default CC="$(CROSS_COMPILE)gcc -m32"
278 default HOSTCC="gcc"
279
280 ##
281 ## Disable the gdb stub by default
282 ##
283 default CONFIG_GDB_STUB=0
284
285 ##
286 ## The Serial Console
287 ##
288
289 # To Enable the Serial Console
290 default CONFIG_CONSOLE_SERIAL8250=1
291
292 ## Select the serial console baud rate
293 default TTYS0_BAUD=115200
294 #default TTYS0_BAUD=57600
295 #default TTYS0_BAUD=38400
296 #default TTYS0_BAUD=19200
297 #default TTYS0_BAUD=9600
298 #default TTYS0_BAUD=4800
299 #default TTYS0_BAUD=2400
300 #default TTYS0_BAUD=1200
301
302 # Select the serial console base port
303 default TTYS0_BASE=0x3f8
304
305 # Select the serial protocol
306 # This defaults to 8 data bits, 1 stop bit, and no parity
307 default TTYS0_LCS=0x3
308
309 ##
310 ### Select the linuxBIOS loglevel
311 ##
312 ## EMERG      1   system is unusable
313 ## ALERT      2   action must be taken immediately
314 ## CRIT       3   critical conditions
315 ## ERR        4   error conditions
316 ## WARNING    5   warning conditions
317 ## NOTICE     6   normal but significant condition
318 ## INFO       7   informational
319 ## DEBUG      8   debug-level messages
320 ## SPEW       9   Way too many details
321
322 ## Request this level of debugging output
323 default  DEFAULT_CONSOLE_LOGLEVEL=8
324 ## At a maximum only compile in this level of debugging
325 default  MAXIMUM_CONSOLE_LOGLEVEL=8
326
327 ##
328 ## Select power on after power fail setting
329 default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
330
331 ### End Options.lb
332 end