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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [ChangeLog] - Blame information for rev 121

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

Line No. Rev Author Line
1 121 jeremybenn
2010-06-14  Jeremy Bennett 
2
        * inst-set-test/inst-set-test.S : Just output
3
        identification string.
4
        : Alignment exception handler.
5
        : Illegal instruction exception handler.
6
        * inst-set-test/is-jump-test.S: Created.
7
        * inst-set-test/Makefile.am: Updated for new tests
8
        * inst-set-test/Makefile.in: Regenerated.
9
 
10 118 jeremybenn
2010-06-13  Jeremy Bennett 
11
        * inst-set-test/inst-set-test.h : New
12
        macros created.
13
        * inst-set-test/inst-set-test.S (puthh, puthq): Created.
14
        * inst-set-test/is-add-test.S : Macros
15
        changed to use CHECK_RES1, rather than CHECK_RES. Check for
16
        failure to generate exception, as well as generation of exception.
17
        * inst-set-test/is-div-test.S Wider range of tests.
18
        : Macro changed to use CHECK_RES1, rather than
19
        CHECK_RES. Check for failure to generate exception, as well as
20
        generation of exception.
21
        * inst-set-test/is-find-test.S : Macro changed to use
22
        CHECK_RES1, rather than CHECK_RES.
23
        * inst-set-test/is-mul-test.S: Created.
24
        * inst-set-test/Makefile.am: Updated for new tests
25
        * inst-set-test/Makefile.in: Regenerated.
26
 
27 116 jeremybenn
2010-06-11  Jeremy Bennett 
28
        * inst-set-test/inst-set-test.h: Calling conventions updated.
29
        : New macro created.
30
        : New macro created.
31
        : New macro created.
32
        * inst-set-test/inst-set-test.S: New calling convention
33
        implemented throughout.
34
        (puth): Created.
35
        * inst-set-test/is-mac-test.S: Created.
36
        * inst-set-test/Makefile.am: Updated for new tests
37
        * inst-set-test/Makefile.in: Regenerated.
38
        * mul/mul.c: Corrected expected results.
39
 
40 114 jeremybenn
2010-06-10  Jeremy Bennett 
41 115 jeremybenn
        * inst-set-test/is-add-test.S: Commenting corrected.
42
        * inst-set-test/is-find-test.S: Created.
43
        * inst-set-test/Makefile.am: Updated for new tests
44
        * inst-set-test/Makefile.in: Regenerated.
45
 
46
2010-06-10  Jeremy Bennett 
47 114 jeremybenn
        * inst-set-test/is-add-test.S: Added tests for l.addi and l.addic
48
 
49 112 jeremybenn
2010-06-09  Jeremy Bennett 
50
        * inst-set-test/is-add-test.S: Created.
51
        * inst-set-test/Makefile.am: Updated for new tests
52
        * inst-set-test/Makefile.in: Regenerated.
53
 
54
2010-06-08  Jeremy Bennett 
55
        * mc-sync/mc-sync.c: mc_defines.h -> mc-defines.h.
56
        * mc-ssram/mc-ssram.c: mc_defines.h -> mc-defines.h.
57
        * mc-dram/mc-dram.c: mc_defines.h -> mc-defines.h.
58
        * mc-async/mc-async.c: mc_defines.h -> mc-defines.h.
59
 
60 110 julius
2010-06-08  Julius Baxter 
61
        * eth/eth.h: Created from ethernet peripheral's header.
62
        * eth/Makefile.am: Removed eth_CPPFLAGS.
63
        * mc-sync/mc-sync.c: Changed include of mc.h to mc_defines.h
64
        * mc-ssram/mc-ssram.c: Changed include of mc.h to mc_defines.h
65
        * mc-dram/mc-dram.c: Changed include of mc.h to mc_defines.h
66
        * mc-async/mc-async.c: Changed include of mc.h to mc_defines.h
67 112 jeremybenn
 
