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