713c8ad54d1f69aae8ac68df3a0c89037fa1f00a
[coreboot.git] / src / mainboard / iwill / dk8_htx / Options.lb
1 uses HAVE_MP_TABLE
2 uses HAVE_PIRQ_TABLE
3 uses HAVE_ACPI_TABLES
4 uses ACPI_SSDTX_NUM
5 uses USE_FALLBACK_IMAGE
6 uses USE_FAILOVER_IMAGE
7 uses HAVE_FALLBACK_BOOT
8 uses HAVE_FAILOVER_BOOT
9 uses HAVE_HARD_RESET
10 uses IRQ_SLOT_COUNT
11 uses HAVE_OPTION_TABLE
12 uses CONFIG_MAX_CPUS
13 uses CONFIG_MAX_PHYSICAL_CPUS
14 uses CONFIG_LOGICAL_CPUS
15 uses CONFIG_IOAPIC
16 uses CONFIG_SMP
17 uses FALLBACK_SIZE
18 uses FAILOVER_SIZE
19 uses ROM_SIZE
20 uses ROM_SECTION_SIZE
21 uses ROM_IMAGE_SIZE
22 uses ROM_SECTION_SIZE
23 uses ROM_SECTION_OFFSET
24 uses CONFIG_ROM_PAYLOAD
25 uses CONFIG_ROM_PAYLOAD_START
26 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
27 uses CONFIG_PRECOMPRESSED_PAYLOAD
28 uses PAYLOAD_SIZE
29 uses _ROMBASE
30 uses XIP_ROM_SIZE
31 uses XIP_ROM_BASE
32 uses STACK_SIZE
33 uses HEAP_SIZE
34 uses USE_OPTION_TABLE
35 uses LB_CKS_RANGE_START
36 uses LB_CKS_RANGE_END
37 uses LB_CKS_LOC
38 uses MAINBOARD_PART_NUMBER
39 uses MAINBOARD_VENDOR
40 uses MAINBOARD
41 uses MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
42 uses MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
43 uses LINUXBIOS_EXTRA_VERSION
44 uses _RAMBASE
45 uses TTYS0_BAUD
46 uses TTYS0_BASE
47 uses TTYS0_LCS
48 uses DEFAULT_CONSOLE_LOGLEVEL
49 uses MAXIMUM_CONSOLE_LOGLEVEL
50 uses MAINBOARD_POWER_ON_AFTER_POWER_FAIL
51 uses CONFIG_CONSOLE_SERIAL8250
52 uses HAVE_INIT_TIMER
53 uses CONFIG_GDB_STUB
54 uses CONFIG_GDB_STUB
55 uses CROSS_COMPILE
56 uses CC
57 uses HOSTCC
58 uses OBJCOPY
59 uses CONFIG_CHIP_NAME
60 uses CONFIG_CONSOLE_VGA
61 uses CONFIG_PCI_ROM_RUN
62 uses HW_MEM_HOLE_SIZEK
63 uses HW_MEM_HOLE_SIZE_AUTO_INC
64 uses K8_HT_FREQ_1G_SUPPORT
65
66 uses HT_CHAIN_UNITID_BASE
67 uses HT_CHAIN_END_UNITID_BASE
68 uses SB_HT_CHAIN_ON_BUS0
69 uses SB_HT_CHAIN_UNITID_OFFSET_ONLY
70
71 uses USE_DCACHE_RAM
72 uses DCACHE_RAM_BASE
73 uses DCACHE_RAM_SIZE
74 uses DCACHE_RAM_GLOBAL_VAR_SIZE
75 uses CONFIG_USE_INIT
76
77 uses SERIAL_CPU_INIT
78
79 uses ENABLE_APIC_EXT_ID
80 uses APIC_ID_OFFSET
81 uses LIFT_BSP_APIC_ID
82
83 uses CONFIG_PCI_64BIT_PREF_MEM
84
85 uses CONFIG_LB_MEM_TOPK
86
87 uses CONFIG_AP_CODE_IN_CAR
88
89 uses MEM_TRAIN_SEQ
90
91 uses WAIT_BEFORE_CPUS_INIT
92
93 uses CONFIG_USE_PRINTK_IN_CAR
94
95 ###
96 ### Build options
97 ###
98
99 ##
100 ## ROM_SIZE is the size of boot ROM that this board will use.
101 ##
102 default ROM_SIZE=524288
103
104 ##
105 ## FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
106 ##
107 #default FALLBACK_SIZE=131072
108 #default FALLBACK_SIZE=0x40000
109
110 #FALLBACK: 256K-4K
111 default FALLBACK_SIZE=0x3f000
112 #FAILOVER: 4K
113 default FAILOVER_SIZE=0x01000
114
115 #more 1M for pgtbl
116 default CONFIG_LB_MEM_TOPK=2048
117
118 ##
119 ## Build code for the fallback boot
120 ##
121 default HAVE_FALLBACK_BOOT=1
122 default HAVE_FAILOVER_BOOT=1
123
124 ##
125 ## Build code to reset the motherboard from linuxBIOS
126 ##
127 default HAVE_HARD_RESET=1
128
129 ##
130 ## Build code to export a programmable irq routing table
131 ##
132 default HAVE_PIRQ_TABLE=1
133 default IRQ_SLOT_COUNT=11
134
135 ##
136 ## Build code to export an x86 MP table
137 ## Useful for specifying IRQ routing values
138 ##
139 default HAVE_MP_TABLE=1
140
141 ## ACPI tables will be included
142 default HAVE_ACPI_TABLES=1
143 ## extra SSDT num
144 default ACPI_SSDTX_NUM=3
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=4
164 default CONFIG_MAX_PHYSICAL_CPUS=2
165 default CONFIG_LOGICAL_CPUS=1
166
167 default SERIAL_CPU_INIT=0
168
169 default ENABLE_APIC_EXT_ID=0
170 default APIC_ID_OFFSET=0x10
171 default LIFT_BSP_APIC_ID=1
172
173 #CHIP_NAME ?
174 default CONFIG_CHIP_NAME=1
175
176 #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. 
177 #2G
178 #default HW_MEM_HOLE_SIZEK=0x200000
179 #1G
180 #default HW_MEM_HOLE_SIZEK=0x100000
181 #512M
182 default HW_MEM_HOLE_SIZEK=0x80000
183
184 #make auto increase hole size to avoid hole_startk equal to basek so as to make some kernel happy
185 #default HW_MEM_HOLE_SIZE_AUTO_INC=1
186
187 #Opteron K8 1G HT Support
188 default K8_HT_FREQ_1G_SUPPORT=1
189
190 #VGA Console
191 default CONFIG_CONSOLE_VGA=1
192 default CONFIG_PCI_ROM_RUN=1
193
194 #HT Unit ID offset, default is 1, the typical one
195 default HT_CHAIN_UNITID_BASE=0xa
196
197 #real SB Unit ID, default is 0x20, mean dont touch it at last
198 default HT_CHAIN_END_UNITID_BASE=0x6
199
200 #make the SB HT chain on bus 0, default is not (0)
201 default SB_HT_CHAIN_ON_BUS0=2
202
203 #only offset for SB chain?, default is yes(1)
204 #default SB_HT_CHAIN_UNITID_OFFSET_ONLY=0
205
206 #allow capable device use that above 4G
207 #default CONFIG_PCI_64BIT_PREF_MEM=1
208
209 ##
210 ## enable CACHE_AS_RAM specifics
211 ##
212 default USE_DCACHE_RAM=1
213 default DCACHE_RAM_BASE=0xc4000
214 default DCACHE_RAM_SIZE=0x0c000
215 default DCACHE_RAM_GLOBAL_VAR_SIZE=0x01000
216 default CONFIG_USE_INIT=0
217
218 ##
219 ## for rev F training on AP purpose
220 ##
221 #default CONFIG_AP_CODE_IN_CAR=1
222 #default MEM_TRAIN_SEQ=1
223 #default WAIT_BEFORE_CPUS_INIT=1
224
225 ##
226 ## Build code to setup a generic IOAPIC
227 ##
228 default CONFIG_IOAPIC=1
229
230 ##
231 ## Clean up the motherboard id strings
232 ##
233 default MAINBOARD_PART_NUMBER="dk8_htx"
234 default MAINBOARD_VENDOR="IWILL"
235 default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID=0x1022
236 default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x2b80
237
238 ###
239 ### LinuxBIOS layout values
240 ###
241
242 ## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy.
243 default ROM_IMAGE_SIZE = 65536
244
245 ##
246 ## Use a small 8K stack
247 ##
248 default STACK_SIZE=0x2000
249
250 ##
251 ## Use a small 32K heap
252 ##
253 default HEAP_SIZE=0x8000
254
255 ##
256 ## Only use the option table in a normal image
257 ##
258 default USE_OPTION_TABLE = (!USE_FALLBACK_IMAGE) && (!USE_FAILOVER_IMAGE )
259
260 ##
261 ## LinuxBIOS C code runs at this location in RAM
262 ##
263 default _RAMBASE=0x00100000
264
265 ##
266 ## Load the payload from the ROM
267 ##
268 default CONFIG_ROM_PAYLOAD = 1
269
270 ###
271 ### Defaults of options that you may want to override in the target config file
272 ### 
273
274 ##
275 ## The default compiler
276 ##
277 default CC="$(CROSS_COMPILE)gcc -m32"
278 default HOSTCC="gcc"
279
280 ##
281 ## Disable the gdb stub by default
282 ## 
283 default CONFIG_GDB_STUB=0
284
285 ##
286 ## The Serial Console
287 ##
288 default CONFIG_USE_PRINTK_IN_CAR=1
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