68 107 jeremybenn
2010-06-06  Jeremy Bennett 
69
        * configure: Regenerated.
70
        * configure.ac: Removed creation of lws-test makefile.
71
        * fp/fp.S (_puts): Fixed register usage.
72
        * inst-set-test/inst-set-test.ld: Created.
73
        * inst-set-test/inst-set-test.S: Created using functions
74
        lws-test/lws-test.S
75
        * inst-set-test/is-div-test.S: Created.
76
        * inst-set-test/inst-set-test.h: Created using macros from
77
        lws-test/lws-test.S.
78
        * inst-set-test/Makefile.am: Updated for new tests
79 112 jeremybenn
        * inst-set-test/Makefile.in: Regenerated.
80 107 jeremybenn
        * inst-set-test/is-lws-test.S: Created from lws-test/lws-test.S
81
        * lws-test: Directory deleted.
82
        * lws-test/lws-test.S: Deleted.
83
        * lws-test/Makefile.am: Deleted.
84
        * lws-test/Makefile.in: Deleted.
85
        * Makefile.am: Removed lws-test directory
86
        * Makefile.in: Regenerated.
87
 
88 104 jeremybenn
2010-06-04  Jeremy Bennett 
89
        * configure: Regenerated.
90
        * configure.ac: Added creation of lws-test makefile
91
        * fp/fp.S (_puts): Fixed register usage.
92
        * lws-test: Directory created.
93
        * lws-test/lws-test.S: Created.
94
        * lws-test/Makefile.am: Created.
95
        * lws-test/Makefile.in: Generated.
96
        * Makefile.am: Added lws-test directory
97
        * Makefile.in: Regenerated.
98
 
99
2010-06-02  Jeremy Bennett 
100
        * configure: Regenerated.
101
        * configure.ac: Added creation of FP test makefile
102
        * fp: Directory created.
103
        * fp/fp.S: Created.
104
        * fp/Makefile.am: Created.
105
        * fp/Makefile.in: Generated.
106
        * Makefile.am: Added FP test directory
107
        * Makefile.in: Regenerated.
108
 
109 98 jeremybenn
2010-05-18  Jeremy Bennett 
110
        * loop/loop-init.c (main): Initialize top of each memory block.
111
        * loop/loop-report.c (main): Rewritten to ensure reliable
112
        reporting of results.
113
 
114
2010-05-11  Jeremy Bennett 
115
        * loop/loop-init.c: Looping program with SPR and memory
116
        initialization.
117
        * loop/loop-report.c: Looping program which reports changes to SPR
118
        and memory.
119
        * loop/Makefile.am: Update for new programs.
120
        * loop/Makefile.in: Regenerated.
121
 
122 93 jeremybenn
2010-04-28  Jeremy Bennett 
123
        * int-logger/int-logger-edge.c: Created.
124
        * int-logger/Makefile.am: Added int-logger-edge.
125
        * int-logger/Makefile.in: Regenerated.
126
        * upcalls/upcall-basic.c: Created.
127
        * upcalls/upcall-misaligned.c: Created.
128
        * upcalls/Makefile.am: Created.
129
        * upcalls/Makefile.in: Regenerated.
130
 
131
2010-04-25  Jeremy Bennett 
132
        * kbdtest/kbdtest.c (print_escaped_char): Added function to print
133
        chars more clearly.
134
 
135
2010-04-23  Jeremy Bennett 
136
        * configure.ac: Added new interrupt test make files.
137
        * configure: Regenerated.
138
        * int-logger/int-logger-level.c: Created.
139
        * int-logger/Makefile.am: Created.
140
        * int-logger/Makefile.in: Regenerated.
141
 
142
2010-04-22  Jeremy Bennett 
143
        * support/support.c (print_base, printf_unsigned_base): Value and
144
        base made unsigned.
145
        (print_decimal): cast value to unsigned for call to print_base.
146
 
147 90 jeremybenn
2010-04-21  Jeremy Bennett 
148
        * AUTHORS: Moved from parent directory
