OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [ChangeLog] - Blame information for rev 82

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 82 jeremybenn
2010-04-20  Jeremy Bennett 
2
        * test-code/support/spr-defs.h: NOP_PRINTF definition removed.
3
        * test-code/except-test/except-test.c (illegal_insn_test):
4
          Generate and check a correct sequence for illegal instruction.
5
        * test-code/except-test/except-test.c (except_priority_test):
6
          Generate a properly illegal instruction.
7
 
8
2010-04-19  Jeremy Bennett 
9
        * AUTHORS: Created to refer to parent file.
10
        * config: Directory for board configurations.
11
        * config/unix.exp: Created.
12
        * configure: Regenerated.
13
        * configure.ac: Created as sub-configuration of the main program.
14
        * COPYING: Updated to version 3.
15
        * default-global-conf.exp: Created.
16
        * INSTALL: Updated to refer to parent file.
17
        * lib: Directory for expect library code.
18
        * lib/or1ksim.ex: Created for library code for Or1ksim tests.
19
        * Makefile.am: Updated for DejaGNU compliance.
20
        * Makefile.in: Regenerated.
21
        * NEWS: Created to refer to parent file.
22
        * or1ksim.tests: Directory for expect tests of complete SoC.
23
        * or1ksim.tests/acv-gpio.cfg: Updated from old test directory.
24
        * or1ksim.tests/acv-uart.cfg: Updated from old test directory.
25
        * or1ksim.tests/basic.ex/or1ksim.tests/cache.exp: Created.
26
        * or1ksim.tests/basic.exp: Created.
27
        * or1ksim.tests/cbasic.exp: Created.
28
        * or1ksim.tests/cfg.exp: Created.
29
        * or1ksim.tests/default.cfg: Updated from old test directory
30
        * or1ksim.tests/dhry.exp: Created.
31
        * or1ksim.tests/dmatest.exp: Created.
32
        * or1ksim.tests/eth0.rx: Transferred from old test directory.
33
        * or1ksim.tests/eth.cfg: Updated from old test directory.
34
        * or1ksim.tests/eth.exp: Created.
35
        * or1ksim.tests/except-test.exp: Created.
36
        * or1ksim.tests/exit.exp: Created.
37
        * or1ksim.tests/ext.exp: Created.
38
        * or1ksim.tests/fbtest.exp: Created.
39
        * or1ksim.tests/flag.exp: Created.
40
        * or1ksim.tests/functest.exp: Created.
41
        * or1ksim.tests/int-test.exp: Created.
42
        * or1ksim.tests/kbdtest.cfg: Updated from old test directory.
43
        * or1ksim.tests/kbdtest.exp: Created.
44
        * or1ksim.tests/kbdtest.rx: Transferred from old test directory.
45
        * or1ksim.tests/local-global.exp: Created.
46
        * or1ksim.tests/mem-test.exp: Created.
47
        * or1ksim.tests/mmu.cfg: Updated from old test directory.
48
        * or1ksim.tests/mmu.exp: Created.
49
        * or1ksim.tests/mul.exp: Created.
50
        * or1ksim.tests/mycompress.exp: Created.
51
        * or1ksim.tests/tick.exp: Created.
52
        * README: Updated for new structure.
53
        * test-code: New directory for test-programs.
54
        * test-code/acv-gpio: New directory.
55
        * test-code/acv-gpio/acv-gpio.c: Created.
56
        * test-code/acv-gpio/Makefile.am: Created.
57
        * test-code/acv-gpio/Makefile.in: Regenerated.
58
        * test-code/acv-uart: New directory.
59
        * test-code/acv-uart/acv-uart.c: Created.
60
        * test-code/acv-uart/Makefile.am: Created.
61
        * test-code/acv-uart/Makefile.in: Regenerated.
62
        * test-code/basic: New directory.
63
        * test-code/basic/basic.S: Created.
64
        * test-code/basic/Makefile.am: Created.
65
        * test-code/basic/Makefile.in: Regenerated.
