This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / technexion / tim8690 / Options.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2008 Advanced Micro Devices, Inc.
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 ##
19 ##
20 ##
21
22 uses CONFIG_HAVE_MP_TABLE
23 uses CONFIG_CBFS
24 uses CONFIG_HAVE_PIRQ_TABLE
25 uses CONFIG_HAVE_ACPI_TABLES
26 uses CONFIG_HAVE_ACPI_RESUME
27 uses CONFIG_USE_FALLBACK_IMAGE
28 uses CONFIG_HAVE_FALLBACK_BOOT
29 uses CONFIG_HAVE_HARD_RESET
30 uses CONFIG_IRQ_SLOT_COUNT
31 uses CONFIG_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 CONFIG_FALLBACK_SIZE
38 uses CONFIG_ROM_SIZE
39 uses CONFIG_ROM_SECTION_SIZE
40 uses CONFIG_ROM_IMAGE_SIZE
41 uses CONFIG_ROM_SECTION_SIZE
42 uses CONFIG_ROM_SECTION_OFFSET
43 uses CONFIG_ROM_PAYLOAD
44 uses CONFIG_ROM_PAYLOAD_START
45 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
46 uses CONFIG_PAYLOAD_SIZE
47 uses CONFIG_ROMBASE
48 uses CONFIG_XIP_ROM_SIZE
49 uses CONFIG_XIP_ROM_BASE
50 uses CONFIG_STACK_SIZE
51 uses CONFIG_HEAP_SIZE
52 uses CONFIG_USE_OPTION_TABLE
53 uses CONFIG_LB_CKS_RANGE_START
54 uses CONFIG_LB_CKS_RANGE_END
55 uses CONFIG_LB_CKS_LOC
56 uses CONFIG_MAINBOARD_PART_NUMBER
57 uses CONFIG_MAINBOARD_VENDOR
58 uses CONFIG_MAINBOARD
59 uses CONFIG_MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
60 uses CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
61 uses COREBOOT_EXTRA_VERSION
62 uses CONFIG_RAMBASE
63 uses CONFIG_TTYS0_BAUD
64 uses CONFIG_TTYS0_BASE
65 uses CONFIG_TTYS0_LCS
66 uses CONFIG_DEFAULT_CONSOLE_LOGLEVEL
67 uses CONFIG_MAXIMUM_CONSOLE_LOGLEVEL
68 uses CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL
69 uses CONFIG_CONSOLE_SERIAL8250
70 uses CONFIG_HAVE_INIT_TIMER
71 uses CONFIG_GDB_STUB
72 uses CONFIG_GDB_STUB
73 uses CONFIG_CROSS_COMPILE
74 uses CC
75 uses CONFIG_HOSTCC
76 uses CONFIG_OBJCOPY
77 uses CONFIG_CONSOLE_VGA
78 uses CONFIG_PCI_ROM_RUN
79 uses CONFIG_HW_MEM_HOLE_SIZEK
80 uses CONFIG_HT_CHAIN_UNITID_BASE
81 uses CONFIG_HT_CHAIN_END_UNITID_BASE
82 uses CONFIG_SB_HT_CHAIN_ON_BUS0
83
84 uses CONFIG_USE_DCACHE_RAM
85 uses CONFIG_DCACHE_RAM_BASE
86 uses CONFIG_DCACHE_RAM_SIZE
87 uses CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE
88 uses CONFIG_USE_INIT
89
90 uses CONFIG_SB_HT_CHAIN_UNITID_OFFSET_ONLY
91 uses CONFIG_USE_PRINTK_IN_CAR
92
93 uses CONFIG_VIDEO_MB
94 uses CONFIG_GFXUMA
95 uses CONFIG_HAVE_MAINBOARD_RESOURCES
96
97 ###
98 ### Build options
99 ###
100
101 ##
102 ## CONFIG_ROM_SIZE is the size of boot ROM that this board will use.
103 ##
104 default CONFIG_ROM_SIZE=524288
105
106 ##
107 ## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image will use
108 ##
109 #default CONFIG_FALLBACK_SIZE=131072
110 #256K
111 default CONFIG_FALLBACK_SIZE=0x40000
112
113 ##
114 ## Build code for the fallback boot
115 ##
116 default CONFIG_HAVE_FALLBACK_BOOT=1
117
118 ##
119 ## Build code to reset the motherboard from coreboot
120 ##
121 default CONFIG_HAVE_HARD_RESET=1
122
123 ##
124 ## Build code to export a programmable irq routing table
125 ##
126 default CONFIG_HAVE_PIRQ_TABLE=1
127 default CONFIG_IRQ_SLOT_COUNT=11
128
129 ##
130 ## Build code to export an x86 MP table
131 ## Useful for specifying IRQ routing values
132 ##
133 default CONFIG_HAVE_MP_TABLE=1
134
135 ## ACPI tables will be included
136 default CONFIG_HAVE_ACPI_TABLES=1
137
138 ##
139 ## Build code to export a CMOS option table
140 ##
141 default CONFIG_HAVE_OPTION_TABLE=0
142
143 ##
144 ## Move the default coreboot cmos range off of AMD RTC registers
145 ##
146 default CONFIG_LB_CKS_RANGE_START=49
147 default CONFIG_LB_CKS_RANGE_END=122
148 default CONFIG_LB_CKS_LOC=123
149
150 ##
151 ## Build code for SMP support
152 ## Only worry about 2 micro processors
153 ##
154 default CONFIG_SMP=1
155 default CONFIG_MAX_CPUS=2
156
157 default CONFIG_MAX_PHYSICAL_CPUS=1
158 default CONFIG_LOGICAL_CPUS=1
159
160
161 #1G memory hole
162 default CONFIG_HW_MEM_HOLE_SIZEK=0x100000
163
164 #VGA Console
165 default CONFIG_CONSOLE_VGA=1
166 default CONFIG_PCI_ROM_RUN=1
167
168 # BTDC: Only one HT device on Herring.
169 #HT Unit ID offset
170 #default CONFIG_HT_CHAIN_UNITID_BASE=0x6
171 default CONFIG_HT_CHAIN_UNITID_BASE=0x0
172
173
174 #real SB Unit ID
175 default CONFIG_HT_CHAIN_END_UNITID_BASE=0x1
176
177 #make the SB HT chain on bus 0
178 default CONFIG_SB_HT_CHAIN_ON_BUS0=1
179
180 ##
181 ## enable CACHE_AS_RAM specifics
182 ##
183 default CONFIG_USE_DCACHE_RAM=1
184 default CONFIG_DCACHE_RAM_BASE=0xc8000
185 default CONFIG_DCACHE_RAM_SIZE=0x8000
186 default CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE=0x01000
187 default CONFIG_USE_INIT=0
188
189 ##
190 ## Build code to setup a generic IOAPIC
191 ##
192 default CONFIG_IOAPIC=1
193
194 ##
195 ## Clean up the motherboard id strings
196 ##
197 default CONFIG_MAINBOARD_PART_NUMBER="tim8690"
198 default CONFIG_MAINBOARD_VENDOR="technexion"
199 default CONFIG_MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID=0x1022
200 default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x3050
201
202
203 ###
204 ### coreboot layout values
205 ###
206
207 ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
208 default CONFIG_ROM_IMAGE_SIZE = 65536
209
210 ##
211 ## Use a small 8K stack
212 ##
213 default CONFIG_STACK_SIZE=0x2000
214
215 ##
216 ## Use a small 16K heap
217 ##
218 default CONFIG_HEAP_SIZE=0x4000
219
220 ##
221 ## Only use the option table in a normal image
222 ##
223 #default CONFIG_USE_OPTION_TABLE = !CONFIG_USE_FALLBACK_IMAGE
224 default CONFIG_USE_OPTION_TABLE = 0
225
226 ##
227 ## coreboot C code runs at this location in RAM
228 ##
229 default CONFIG_RAMBASE=0x00004000
230
231 ##
232 ## Load the payload from the ROM
233 ##
234 default CONFIG_ROM_PAYLOAD = 1
235
236 ###
237 ### Defaults of options that you may want to override in the target config file
238 ###
239
240 ##
241 ## The default compiler
242 ##
243 default CC="$(CONFIG_CROSS_COMPILE)gcc -m32"
244 default CONFIG_HOSTCC="gcc"
245
246 ##
247 ## Disable the gdb stub by default
248 ##
249 default CONFIG_GDB_STUB=0
250
251
252 default CONFIG_USE_PRINTK_IN_CAR=1
253
254 ##
255 ## The Serial Console
256 ##
257
258 # To Enable the Serial Console
259 default CONFIG_CONSOLE_SERIAL8250=1
260
261 ## Select the serial console baud rate
262 default CONFIG_TTYS0_BAUD=115200
263 #default CONFIG_TTYS0_BAUD=57600
264 #default CONFIG_TTYS0_BAUD=38400
265 #default CONFIG_TTYS0_BAUD=19200
266 #default CONFIG_TTYS0_BAUD=9600
267 #default CONFIG_TTYS0_BAUD=4800
268 #default CONFIG_TTYS0_BAUD=2400
269 #default CONFIG_TTYS0_BAUD=1200
270
271 # Select the serial console base port
272 default CONFIG_TTYS0_BASE=0x3f8
273
274 # Select the serial protocol
275 # This defaults to 8 data bits, 1 stop bit, and no parity
276 default CONFIG_TTYS0_LCS=0x3
277
278 ##
279 ### Select the coreboot loglevel
280 ##
281 ## EMERG      1   system is unusable
282 ## ALERT      2   action must be taken immediately
283 ## CRIT       3   critical conditions
284 ## ERR        4   error conditions
285 ## WARNING    5   warning conditions
286 ## NOTICE     6   normal but significant condition
287 ## INFO       7   informational
288 ## CONFIG_DEBUG      8   debug-level messages
289 ## SPEW       9   Way too many details
290
291 ## Request this level of debugging output
292 default  CONFIG_DEFAULT_CONSOLE_LOGLEVEL=8
293 ## At a maximum only compile in this level of debugging
294 default  CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
295
296 ##
297 ## Select power on after power fail setting
298 default CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
299
300 default CONFIG_VIDEO_MB=1
301 default CONFIG_GFXUMA=1
302 default CONFIG_HAVE_MAINBOARD_RESOURCES=1
303
304 ### End Options.lb
305 end