149
        * configure: Regenerated.
150
        * configure.ac: Moved from parent directory and updated.
151
        * COPYING: Moved from parent directory.
152
        * INSTALL: Moved from parent directory.
153
        * NEWS: Moved from parent directory
154
        * README: Updated for new structure.
155
 
156
2010-04-20  Jeremy Bennett 
157
        * support/spr-defs.h: NOP_PRINTF definition removed.
158
        * except-test/except-test.c (illegal_insn_test):
159
          Generate and check a correct sequence for illegal instruction.
160
        * except-test/except-test.c (except_priority_test):
161
          Generate a properly illegal instruction.
162
 
163
2010-04-19  Jeremy Bennett 
164
        * acv-gpio: New directory.
165
        * acv-gpio/acv-gpio.c: Created.
166
        * acv-gpio/Makefile.am: Created.
167
        * acv-gpio/Makefile.in: Regenerated.
168
        * acv-uart: New directory.
169
        * acv-uart/acv-uart.c: Created.
170
        * acv-uart/Makefile.am: Created.
171
        * acv-uart/Makefile.in: Regenerated.
172
        * basic: New directory.
173
        * basic/basic.S: Created.
174
        * basic/Makefile.am: Created.
175
        * basic/Makefile.in: Regenerated.
176
        * board.h: Created.
177
        * cache: New directory.
178
        * cache/cache-asm.S: Created.
179
        * cache/cache.c: Created.
180
        * cache/cache.ld: Updated from old test directory.
181
        * cache/Makefile.am: Created.
182
        * cache/Makefile.in: Regenerated.
183
        * cbasic: New directory.
184
        * cbasic/cbasic.c: Created.
185
        * cbasic/Makefile.am: Created.
186
        * cbasic/Makefile.in: Regenerated.
187
        * cfg: New directory.
188
        * cfg/cfg.S: Created.
189
        * cfg/Makefile.am: Created.
190
        * cfg/Makefile.in: Regenerated.
191
        * default.ld: Updated from old test directory.
192
        * dhry: New directory.
193
        * dhry/dhry.c: Created.
194
        * dhry/dhry.h: Created.
195
        * dhry/Makefile.am: Created.
196
        * dhry/Makefile.in: Regenerated.
197
        * dmatest: New directory.
198
        * dmatest/dmatest.c: Created.
199
        * dmatest/Makefile.am: Created.
200
        * dmatest/Makefile.in: Regenerated.
201
        * eth: New directory.
202
        * eth/eth.c: Created.
203
        * eth/Makefile.am: Created.
204
        * eth/Makefile.in: Regenerated.
205
        * except: New directory.
206
        * except/except.S: Created.
207
        * except/Makefile.am: Created.
208
        * except/Makefile.in: Regenerated.
209
        * except-mc.ld: Updated from old test directory.
210
        * except-test: New directory.
211
        * except-test/except-test.c: Created.
212
        * except-test/except-test-s.S: Created.
213
        * except-test/Makefile.am: Created.
214
        * except-test/Makefile.in: Regenerated.
215
        * exit: New directory.
216
        * exit/exit.c: Created.
217
        * exit/Makefile.am: Created.
218
        * exit/Makefile.in: Regenerated.
219
        * ext: New directory.
220
        * ext/ext.S: Created.
221
        * ext/Makefile.am: Created.
222
        * ext/Makefile.in: Regenerated.
223
        * fbtest: New directory.
224
        * fbtest/fbtest.c: Created.
225
        * fbtest/Makefile.am: Created.
226
        * fbtest/Makefile.in: Regenerated.
227
        * flag: New directory.
228
        * flag/flag.S: Created.
229
        * flag/Makefile.am: Created.
230
        * flag/Makefile.in: Regenerated.
231
        * functest: New directory.
232
        * functest/functest.c: Created.
233
        * functest/Makefile.am: Created.
234
        * functest/Makefile.in: Regenerated.
235
        * inst-set-test: New directory.
