|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Thu Mar 24 21:09:52 CET 2005
Subject: [openrisc] [or1ksim #50] Update the config files for the tests
Hi,This updates the config files used in the tests to the new format. ChangeLog: * Update the config files for the tests to the new format.
nog. -------------- next part -------------- diff -urp --unidirectional-new-file /home/nog/or1ksim-split/testbench/acv_gpio.cfg ./testbench/acv_gpio.cfg --- /home/nog/or1ksim-split/testbench/acv_gpio.cfg 2002-02-20 08:36:45.000000000 +0100 +++ ./testbench/acv_gpio.cfg 2005-03-22 18:48:02.000000000 +0100 @@ -41,13 +41,9 @@ section sim end section gpio - ngpios = 1 - - device 0 - baseaddr = 0xB0000000 - irq = 23 - base_vapi_id = 0x0200 /* GPIO uses 8 VAPI IDs */ - enddevice + baseaddr = 0xB0000000 + irq = 23 + base_vapi_id = 0x0200 /* GPIO uses 8 VAPI IDs */ end section VAPI diff -urp --unidirectional-new-file /home/nog/or1ksim-split/testbench/acv_uart.cfg ./testbench/acv_uart.cfg --- /home/nog/or1ksim-split/testbench/acv_uart.cfg 2002-09-12 16:44:31.000000000 +0200 +++ ./testbench/acv_uart.cfg 2005-03-22 18:48:16.000000000 +0100 @@ -47,15 +47,11 @@ section sim end section uart - nuarts = 1 - - device 0 - baseaddr = 0x9c000000 - jitter = -1 /* async behaviour */ - 16550 = 1 - irq = 19 - vapi_id = 0x100 - enddevice + baseaddr = 0x9c000000 + jitter = -1 /* async behaviour */ + 16550 = 1 + irq = 19 + vapi_id = 0x100 end section VAPI --- testbench/default.cfg 2002-08-16 15:17:01.000000000 +0200 +++ /home/nog/or1ksim-split/testbench/default.cfg 2005-03-22 18:50:40.000000000 +0100 @@ -112,27 +112,20 @@ end section dma - ndmas = 1 - device 0 - baseaddr = 0xB8000000 - irq = 4 - enddevice + baseaddr = 0xB8000000 + irq = 4 end section ethernet - nethernets = 1 - - device 0 - baseaddr = 0x92000000 - dma = 0 - irq = 4 - rtx_type = 0 - tx_channel = 0 - rx_channel = 1 - rxfile = "eth0.tx" - txfile = "eth0.tx" - sockif = "eth0" - enddevice + baseaddr = 0x92000000 + dma = 0 + irq = 4 + rtx_type = 0 + tx_channel = 0 + rx_channel = 1 + rxfile = "eth0.tx" + txfile = "eth0.tx" + sockif = "eth0" end section VAPI @@ -141,21 +134,18 @@ end section fb - enabled = 1 baseaddr = 0x97000000 refresh_rate = 10000 filename = "primary" end section kbd
- enabled = 1
irq = 5
baseaddr = 0x94000000
rxfile = "./kbdtest.rx"
end
section test
- enabled = 1
baseaddr = 0xa5000000
end
|
 |