Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should
[coreboot.git] / src / mainboard / iwill / dk8_htx / Options.lb
1 uses HAVE_MP_TABLE
2 uses CONFIG_ROMFS
3 uses HAVE_PIRQ_TABLE
4 uses HAVE_ACPI_TABLES
5 uses ACPI_SSDTX_NUM
6 uses USE_FALLBACK_IMAGE
7 uses USE_FAILOVER_IMAGE
8 uses HAVE_FALLBACK_BOOT
9 uses HAVE_FAILOVER_BOOT
10 uses HAVE_HARD_RESET
11 uses IRQ_SLOT_COUNT
12 uses HAVE_OPTION_TABLE
13 uses CONFIG_MAX_CPUS
14 uses CONFIG_MAX_PHYSICAL_CPUS
15 uses CONFIG_LOGICAL_CPUS
16 uses CONFIG_IOAPIC
17 uses CONFIG_SMP
18 uses FALLBACK_SIZE
19 uses FAILOVER_SIZE
20 uses ROM_SIZE
21 uses ROM_SECTION_SIZE
22 uses ROM_IMAGE_SIZE
23 uses ROM_SECTION_SIZE
24 uses ROM_SECTION_OFFSET
25 uses CONFIG_ROM_PAYLOAD
26 uses CONFIG_ROM_PAYLOAD_START
27 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
28 uses CONFIG_PRECOMPRESSED_PAYLOAD
29 uses PAYLOAD_SIZE
30 uses _ROMBASE
31 uses XIP_ROM_SIZE
32 uses XIP_ROM_BASE
33 uses STACK_SIZE
34 uses HEAP_SIZE
35 uses USE_OPTION_TABLE
36 uses LB_CKS_RANGE_START
37 uses LB_CKS_RANGE_END
38 uses LB_CKS_LOC
39 uses MAINBOARD_PART_NUMBER
40 uses MAINBOARD_VENDOR
41 uses MAINBOARD
42 uses MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
43 uses MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
44 uses COREBOOT_EXTRA_VERSION
45 uses _RAMBASE
46 uses TTYS0_BAUD
47 uses TTYS0_BASE
48 uses TTYS0_LCS
49 uses DEFAULT_CONSOLE_LOGLEVEL
50 uses MAXIMUM_CONSOLE_LOGLEVEL
51 uses MAINBOARD_POWER_ON_AFTER_POWER_FAIL
52 uses CONFIG_CONSOLE_SERIAL8250
53 uses HAVE_INIT_TIMER
54 uses CONFIG_GDB_STUB
55 uses CONFIG_GDB_STUB
56 uses CROSS_COMPILE
57 uses CC
58 uses HOSTCC
59 uses OBJCOPY
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 coreboot
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 coreboot 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 #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. 
174 #2G
175 #default HW_MEM_HOLE_SIZEK=0x200000
176 #1G
177 #default HW_MEM_HOLE_SIZEK=0x100000
178 #512M
179 default HW_MEM_HOLE_SIZEK=0x80000
180
181 #make auto increase hole size to avoid hole_startk equal to basek so as to make some kernel happy
182 #default HW_MEM_HOLE_SIZE_AUTO_INC=1
183
184 #Opteron K8 1G HT Support
185 default K8_HT_FREQ_1G_SUPPORT=1
186
187 #VGA Console
188 default CONFIG_CONSOLE_VGA=1
189 default CONFIG_PCI_ROM_RUN=1
190
191 #HT Unit ID offset, default is 1, the typical one
192 default HT_CHAIN_UNITID_BASE=0xa
193
194 #real SB Unit ID, default is 0x20, mean dont touch it at last
195 default HT_CHAIN_END_UNITID_BASE=0x6
196
197 #make the SB HT chain on bus 0, default is not (0)
198 default SB_HT_CHAIN_ON_BUS0=2
199
200 #only offset for SB chain?, default is yes(1)
201 #default SB_HT_CHAIN_UNITID_OFFSET_ONLY=0
202
203 #allow capable device use that above 4G
204 #default CONFIG_PCI_64BIT_PREF_MEM=1
205
206 ##
207 ## enable CACHE_AS_RAM specifics
208 ##
209 default USE_DCACHE_RAM=1
210 default DCACHE_RAM_BASE=0xc4000
211 default DCACHE_RAM_SIZE=0x0c000
212 default DCACHE_RAM_GLOBAL_VAR_SIZE=0x01000
213 default CONFIG_USE_INIT=0
214
215 ##
216 ## for rev F training on AP purpose
217 ##
218 #default CONFIG_AP_CODE_IN_CAR=1
219 #default MEM_TRAIN_SEQ=1
220 #default WAIT_BEFORE_CPUS_INIT=1
221
222 ##
223 ## Build code to setup a generic IOAPIC
224 ##
225 default CONFIG_IOAPIC=1
226
227 ##
228 ## Clean up the motherboard id strings
229 ##
230 default MAINBOARD_PART_NUMBER="dk8_htx"
231 default MAINBOARD_VENDOR="IWILL"
232 default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID=0x1022
233 default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x2b80
234
235 ###
236 ### coreboot layout values
237 ###
238
239 ## ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
240 default ROM_IMAGE_SIZE = 65536
241
242 ##
243 ## Use a small 8K stack
244 ##
245 default STACK_SIZE=0x2000
246
247 ##
248 ## Use a small 32K heap
249 ##
250 default HEAP_SIZE=0x8000
251
252 ##
253 ## Only use the option table in a normal image
254 ##
255 default USE_OPTION_TABLE = (!USE_FALLBACK_IMAGE) && (!USE_FAILOVER_IMAGE )
256
257 ##
258 ## Coreboot C code runs at this location in RAM
259 ##
260 default _RAMBASE=0x00100000
261
262 ##
263 ## Load the payload from the ROM
264 ##
265 default CONFIG_ROM_PAYLOAD = 1
266
267 ###
268 ### Defaults of options that you may want to override in the target config file
269 ### 
270
271 ##
272 ## The default compiler
273 ##
274 default CC="$(CROSS_COMPILE)gcc -m32"
275 default HOSTCC="gcc"
276
277 ##
278 ## Disable the gdb stub by default
279 ## 
280 default CONFIG_GDB_STUB=0
281
282 ##
283 ## The Serial Console
284 ##
285 default CONFIG_USE_PRINTK_IN_CAR=1
286
287 # To Enable the Serial Console
288 default CONFIG_CONSOLE_SERIAL8250=1
289
290 ## Select the serial console baud rate
291 default TTYS0_BAUD=115200
292 #default TTYS0_BAUD=57600
293 #default TTYS0_BAUD=38400
294 #default TTYS0_BAUD=19200
295 #default TTYS0_BAUD=9600
296 #default TTYS0_BAUD=4800
297 #default TTYS0_BAUD=2400
298 #default TTYS0_BAUD=1200
299
300 # Select the serial console base port
301 default TTYS0_BASE=0x3f8
302
303 # Select the serial protocol
304 # This defaults to 8 data bits, 1 stop bit, and no parity
305 default TTYS0_LCS=0x3
306
307 ##
308 ### Select the coreboot loglevel
309 ##
310 ## EMERG      1   system is unusable               
311 ## ALERT      2   action must be taken immediately 
312 ## CRIT       3   critical conditions              
313 ## ERR        4   error conditions                 
314 ## WARNING    5   warning conditions               
315 ## NOTICE     6   normal but significant condition 
316 ## INFO       7   informational                    
317 ## DEBUG      8   debug-level messages             
318 ## SPEW       9   Way too many details             
319
320 ## Request this level of debugging output
321 default  DEFAULT_CONSOLE_LOGLEVEL=8
322 ## At a maximum only compile in this level of debugging
323 default  MAXIMUM_CONSOLE_LOGLEVEL=8
324
325 ##
326 ## Select power on after power fail setting
327 default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
328
329 ### End Options.lb
330 #
331 # ROMFS
332 #
333 #
334 default CONFIG_ROMFS=0
335 end