236
        * inst-set-test/inst-set-test.c: Created.
237
        * inst-set-test/Makefile.am: Created.
238
        * inst-set-test/Makefile.in: Regenerated.
239
        * int-test: New directory.
240
        * int-test/int-test.ld: Updated from old test directory.
241
        * int-test/int-test.S: Created.
242
        * int-test/Makefile.am: Created.
243
        * int-test/Makefile.in: Regenerated.
244
        * kbdtest: New directory.
245
        * kbdtest/kbdtest.c: Created.
246
        * kbdtest/Makefile.am: Created.
247
        * kbdtest/Makefile.in: Regenerated.
248
        * local-global: New directory.
249
        * local-global/local-global.c: Created.
250
        * local-global/Makefile.am: Created.
251
        * local-global/Makefile.in: Regenerated.
252
        * Makefile.am: Created.
253
        * Makefile.in: Regenerated.
254
        * mc-async: New directory.
255
        * mc-async/Makefile.am: Created.
256
        * mc-async/Makefile.in: Regenerated.
257
        * mc-async/mc-async.c: Created.
258
        * mc-async/mc-async.h: Created.
259
        * mc-common: New directory.
260
        * mc-common/except-mc.S: Created.
261
        * mc-common/Makefile.am: Created.
262
        * mc-common/Makefile.in: Regenerated.
263
        * mc-common/mc-common.c: Created.
264
        * mc-common/mc-common.h: Created.
265
        * mc-dram: New directory.
266
        * mc-dram/Makefile.am: Created.
267
        * mc-dram/Makefile.in: Regenerated.
268
        * mc-dram/mc-dram.c: Created.
269
        * mc-dram/mc-dram.h: Created.
270
        * mc-ssram: New directory.
271
        * mc-ssram/Makefile.am: Created.
272
        * mc-ssram/Makefile.in: Regenerated.
273
        * mc-ssram/mc-ssram.c: Created.
274
        * mc-ssram/mc-ssram.h: Created.
275
        * mc-sync: New directory.
276
        * mc-sync/Makefile.am: Created.
277
        * mc-sync/Makefile.in: Regenerated.
278
        * mc-sync/mc-sync.c: Created.
279
        * mc-sync/mc-sync.h: Created.
280
        * mem-test: New directory.
281
        * mem-test/Makefile.am: Created.
282
        * mem-test/Makefile.in: Regenerated.
283
        * mem-test/mem-test.c: Created.
284
        * mmu: New directory.
285
        * mmu/Makefile.am: Created.
286
        * mmu/Makefile.in: Regenerated.
287
        * mmu/mmu-asm.S: Created.
288
        * mmu/mmu.c: Created.
289
        * mul: New directory.
290
        * mul/Makefile.am: Created.
291
        * mul/Makefile.in: Regenerated.
292
        * mul/mul.c: Created.
293
        * mycompress: New directory.
294
        * mycompress/Makefile.am: Created.
295
        * mycompress/Makefile.in: Regenerated.
296
        * mycompress/mycompress.c: Created.
297
        * support: New directory.
298
        * support/int.c: Created.
299
        * support/int.h: Created.
300
        * support/Makefile.am: Created.
301
        * support/Makefile.in: Regenerated.
302
        * support/spr-defs.h: Created.
303
        * support/support.c: Created.
304
        * support/support.h: Created.
305
        * tick: New directory.
306
        * tick/Makefile.am: Created.
307
        * tick/Makefile.in: Regenerated.
308
        * tick/tick.c: Created.
309
        * uos: New directory.
310
        * uos/except-or32.S: Created.
311
        * uos/ipc.h: Created.
312
        * uos/Makefile.am: Created.
313
        * uos/Makefile.in: Regenerated.
314
        * uos/README: Created.
315
        * uos/task.c: Created.
316
        * uos/tick.c: Created.
317
        * uos/uos.c: Created.
318
        * uos/uos.h: Created.

powered by: WebSVN 2.1.0

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