66
        * test-code/board.h: Created.
67
        * test-code/cache: New directory.
68
        * test-code/cache/cache-asm.S: Created.
69
        * test-code/cache/cache.c: Created.
70
        * test-code/cache/cache.ld: Updated from old test directory.
71
        * test-code/cache/Makefile.am: Created.
72
        * test-code/cache/Makefile.in: Regenerated.
73
        * test-code/cbasic: New directory.
74
        * test-code/cbasic/cbasic.c: Created.
75
        * test-code/cbasic/Makefile.am: Created.
76
        * test-code/cbasic/Makefile.in: Regenerated.
77
        * test-code/cfg: New directory.
78
        * test-code/cfg/cfg.S: Created.
79
        * test-code/cfg/Makefile.am: Created.
80
        * test-code/cfg/Makefile.in: Regenerated.
81
        * test-code/default.ld: Updated from old test directory.
82
        * test-code/dhry: New directory.
83
        * test-code/dhry/dhry.c: Created.
84
        * test-code/dhry/dhry.h: Created.
85
        * test-code/dhry/Makefile.am: Created.
86
        * test-code/dhry/Makefile.in: Regenerated.
87
        * test-code/dmatest: New directory.
88
        * test-code/dmatest/dmatest.c: Created.
89
        * test-code/dmatest/Makefile.am: Created.
90
        * test-code/dmatest/Makefile.in: Regenerated.
91
        * test-code/eth: New directory.
92
        * test-code/eth/eth.c: Created.
93
        * test-code/eth/Makefile.am: Created.
94
        * test-code/eth/Makefile.in: Regenerated.
95
        * test-code/except: New directory.
96
        * test-code/except/except.S: Created.
97
        * test-code/except/Makefile.am: Created.
98
        * test-code/except/Makefile.in: Regenerated.
99
        * test-code/except-mc.ld: Updated from old test directory.
100
        * test-code/except-test: New directory.
101
        * test-code/except-test/except-test.c: Created.
102
        * test-code/except-test/except-test-s.S: Created.
103
        * test-code/except-test/Makefile.am: Created.
104
        * test-code/except-test/Makefile.in: Regenerated.
105
        * test-code/exit: New directory.
106
        * test-code/exit/exit.c: Created.
107
        * test-code/exit/Makefile.am: Created.
108
        * test-code/exit/Makefile.in: Regenerated.
109
        * test-code/ext: New directory.
110
        * test-code/ext/ext.S: Created.
111
        * test-code/ext/Makefile.am: Created.
112
        * test-code/ext/Makefile.in: Regenerated.
113
        * test-code/fbtest: New directory.
114
        * test-code/fbtest/fbtest.c: Created.
115
        * test-code/fbtest/Makefile.am: Created.
116
        * test-code/fbtest/Makefile.in: Regenerated.
117
        * test-code/flag: New directory.
118
        * test-code/flag/flag.S: Created.
119
        * test-code/flag/Makefile.am: Created.
120
        * test-code/flag/Makefile.in: Regenerated.
121
        * test-code/functest: New directory.
122
        * test-code/functest/functest.c: Created.
123
        * test-code/functest/Makefile.am: Created.
124
        * test-code/functest/Makefile.in: Regenerated.
125
        * test-code/inst-set-test: New directory.
126
        * test-code/inst-set-test/inst-set-test.c: Created.
127
        * test-code/inst-set-test/Makefile.am: Created.
128
        * test-code/inst-set-test/Makefile.in: Regenerated.
129
        * test-code/int-test: New directory.
130
        * test-code/int-test/int-test.ld: Updated from old test directory.
131
        * test-code/int-test/int-test.S: Created.
132
        * test-code/int-test/Makefile.am: Created.
133
        * test-code/int-test/Makefile.in: Regenerated.
134
        * test-code/kbdtest: New directory.
135
        * test-code/kbdtest/kbdtest.c: Created.
136
        * test-code/kbdtest/Makefile.am: Created.
137
        * test-code/kbdtest/Makefile.in: Regenerated.
