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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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