e818e241c57eee28d0039033f6bc8039e8407b1f
[coreboot.git] / src / mainboard / asus / a8n_e / Options.lb
1 ##
2 ## This file is part of the LinuxBIOS project.
3 ##
4 ## Copyright (C) 2007 Philipp Degler <pdegler@rumms.uni-mannheim.de>
5 ## (Thanks to LSRA University of Mannheim for their support)
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 USE_FALLBACK_IMAGE
25 uses USE_FAILOVER_IMAGE
26 uses HAVE_FALLBACK_BOOT
27 uses HAVE_FAILOVER_BOOT
28 uses HAVE_HARD_RESET
29 uses IRQ_SLOT_COUNT
30 uses HAVE_OPTION_TABLE
31 uses CONFIG_MAX_CPUS
32 uses CONFIG_MAX_PHYSICAL_CPUS
33 uses CONFIG_LOGICAL_CPUS
34 uses CONFIG_IOAPIC
35 uses CONFIG_SMP
36 uses FALLBACK_SIZE
37 uses FAILOVER_SIZE
38 uses ROM_SIZE
39 uses ROM_SECTION_SIZE
40 uses ROM_IMAGE_SIZE
41 uses ROM_SECTION_SIZE
42 uses ROM_SECTION_OFFSET
43 uses CONFIG_ROM_PAYLOAD
44 uses CONFIG_ROM_PAYLOAD_START
45 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
46 uses CONFIG_PRECOMPRESSED_PAYLOAD
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 CONFIG_GDB_STUB
65 uses CROSS_COMPILE
66 uses CC
67 uses HOSTCC
68 uses OBJCOPY
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 CONFIG_CONSOLE_BTEXT
77 uses HAVE_INIT_TIMER
78 uses CONFIG_GDB_STUB
79 uses CONFIG_CHIP_NAME
80 uses CONFIG_CONSOLE_VGA
81 uses CONFIG_PCI_ROM_RUN
82 uses HW_MEM_HOLE_SIZEK
83
84 uses USE_DCACHE_RAM
85 uses DCACHE_RAM_BASE
86 uses DCACHE_RAM_SIZE
87 uses CONFIG_USE_INIT
88 uses DCACHE_RAM_GLOBAL_VAR_SIZE
89 uses CONFIG_AP_CODE_IN_CAR
90 uses MEM_TRAIN_SEQ
91 uses WAIT_BEFORE_CPUS_INIT
92
93 uses ENABLE_APIC_EXT_ID
94 uses APIC_ID_OFFSET
95 uses LIFT_BSP_APIC_ID
96
97 uses CONFIG_PCI_64BIT_PREF_MEM
98
99 uses HT_CHAIN_UNITID_BASE
100 uses HT_CHAIN_END_UNITID_BASE
101 uses SB_HT_CHAIN_ON_BUS0
102 uses SB_HT_CHAIN_UNITID_OFFSET_ONLY
103
104 uses CONFIG_LB_MEM_TOPK
105
106
107 ## ROM_SIZE is the size of boot ROM that this board will use.
108 ## ---> 512 Kbytes 
109 default ROM_SIZE=(512*1024)
110
111 ##
112 ## FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
113 ##
114 default FALLBACK_SIZE=(252*1024)
115
116 #FAILOVER: 4K
117 default FAILOVER_SIZE=(4*1024)
118
119 ###
120 ### Build options
121 ###
122
123 ##
124 ## Build code for the fallback boot
125 ##
126 default HAVE_FALLBACK_BOOT=1
127 default HAVE_FAILOVER_BOOT=1
128
129 ##
130 ## Build code to reset the motherboard from linuxBIOS
131 ##
132 default HAVE_HARD_RESET=1
133
134 ##
135 ## Build code to export a programmable irq routing table
136 ##
137 default HAVE_PIRQ_TABLE=1
138 default IRQ_SLOT_COUNT=13
139
140 ##
141 ## Build code to export an x86 MP table
142 ## Useful for specifying IRQ routing values
143 ##
144 default HAVE_MP_TABLE=1
145
146 ##
147 ## Build code to export a CMOS option table
148 ##
149 default HAVE_OPTION_TABLE=1
150
151 ##
152 ## Move the default LinuxBIOS cmos range off of AMD RTC registers
153 ##
154 default LB_CKS_RANGE_START=49
155 default LB_CKS_RANGE_END=122
156 default LB_CKS_LOC=123
157
158 ##
159 ## Build code for SMP support
160 ## Only worry about 2 micro processors
161 ##
162 default CONFIG_SMP=1
163 default CONFIG_MAX_CPUS=2
164 default CONFIG_MAX_PHYSICAL_CPUS=1
165 default CONFIG_LOGICAL_CPUS=1
166
167 #1G memory hole
168 default HW_MEM_HOLE_SIZEK=0x100000
169
170 ##HT Unit ID offset, default is 1, the typical one
171 default HT_CHAIN_UNITID_BASE=0
172
173 ##real SB Unit ID, default is 0x20, mean dont touch it at last
174 #default HT_CHAIN_END_UNITID_BASE=0x10
175
176 #make the SB HT chain on bus 0, default is not (0)
177 default SB_HT_CHAIN_ON_BUS0=2
178
179 ##only offset for SB chain?, default is yes(1)
180 default SB_HT_CHAIN_UNITID_OFFSET_ONLY=0
181
182 #BTEXT Console
183 #default CONFIG_CONSOLE_BTEXT=1
184
185 #VGA Console
186 default CONFIG_CONSOLE_VGA=1
187 default CONFIG_PCI_ROM_RUN=1
188
189 ##
190 ## enable CACHE_AS_RAM specifics
191 ##
192 default USE_DCACHE_RAM=1
193 #default DCACHE_RAM_BASE=0xcf000
194 #default DCACHE_RAM_SIZE=0x1000
195 default DCACHE_RAM_BASE=0xc8000
196 default DCACHE_RAM_SIZE=0x08000
197 default DCACHE_RAM_GLOBAL_VAR_SIZE=0x01000
198 default CONFIG_USE_INIT=0
199
200 default CONFIG_AP_CODE_IN_CAR=0
201 default MEM_TRAIN_SEQ=2
202 default WAIT_BEFORE_CPUS_INIT=0
203
204 ## APIC stuff
205 #default ENABLE_APIC_EXT_ID=0
206 #default APIC_ID_OFFSET=0x10
207 #default LIFT_BSP_APIC_ID=0
208
209
210 #default CONFIG_PCI_64BIT_PREF_MEM=1
211
212 ##
213 ## Build code to setup a generic IOAPIC
214 ##
215 default CONFIG_IOAPIC=1
216
217 ##
218 ## Clean up the motherboard id strings
219 ##
220 default MAINBOARD_PART_NUMBER="A8NE"
221 default MAINBOARD_VENDOR="ASUS"
222 default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID=0x10f1
223 default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x2891
224
225 ###
226 ### LinuxBIOS layout values
227 ###
228
229 ## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy.
230 default ROM_IMAGE_SIZE = (64*1024)
231 #65536
232
233 ##
234 ## Use a small 8K stack
235 ##
236 default STACK_SIZE=0x2000
237
238 ##
239 ## Use a small 16K heap
240 ##
241 default HEAP_SIZE=0x4000
242
243 ##
244 ## Only use the option table in a normal image
245 ##
246 #efault USE_OPTION_TABLE = !USE_FALLBACK_IMAGE
247 default USE_OPTION_TABLE = (!USE_FALLBACK_IMAGE) && (!USE_FAILOVER_IMAGE )
248
249 ##
250 ## LinuxBIOS C code runs at this location in RAM
251 ##
252 default _RAMBASE=0x00004000
253
254 ##
255 ## Load the payload from the ROM
256 ##
257 default CONFIG_ROM_PAYLOAD = 1
258
259 ###
260 ### Defaults of options that you may want to override in the target config file
261 ### 
262
263 ##
264 ## The default compiler
265 ##
266 default CC="$(CROSS_COMPILE)gcc -m32"
267 default HOSTCC="gcc"
268
269 ##
270 ## Disable the gdb stub by default
271 ## 
272 default CONFIG_GDB_STUB=0
273
274 ##
275 ## The Serial Console
276 ##
277
278 # To Enable the Serial Console
279 default CONFIG_CONSOLE_SERIAL8250=1
280
281 ## Select the serial console baud rate
282 default TTYS0_BAUD=115200
283 #default TTYS0_BAUD=57600
284 #default TTYS0_BAUD=38400
285 #default TTYS0_BAUD=19200
286 #default TTYS0_BAUD=9600
287 #default TTYS0_BAUD=4800
288 #default TTYS0_BAUD=2400
289 #default TTYS0_BAUD=1200
290
291 # Select the serial console base port
292 default TTYS0_BASE=0x3f8
293
294 # Select the serial protocol
295 # This defaults to 8 data bits, 1 stop bit, and no parity
296 default TTYS0_LCS=0x3
297
298 ##
299 ### Select the linuxBIOS loglevel
300 ##
301 ## EMERG      1   system is unusable               
302 ## ALERT      2   action must be taken immediately 
303 ## CRIT       3   critical conditions              
304 ## ERR        4   error conditions                 
305 ## WARNING    5   warning conditions               
306 ## NOTICE     6   normal but significant condition 
307 ## INFO       7   informational                    
308 ## DEBUG      8   debug-level messages             
309 ## SPEW       9   Way too many details             
310
311 ## Request this level of debugging output
312 default  DEFAULT_CONSOLE_LOGLEVEL=8
313 ## At a maximum only compile in this level of debugging
314 default  MAXIMUM_CONSOLE_LOGLEVEL=8
315
316 ##
317 ## Select power on after power fail setting
318 default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
319
320 ### End Options.lb
321 end