138
        * test-code/local-global: New directory.
139
        * test-code/local-global/local-global.c: Created.
140
        * test-code/local-global/Makefile.am: Created.
141
        * test-code/local-global/Makefile.in: Regenerated.
142
        * test-code/Makefile.am: Created.
143
        * test-code/Makefile.in: Regenerated.
144
        * test-code/mc-async: New directory.
145
        * test-code/mc-async/Makefile.am: Created.
146
        * test-code/mc-async/Makefile.in: Regenerated.
147
        * test-code/mc-async/mc-async.c: Created.
148
        * test-code/mc-async/mc-async.h: Created.
149
        * test-code/mc-common: New directory.
150
        * test-code/mc-common/except-mc.S: Created.
151
        * test-code/mc-common/Makefile.am: Created.
152
        * test-code/mc-common/Makefile.in: Regenerated.
153
        * test-code/mc-common/mc-common.c: Created.
154
        * test-code/mc-common/mc-common.h: Created.
155
        * test-code/mc-dram: New directory.
156
        * test-code/mc-dram/Makefile.am: Created.
157
        * test-code/mc-dram/Makefile.in: Regenerated.
158
        * test-code/mc-dram/mc-dram.c: Created.
159
        * test-code/mc-dram/mc-dram.h: Created.
160
        * test-code/mc-ssram: New directory.
161
        * test-code/mc-ssram/Makefile.am: Created.
162
        * test-code/mc-ssram/Makefile.in: Regenerated.
163
        * test-code/mc-ssram/mc-ssram.c: Created.
164
        * test-code/mc-ssram/mc-ssram.h: Created.
165
        * test-code/mc-sync: New directory.
166
        * test-code/mc-sync/Makefile.am: Created.
167
        * test-code/mc-sync/Makefile.in: Regenerated.
168
        * test-code/mc-sync/mc-sync.c: Created.
169
        * test-code/mc-sync/mc-sync.h: Created.
170
        * test-code/mem-test: New directory.
171
        * test-code/mem-test/Makefile.am: Created.
172
        * test-code/mem-test/Makefile.in: Regenerated.
173
        * test-code/mem-test/mem-test.c: Created.
174
        * test-code/mmu: New directory.
175
        * test-code/mmu/Makefile.am: Created.
176
        * test-code/mmu/Makefile.in: Regenerated.
177
        * test-code/mmu/mmu-asm.S: Created.
178
        * test-code/mmu/mmu.c: Created.
179
        * test-code/mul: New directory.
180
        * test-code/mul/Makefile.am: Created.
181
        * test-code/mul/Makefile.in: Regenerated.
182
        * test-code/mul/mul.c: Created.
183
        * test-code/mycompress: New directory.
184
        * test-code/mycompress/Makefile.am: Created.
185
        * test-code/mycompress/Makefile.in: Regenerated.
186
        * test-code/mycompress/mycompress.c: Created.
187
        * test-code/support: New directory.
188
        * test-code/support/int.c: Created.
189
        * test-code/support/int.h: Created.
190
        * test-code/support/Makefile.am: Created.
191
        * test-code/support/Makefile.in: Regenerated.
192
        * test-code/support/spr-defs.h: Created.
193
        * test-code/support/support.c: Created.
194
        * test-code/support/support.h: Created.
195
        * test-code/tick: New directory.
196
        * test-code/tick/Makefile.am: Created.
197
        * test-code/tick/Makefile.in: Regenerated.
198
        * test-code/tick/tick.c: Created.
199
        * test-code/uos: New directory.
200
        * test-code/uos/except-or32.S: Created.
201
        * test-code/uos/ipc.h: Created.
202
        * test-code/uos/Makefile.am: Created.
203
        * test-code/uos/Makefile.in: Regenerated.
204
        * test-code/uos/README: Created.
205
        * test-code/uos/task.c: Created.
206
        * test-code/uos/tick.c: Created.
207
        * test-code/uos/uos.c: Created.
208
        * test-code/uos/uos.h: Created.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.