AMD K8 platforms must use CAR so it makes sense to use the PRINK_IN_CAR
[coreboot.git] / src / mainboard / msi / ms9282 / Options.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2006 AMD
5 ## Written by Yinghai Lu <yinghailu@gmail.com> for AMD.
6 ##
7 ## Copyright (C) 2006 MSI
8 ## Written by Bingxun Shi <bingxunshi@gmail.com> for MSI.
9 ##
10 ## This program is free software; you can redistribute it and/or modify
11 ## it under the terms of the GNU General Public License as published by
12 ## the Free Software Foundation; either version 2 of the License, or
13 ## (at your option) any later version.
14 ##
15 ## This program is distributed in the hope that it will be useful,
16 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ## GNU General Public License for more details.
19 ##
20 ## You should have received a copy of the GNU General Public License
21 ## along with this program; if not, write to the Free Software
22 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
23 ##
24
25 uses HAVE_MP_TABLE
26 uses HAVE_PIRQ_TABLE
27 uses USE_FALLBACK_IMAGE
28 uses HAVE_FALLBACK_BOOT
29 uses HAVE_HARD_RESET
30 uses IRQ_SLOT_COUNT
31 uses HAVE_OPTION_TABLE
32 uses CONFIG_MAX_CPUS
33 uses CONFIG_MAX_PHYSICAL_CPUS
34 uses CONFIG_LOGICAL_CPUS
35 uses CONFIG_IOAPIC
36 uses CONFIG_SMP
37 uses FALLBACK_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 PAYLOAD_SIZE
46 uses _ROMBASE
47 uses XIP_ROM_SIZE
48 uses XIP_ROM_BASE
49 uses STACK_SIZE
50 uses HEAP_SIZE
51 uses USE_OPTION_TABLE
52 uses LB_CKS_RANGE_START
53 uses LB_CKS_RANGE_END
54 uses LB_CKS_LOC
55 uses MAINBOARD
56 uses MAINBOARD_PART_NUMBER
57 uses MAINBOARD_VENDOR
58 uses MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
59 uses MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
60 uses COREBOOT_EXTRA_VERSION
61 uses _RAMBASE
62 uses CONFIG_GDB_STUB
63 uses CROSS_COMPILE
64 uses CC
65 uses HOSTCC
66 uses OBJCOPY
67 uses TTYS0_BAUD
68 uses TTYS0_BASE
69 uses TTYS0_LCS
70 uses DEFAULT_CONSOLE_LOGLEVEL
71 uses MAXIMUM_CONSOLE_LOGLEVEL
72 uses MAINBOARD_POWER_ON_AFTER_POWER_FAIL
73 uses CONFIG_CONSOLE_SERIAL8250
74 uses HAVE_INIT_TIMER
75 uses CONFIG_GDB_STUB
76 uses CONFIG_CHIP_NAME
77 uses CONFIG_CONSOLE_VGA
78 uses CONFIG_PCI_ROM_RUN
79 #bx_b001- uses K8_HW_MEM_HOLE_SIZEK
80 uses K8_HT_FREQ_1G_SUPPORT
81
82 uses USE_DCACHE_RAM
83 uses DCACHE_RAM_BASE
84 uses DCACHE_RAM_SIZE
85 uses DCACHE_RAM_GLOBAL_VAR_SIZE
86 uses CONFIG_USE_INIT
87
88 uses ENABLE_APIC_EXT_ID
89 uses APIC_ID_OFFSET
90 uses LIFT_BSP_APIC_ID
91
92 uses HT_CHAIN_UNITID_BASE
93 uses HT_CHAIN_END_UNITID_BASE
94 #bx_b001- uses K8_SB_HT_CHAIN_ON_BUS0
95 uses SB_HT_CHAIN_UNITID_OFFSET_ONLY
96 #bx_b005+
97 uses SB_HT_CHAIN_ON_BUS0
98
99 # stepan 2007-04-12
100 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
101 uses CONFIG_COMPRESSED_PAYLOAD_NRV2B
102 uses CONFIG_PRECOMPRESSED_PAYLOAD
103 uses CONFIG_USE_PRINTK_IN_CAR\r
104
105 ## ROM_SIZE is the size of boot ROM that this board will use.
106 #512K bytes
107 default ROM_SIZE=524288
108
109 #1M bytes
110 #bx- default ROM_SIZE=1048576
111
112 ##
113 ## FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
114 ##
115 #default FALLBACK_SIZE=131072
116 #256K
117 default FALLBACK_SIZE=0x40000
118
119 ###
120 ### Build options
121 ###
122
123 ##
124 ## Build code for the fallback boot
125 ##
126 default HAVE_FALLBACK_BOOT=1
127
128 ##
129 ## Build code to reset the motherboard from coreboot
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=11
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 coreboot 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=4
163 default CONFIG_MAX_PHYSICAL_CPUS=2
164 default CONFIG_LOGICAL_CPUS=1
165
166 #CHIP_NAME ?
167 #default CONFIG_CHIP_NAME=1
168
169 #1G memory hole
170 #bx_b001- default K8_HW_MEM_HOLE_SIZEK=0x100000
171
172 #Opteron K8 1G HT Support
173 default K8_HT_FREQ_1G_SUPPORT=1
174
175 ##HT Unit ID offset, default is 1, the typical one
176 default HT_CHAIN_UNITID_BASE=0x0
177
178 ##real SB Unit ID, default is 0x20, mean dont touch it at last
179 #default HT_CHAIN_END_UNITID_BASE=0x0
180
181 #make the SB HT chain on bus 0, default is not (0)
182 #bx_b001- default K8_SB_HT_CHAIN_ON_BUS0=2
183
184 ##bx_b005+ make the SB HT chain on bus 0
185 default SB_HT_CHAIN_ON_BUS0=1
186
187 ##only offset for SB chain?, default is yes(1)
188 default SB_HT_CHAIN_UNITID_OFFSET_ONLY=0
189
190 #VGA
191 default CONFIG_CONSOLE_VGA=1
192 default CONFIG_PCI_ROM_RUN=1
193
194 ##
195 ## enable CACHE_AS_RAM specifics
196 ##
197 default USE_DCACHE_RAM=1
198 default DCACHE_RAM_BASE=0xcc000
199 default DCACHE_RAM_SIZE=0x4000
200 default DCACHE_RAM_GLOBAL_VAR_SIZE=0x01000
201 default CONFIG_USE_INIT=0
202
203 default ENABLE_APIC_EXT_ID=1
204 default APIC_ID_OFFSET=0x10
205 default LIFT_BSP_APIC_ID=0
206
207 ##
208 ## Build code to setup a generic IOAPIC
209 ##
210 default CONFIG_IOAPIC=1
211
212 ##
213 ## Clean up the motherboard id strings
214 ##
215 default MAINBOARD_PART_NUMBER="ms9282"
216 default MAINBOARD_VENDOR="MSI"
217 default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID=0x1462
218 default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x9282
219
220 ###
221 ### coreboot layout values
222 ###
223
224 ## ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
225 default ROM_IMAGE_SIZE = 65536
226
227 ##
228 ## Use a small 8K stack
229 ##
230 default STACK_SIZE=0x2000
231
232 ##
233 ## Use a small 16K heap
234 ##
235 default HEAP_SIZE=0x4000
236
237 ##
238 ## Only use the option table in a normal image
239 ##
240 default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE
241
242 ##
243 ## Coreboot C code runs at this location in RAM
244 ##
245 default _RAMBASE=0x00004000
246
247 ##
248 ## Load the payload from the ROM
249 ##
250 default CONFIG_ROM_PAYLOAD = 1
251
252 ###
253 ### Defaults of options that you may want to override in the target config file
254 ###
255
256 ##
257 ## The default compiler
258 ##
259 default CC="$(CROSS_COMPILE)gcc -m32"
260 default HOSTCC="gcc"
261
262 ##
263 ## Disable the gdb stub by default
264 ##
265 default CONFIG_GDB_STUB=0
266
267 ##
268 ## The Serial Console
269 ##
270 default CONFIG_USE_PRINTK_IN_CAR=1
271 \r
272 # To Enable the Serial Console
273 default CONFIG_CONSOLE_SERIAL8250=1
274
275 ## Select the serial console baud rate
276 default TTYS0_BAUD=115200
277 #default TTYS0_BAUD=57600
278 #default TTYS0_BAUD=38400
279 #default TTYS0_BAUD=19200
280 #default TTYS0_BAUD=9600
281 #default TTYS0_BAUD=4800
282 #default TTYS0_BAUD=2400
283 #default TTYS0_BAUD=1200
284
285 # Select the serial console base port
286 default TTYS0_BASE=0x3f8
287
288 # Select the serial protocol
289 # This defaults to 8 data bits, 1 stop bit, and no parity
290 default TTYS0_LCS=0x3
291
292 ##
293 ### Select the coreboot loglevel
294 ##
295 ## EMERG      1   system is unusable
296 ## ALERT      2   action must be taken immediately
297 ## CRIT       3   critical conditions
298 ## ERR        4   error conditions
299 ## WARNING    5   warning conditions
300 ## NOTICE     6   normal but significant condition
301 ## INFO       7   informational
302 ## DEBUG      8   debug-level messages
303 ## SPEW       9   Way too many details
304
305 ## Request this level of debugging output
306 default  DEFAULT_CONSOLE_LOGLEVEL=8
307 ## At a maximum only compile in this level of debugging
308 default  MAXIMUM_CONSOLE_LOGLEVEL=8
309
310 ##
311 ## Select power on after power fail setting
312 default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
313
314 ### End Options.lb
315 end