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