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