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