Merge ktlim@zizzer:/bk/newmem
[gem5.git] / tests / quick / 10.linux-boot / ref / alpha / linux / tsunami-simple-atomic / config.ini
1 [root]
2 type=Root
3 children=system
4 checkpoint=
5 clock=2000000000
6 max_tick=0
7 output_file=cout
8 progress_interval=0
9
10 [debug]
11 break_cycles=
12
13 [exetrace]
14 intel_format=false
15 pc_symbol=true
16 print_cpseq=false
17 print_cycle=true
18 print_data=true
19 print_effaddr=true
20 print_fetchseq=false
21 print_iregs=false
22 print_opclass=true
23 print_thread=true
24 speculative=true
25 trace_system=client
26
27 [serialize]
28 count=10
29 cycle=0
30 dir=cpt.%012d
31 period=0
32
33 [stats]
34 descriptions=true
35 dump_cycle=0
36 dump_period=0
37 dump_reset=false
38 ignore_events=
39 mysql_db=
40 mysql_host=
41 mysql_password=
42 mysql_user=
43 project_name=test
44 simulation_name=test
45 simulation_sample=0
46 text_compat=true
47 text_file=m5stats.txt
48
49 [system]
50 type=LinuxAlphaSystem
51 children=bridge cpu disk0 disk2 intrctrl iobus membus physmem sim_console simple_disk tsunami
52 boot_cpu_frequency=1
53 boot_osflags=root=/dev/hda1 console=ttyS0
54 console=/dist/m5/system/binaries/console
55 init_param=0
56 kernel=/dist/m5/system/binaries/vmlinux
57 mem_mode=atomic
58 pal=/dist/m5/system/binaries/ts_osfpal
59 physmem=system.physmem
60 readfile=tests/halt.sh
61 symbolfile=
62 system_rev=1024
63 system_type=34
64
65 [system.bridge]
66 type=Bridge
67 delay=0
68 queue_size_a=16
69 queue_size_b=16
70 write_ack=false
71 side_a=system.iobus.port[0]
72 side_b=system.membus.port[0]
73
74 [system.cpu]
75 type=AtomicSimpleCPU
76 children=dtb itb
77 clock=1
78 cpu_id=0
79 defer_registration=false
80 dtb=system.cpu.dtb
81 function_trace=false
82 function_trace_start=0
83 itb=system.cpu.itb
84 max_insts_all_threads=0
85 max_insts_any_thread=0
86 max_loads_all_threads=0
87 max_loads_any_thread=0
88 profile=0
89 progress_interval=0
90 simulate_stalls=false
91 system=system
92 width=1
93 dcache_port=system.membus.port[3]
94 icache_port=system.membus.port[2]
95
96 [system.cpu.dtb]
97 type=AlphaDTB
98 size=64
99
100 [system.cpu.itb]
101 type=AlphaITB
102 size=48
103
104 [system.disk0]
105 type=IdeDisk
106 children=image
107 delay=2000
108 driveID=master
109 image=system.disk0.image
110
111 [system.disk0.image]
112 type=CowDiskImage
113 children=child
114 child=system.disk0.image.child
115 read_only=false
116 table_size=65536
117
118 [system.disk0.image.child]
119 type=RawDiskImage
120 image_file=/dist/m5/system/disks/linux-latest.img
121 read_only=true
122
123 [system.disk2]
124 type=IdeDisk
125 children=image
126 delay=2000
127 driveID=master
128 image=system.disk2.image
129
130 [system.disk2.image]
131 type=CowDiskImage
132 children=child
133 child=system.disk2.image.child
134 read_only=false
135 table_size=65536
136
137 [system.disk2.image.child]
138 type=RawDiskImage
139 image_file=/dist/m5/system/disks/linux-bigswap2.img
140 read_only=true
141
142 [system.intrctrl]
143 type=IntrControl
144 cpu=system.cpu
145
146 [system.iobus]
147 type=Bus
148 bus_id=0
149 clock=2
150 responder_set=true
151 width=64
152 default=system.tsunami.pciconfig.pio
153 port=system.bridge.side_a system.tsunami.cchip.pio system.tsunami.pchip.pio system.tsunami.fake_sm_chip.pio system.tsunami.fake_uart1.pio system.tsunami.fake_uart2.pio system.tsunami.fake_uart3.pio system.tsunami.fake_uart4.pio system.tsunami.fake_ppc.pio system.tsunami.fake_OROM.pio system.tsunami.fake_pnp_addr.pio system.tsunami.fake_pnp_write.pio system.tsunami.fake_pnp_read0.pio system.tsunami.fake_pnp_read1.pio system.tsunami.fake_pnp_read2.pio system.tsunami.fake_pnp_read3.pio system.tsunami.fake_pnp_read4.pio system.tsunami.fake_pnp_read5.pio system.tsunami.fake_pnp_read6.pio system.tsunami.fake_pnp_read7.pio system.tsunami.fake_ata0.pio system.tsunami.fake_ata1.pio system.tsunami.fb.pio system.tsunami.io.pio system.tsunami.uart.pio system.tsunami.console.pio system.tsunami.ide.pio system.tsunami.ethernet.pio system.tsunami.ethernet.config system.tsunami.ethernet.dma system.tsunami.ide.config system.tsunami.ide.dma
154
155 [system.membus]
156 type=Bus
157 children=responder
158 bus_id=1
159 clock=2
160 responder_set=false
161 width=64
162 default=system.membus.responder.pio
163 port=system.bridge.side_b system.physmem.port system.cpu.icache_port system.cpu.dcache_port
164
165 [system.membus.responder]
166 type=IsaFake
167 pio_addr=0
168 pio_latency=0
169 pio_size=8
170 platform=system.tsunami
171 ret_bad_addr=true
172 ret_data=255
173 system=system
174 pio=system.membus.default
175
176 [system.physmem]
177 type=PhysicalMemory
178 file=
179 latency=1
180 range=0:134217727
181 port=system.membus.port[1]
182
183 [system.sim_console]
184 type=SimConsole
185 children=listener
186 append_name=true
187 intr_control=system.intrctrl
188 listener=system.sim_console.listener
189 number=0
190 output=console
191
192 [system.sim_console.listener]
193 type=ConsoleListener
194 port=3456
195
196 [system.simple_disk]
197 type=SimpleDisk
198 children=disk
199 disk=system.simple_disk.disk
200 system=system
201
202 [system.simple_disk.disk]
203 type=RawDiskImage
204 image_file=/dist/m5/system/disks/linux-latest.img
205 read_only=true
206
207 [system.tsunami]
208 type=Tsunami
209 children=cchip console etherint ethernet fake_OROM fake_ata0 fake_ata1 fake_pnp_addr fake_pnp_read0 fake_pnp_read1 fake_pnp_read2 fake_pnp_read3 fake_pnp_read4 fake_pnp_read5 fake_pnp_read6 fake_pnp_read7 fake_pnp_write fake_ppc fake_sm_chip fake_uart1 fake_uart2 fake_uart3 fake_uart4 fb ide io pchip pciconfig uart
210 intrctrl=system.intrctrl
211 system=system
212
213 [system.tsunami.cchip]
214 type=TsunamiCChip
215 pio_addr=8803072344064
216 pio_latency=2
217 platform=system.tsunami
218 system=system
219 tsunami=system.tsunami
220 pio=system.iobus.port[1]
221
222 [system.tsunami.console]
223 type=AlphaConsole
224 cpu=system.cpu
225 disk=system.simple_disk
226 pio_addr=8804682956800
227 pio_latency=2
228 platform=system.tsunami
229 sim_console=system.sim_console
230 system=system
231 pio=system.iobus.port[25]
232
233 [system.tsunami.etherint]
234 type=NSGigEInt
235 device=system.tsunami.ethernet
236 peer=Null
237
238 [system.tsunami.ethernet]
239 type=NSGigE
240 children=configdata
241 clock=0
242 config_latency=40
243 configdata=system.tsunami.ethernet.configdata
244 dma_data_free=false
245 dma_desc_free=false
246 dma_no_allocate=true
247 dma_read_delay=0
248 dma_read_factor=0
249 dma_write_delay=0
250 dma_write_factor=0
251 hardware_address=00:90:00:00:00:01
252 intr_delay=20000
253 pci_bus=0
254 pci_dev=1
255 pci_func=0
256 pio_latency=2
257 platform=system.tsunami
258 rss=false
259 rx_delay=2000
260 rx_fifo_size=524288
261 rx_filter=true
262 rx_thread=false
263 system=system
264 tx_delay=2000
265 tx_fifo_size=524288
266 tx_thread=false
267 config=system.iobus.port[28]
268 dma=system.iobus.port[29]
269 pio=system.iobus.port[27]
270
271 [system.tsunami.ethernet.configdata]
272 type=PciConfigData
273 BAR0=1
274 BAR0Size=256
275 BAR1=0
276 BAR1Size=4096
277 BAR2=0
278 BAR2Size=0
279 BAR3=0
280 BAR3Size=0
281 BAR4=0
282 BAR4Size=0
283 BAR5=0
284 BAR5Size=0
285 BIST=0
286 CacheLineSize=0
287 CardbusCIS=0
288 ClassCode=2
289 Command=0
290 DeviceID=34
291 ExpansionROM=0
292 HeaderType=0
293 InterruptLine=30
294 InterruptPin=1
295 LatencyTimer=0
296 MaximumLatency=52
297 MinimumGrant=176
298 ProgIF=0
299 Revision=0
300 Status=656
301 SubClassCode=0
302 SubsystemID=0
303 SubsystemVendorID=0
304 VendorID=4107
305
306 [system.tsunami.fake_OROM]
307 type=IsaFake
308 pio_addr=8796093677568
309 pio_latency=2
310 pio_size=393216
311 platform=system.tsunami
312 ret_bad_addr=false
313 ret_data=255
314 system=system
315 pio=system.iobus.port[9]
316
317 [system.tsunami.fake_ata0]
318 type=IsaFake
319 pio_addr=8804615848432
320 pio_latency=2
321 pio_size=8
322 platform=system.tsunami
323 ret_bad_addr=false
324 ret_data=255
325 system=system
326 pio=system.iobus.port[20]
327
328 [system.tsunami.fake_ata1]
329 type=IsaFake
330 pio_addr=8804615848304
331 pio_latency=2
332 pio_size=8
333 platform=system.tsunami
334 ret_bad_addr=false
335 ret_data=255
336 system=system
337 pio=system.iobus.port[21]
338
339 [system.tsunami.fake_pnp_addr]
340 type=IsaFake
341 pio_addr=8804615848569
342 pio_latency=2
343 pio_size=8
344 platform=system.tsunami
345 ret_bad_addr=false
346 ret_data=255
347 system=system
348 pio=system.iobus.port[10]
349
350 [system.tsunami.fake_pnp_read0]
351 type=IsaFake
352 pio_addr=8804615848451
353 pio_latency=2
354 pio_size=8
355 platform=system.tsunami
356 ret_bad_addr=false
357 ret_data=255
358 system=system
359 pio=system.iobus.port[12]
360
361 [system.tsunami.fake_pnp_read1]
362 type=IsaFake
363 pio_addr=8804615848515
364 pio_latency=2
365 pio_size=8
366 platform=system.tsunami
367 ret_bad_addr=false
368 ret_data=255
369 system=system
370 pio=system.iobus.port[13]
371
372 [system.tsunami.fake_pnp_read2]
373 type=IsaFake
374 pio_addr=8804615848579
375 pio_latency=2
376 pio_size=8
377 platform=system.tsunami
378 ret_bad_addr=false
379 ret_data=255
380 system=system
381 pio=system.iobus.port[14]
382
383 [system.tsunami.fake_pnp_read3]
384 type=IsaFake
385 pio_addr=8804615848643
386 pio_latency=2
387 pio_size=8
388 platform=system.tsunami
389 ret_bad_addr=false
390 ret_data=255
391 system=system
392 pio=system.iobus.port[15]
393
394 [system.tsunami.fake_pnp_read4]
395 type=IsaFake
396 pio_addr=8804615848707
397 pio_latency=2
398 pio_size=8
399 platform=system.tsunami
400 ret_bad_addr=false
401 ret_data=255
402 system=system
403 pio=system.iobus.port[16]
404
405 [system.tsunami.fake_pnp_read5]
406 type=IsaFake
407 pio_addr=8804615848771
408 pio_latency=2
409 pio_size=8
410 platform=system.tsunami
411 ret_bad_addr=false
412 ret_data=255
413 system=system
414 pio=system.iobus.port[17]
415
416 [system.tsunami.fake_pnp_read6]
417 type=IsaFake
418 pio_addr=8804615848835
419 pio_latency=2
420 pio_size=8
421 platform=system.tsunami
422 ret_bad_addr=false
423 ret_data=255
424 system=system
425 pio=system.iobus.port[18]
426
427 [system.tsunami.fake_pnp_read7]
428 type=IsaFake
429 pio_addr=8804615848899
430 pio_latency=2
431 pio_size=8
432 platform=system.tsunami
433 ret_bad_addr=false
434 ret_data=255
435 system=system
436 pio=system.iobus.port[19]
437
438 [system.tsunami.fake_pnp_write]
439 type=IsaFake
440 pio_addr=8804615850617
441 pio_latency=2
442 pio_size=8
443 platform=system.tsunami
444 ret_bad_addr=false
445 ret_data=255
446 system=system
447 pio=system.iobus.port[11]
448
449 [system.tsunami.fake_ppc]
450 type=IsaFake
451 pio_addr=8804615848892
452 pio_latency=2
453 pio_size=8
454 platform=system.tsunami
455 ret_bad_addr=false
456 ret_data=255
457 system=system
458 pio=system.iobus.port[8]
459
460 [system.tsunami.fake_sm_chip]
461 type=IsaFake
462 pio_addr=8804615848816
463 pio_latency=2
464 pio_size=8
465 platform=system.tsunami
466 ret_bad_addr=false
467 ret_data=255
468 system=system
469 pio=system.iobus.port[3]
470
471 [system.tsunami.fake_uart1]
472 type=IsaFake
473 pio_addr=8804615848696
474 pio_latency=2
475 pio_size=8
476 platform=system.tsunami
477 ret_bad_addr=false
478 ret_data=255
479 system=system
480 pio=system.iobus.port[4]
481
482 [system.tsunami.fake_uart2]
483 type=IsaFake
484 pio_addr=8804615848936
485 pio_latency=2
486 pio_size=8
487 platform=system.tsunami
488 ret_bad_addr=false
489 ret_data=255
490 system=system
491 pio=system.iobus.port[5]
492
493 [system.tsunami.fake_uart3]
494 type=IsaFake
495 pio_addr=8804615848680
496 pio_latency=2
497 pio_size=8
498 platform=system.tsunami
499 ret_bad_addr=false
500 ret_data=255
501 system=system
502 pio=system.iobus.port[6]
503
504 [system.tsunami.fake_uart4]
505 type=IsaFake
506 pio_addr=8804615848944
507 pio_latency=2
508 pio_size=8
509 platform=system.tsunami
510 ret_bad_addr=false
511 ret_data=255
512 system=system
513 pio=system.iobus.port[7]
514
515 [system.tsunami.fb]
516 type=BadDevice
517 devicename=FrameBuffer
518 pio_addr=8804615848912
519 pio_latency=2
520 platform=system.tsunami
521 system=system
522 pio=system.iobus.port[22]
523
524 [system.tsunami.ide]
525 type=IdeController
526 children=configdata
527 config_latency=40
528 configdata=system.tsunami.ide.configdata
529 disks=system.disk0 system.disk2
530 pci_bus=0
531 pci_dev=0
532 pci_func=0
533 pio_latency=2
534 platform=system.tsunami
535 system=system
536 config=system.iobus.port[30]
537 dma=system.iobus.port[31]
538 pio=system.iobus.port[26]
539
540 [system.tsunami.ide.configdata]
541 type=PciConfigData
542 BAR0=1
543 BAR0Size=8
544 BAR1=1
545 BAR1Size=4
546 BAR2=1
547 BAR2Size=8
548 BAR3=1
549 BAR3Size=4
550 BAR4=1
551 BAR4Size=16
552 BAR5=1
553 BAR5Size=0
554 BIST=0
555 CacheLineSize=0
556 CardbusCIS=0
557 ClassCode=1
558 Command=0
559 DeviceID=28945
560 ExpansionROM=0
561 HeaderType=0
562 InterruptLine=31
563 InterruptPin=1
564 LatencyTimer=0
565 MaximumLatency=0
566 MinimumGrant=0
567 ProgIF=133
568 Revision=0
569 Status=640
570 SubClassCode=1
571 SubsystemID=0
572 SubsystemVendorID=0
573 VendorID=32902
574
575 [system.tsunami.io]
576 type=TsunamiIO
577 frequency=1953125
578 pio_addr=8804615847936
579 pio_latency=2
580 platform=system.tsunami
581 system=system
582 time=1136073600
583 tsunami=system.tsunami
584 pio=system.iobus.port[23]
585
586 [system.tsunami.pchip]
587 type=TsunamiPChip
588 pio_addr=8802535473152
589 pio_latency=2
590 platform=system.tsunami
591 system=system
592 tsunami=system.tsunami
593 pio=system.iobus.port[2]
594
595 [system.tsunami.pciconfig]
596 type=PciConfigAll
597 bus=0
598 pio_latency=1
599 platform=system.tsunami
600 size=16777216
601 system=system
602 pio=system.iobus.default
603
604 [system.tsunami.uart]
605 type=Uart8250
606 pio_addr=8804615848952
607 pio_latency=2
608 platform=system.tsunami
609 sim_console=system.sim_console
610 system=system
611 pio=system.iobus.port[24]
612
613 [trace]
614 bufsize=0
615 cycle=0
616 dump_on_exit=false
617 file=cout
618 flags=
619 ignore=
620 start=0
621