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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 625 jeremybenn
2011-08-15  Jeremy Bennett  
2
 
3
        * or1skim.tests/Makefile.am: Added pcu.cfg to EXTRA_DIST.
4
 
5 556 julius
2011-06-06  Julius Baxter 
6 625 jeremybenn
 
7 556 julius
        * test-code-or1k/Makefile.am: Added pcu to SUBDIRS
8
        * test-code-or1k/Makefile.in: Regenerated
9
        * test-code-or1k/configure.ac: Added pcu/Makefile
10
        * test-code-or1k/pcu/pcu.S: Added.
11
        * test-code-or1k/pcu/Makefile.am: Added.
12
        * or1ksim.tests/Makefile.am: Added pcu.exp to EXTRA_DIST
13
        * or1ksim.tests/pcu.cfg: Added, has section enabling PCU
14
        * or1ksim.tests/pcu.exp: Added.
15
        * or1ksim.tests/mmu.exp: Set timeout to 30 seconds.
16
        * or1ksim.tests/Makefile.in: Regenerated.
17
        * README: Updated with details of PCU test.
18 625 jeremybenn
 
19 460 jeremybenn
2011-01-04  Jeremy Bennett  
20
 
21
        * README: Updated with details of new tests.
22
 
23 458 julius
2011-01-04  Julius Baxter  
24 460 jeremybenn
 
25 458 julius
        * libsim.tests/default.cfg: Remove superfluous sections. Change CPU
26
        SR to 0x8001 (unset EPH bit).
27
        * libsim.tests/int-edge.cfg: Remove MC section
28
        * libsim.tests/int-level.cfg: Ditto
29
        * libsim.tests/upcalls.cfg: Ditto, also remove other superfluous
30
        section definitions.
31
        * test-code-or1k/basic/Makefile.am: Add default linker and exception
32
        library to LDADD flags.
33
        * test-code-or1k/basic/basic.S: Remove reset section and MC init. Add
34
        main section symbol.
35
        * test-code-or1k/default.ld: Remove flash section  (all flash boot
36
        capability has been removed from software.)
37
        Place exception handlers in except section.
38
        <_bstart>:Added to indicate start of BSS section
39
        <_bend>:Added to indicate end of BSS section
40
        * test-code-or1k/except-mc.ld: Added (.rodata.*) to data section.
41
        * test-code-or1k/except/except.S: Remove MC init code.
42
        Remove code which copied program from flash to RAM on boot.
43
        Added all handler sections.
44
        Fixed bug with DTLB handler which would -4 off EPCR.
45
        Now take care to create exception stack past redzone of 128 bytes.
46 460 jeremybenn
        * test-code-or1k/tick/tick.c:
47
        (tick_int_spurious): Fix apparent bug with spurious interrupt test
48
        which would continue interrupting the program, not allowing it to
49 458 julius
        proceed. Achieve by clearing ttmr when enough interrupts were seen.
50
        * test-code-or1k/ext/ext.S: Add labels for linker sections.
51
        * test-code-or1k/cache/cache.ld: Similar changes to default.ld
52
        * test-code-or1k/cache/cache-asm.S: Remove MC init and relocation code.
53
        * test-code-or1k/cache/cache.c: Remove UART code.
54 460 jeremybenn
        (init_cache_config): Add function for  automatic detection of cache
55 458 julius
        settings.
56
        * test-code-or1k/fp/fp.S: Remove MC init code.
57
        (illegal_insn): Added illegal instruction handler to indicate if FPU
58
        needs to be enabled.
59
        * test-code-or1k/mc-ssram/mc-ssram.c: : Init to 0 to stop GCC
60
        warning.
61 460 jeremybenn
        * test-code-or1k/mul/mul.c:
62 458 julius
        (macrc): Add l.nops before l.macrc. Workaround for bug #1930.
63 460 jeremybenn
        * test-code-or1k/mmu/mmu.c: Almost entirely reimplemented, based on
64 458 julius
        version from ORPSoC.
65
        * test-code-or1k/mmu/mmu-asm.S: Clobber r3 instead of r11 in lo_immu_en
66
        * test-code-or1k/cfg/cfg.S: Change section labels to allow use with new
67
        default.ld.
68
        * test-code-or1k/except-test/except-test-s.S: Remove MC init code.
69
        Add new reset section code.
70
        Add .org directives for each vector handler.
71
        Change immediate of l.trap to 15 from 1
72 460 jeremybenn
        * test-code-or1k/except-test/except-test.c: : Removed,
73 458 julius
        substituted with RAM_START where appropriate.
74
        : Removed.
75
        : Changed to 2MB.
76
        : Removed as was not used.
77
        Added some printf() output to indicate progress of test.
78
        * test-code-or1k/dhry/dhry.c: : Removed all #if sections for this
79
        define.
80
        * test-code-or1k/int-test/int-test.ld: Removed
81
        * test-code-or1k/int-test/int-test.S: Remove MC init code.
82
        Changed reset section to except section.
83
        * test-code-or1k/int-test/Makefile.am: : Changed to
84
        use default.ld.
85
        * test-code-or1k/flag/flag.S: Change exceptions to be in .except section
86 460 jeremybenn
        * test-code-or1k/mc-sync/Makefile.am: : Added
87 458 julius
        mc-common as include path.
88
        * test-code-or1k/mc-async/Makefile.am: : Ditto.
89 460 jeremybenn
        * test-code-or1k/support/support.c:
90 458 julius
        (printf): Added ignoring of '.' in printf format fields.
91
        * or1ksim.tests/default.cfg: Removed MC section.
92
        * or1ksim.tests/mem-test.exp: Updated expect list.
93
        * or1ksim.tests/mmu.cfg: Added CPU section. Removed MC section.
94
        * or1ksim.tests/cache.exp: Updated expect list.
95
        * or1ksim.tests/eth.cfg: Removed MC section.
96
        * or1ksim.tests/mmu.exp: Updated expect list.
97
        * or1ksim.tests/kbdtest.cfg: Removed MC section.
98
        * or1ksim.tests/int-test.exp: Updated expect list.
99
        * or1ksim.tests/fp.cfg: Removed MC section.
100 460 jeremybenn
        * test-code/lib-upcalls/lib-upcalls.c: Added explicit handling of
101 458 julius
        OR1KSIM_RC_HALTED return code from library run execute function.
102 460 jeremybenn
 
103 457 julius
2010-12-27  Julius Baxter  
104
 
105
        * or1ksim.tests/eth.cfg: Ethernet section, commented out sockif setting,
106
        added dummy_crc set to false.
107
 
108 434 jeremybenn
2010-11-26  Jeremy Bennett  
109
 
110
        * libsim.tests/default.cfg: Updated Ethernet rtx_type parameter.
111
        * libsim.tests/int-edge.cfg: Updated Ethernet rtx_type parameter.
112
        * libsim.tests/int-level.cfg: Updated Ethernet rtx_type parameter.
113
        * libsim.tests/upcalls.cfg: Updated Ethernet rtx_type parameter.
114
        * or1ksim.tests/default.cfg: Updated Ethernet rtx_type parameter.
115
        * or1ksim.tests/eth.cfg: Updated Ethernet rtx_type parameter.
116
        * or1ksim.tests/fp.cfg: Updated Ethernet rtx_type parameter.
117
        * or1ksim.tests/kbdtest.cfg: Updated Ethernet rtx_type parameter.
118
 
119 432 jeremybenn
2010-11-25  Jeremy Bennett  
120
 
121
        * libsim.tests/int-edge.exp: Updated for new interrupt interface.
122
        * libsim.tests/int-level.exp: Updated for new interrupt interface.
123
        * README: Updated to change number of interrupt tests in library.
124
 
125
2010-11-24  Jeremy Bennett  
126
 
127
        * test-code/lib-inttest/Makefile.am: Updated to use lib-inttest.c
128
        to build a single program.
129
        * test-code/lib-inttest/Makefile.in: Regenerated.
130
        * test-code/lib-inttest/lib-inttest.c: Created.
131
        * test-code/lib-inttest/lib-inttest-edge.c: Deleted.
132
        * test-code/lib-inttest/lib-inttest-level.c: Deleted.
133
 
134 346 jeremybenn
2010-09-07  Jeremy Bennett  
135
 
136
        * libsim.tests/int-edge.exp : Increase time
137
        between interrupts to 2ms.
138
        : Increase time between interrupts to 2ms.
139
        : Increase time between interrupts to 2ms.
140
        : Increase time between interrupts to 2ms.
141
 
142 234 jeremybenn
2010-08-03  Jeremy Bennett  
143
 
144 235 jeremybenn
        * or1ksim.tests/eth.cfg: Fix section debug to use RSP only.
145
        * or1ksim.tests/kbdtest.cfg: Fix section debug to use RSP only.
146
 
147
2010-08-03  Jeremy Bennett  
148
 
149 234 jeremybenn
        * or1ksim.tests/testfloat.exp: Modified to use fp.cfg, corrected
150
        which tests are counted. Fixed change of timeout.
151
        * or1ksim.tests/testfloat.cfg: Deleted.
152
        * or1ksim.tests/Makefile.am: Added testfloat.exp to distribution.
153
 
154
2010-08-03  Julius Baxter  
155
 
156
        * or1ksim.tests/fp.exp: Update expected output.
157
        * or1ksim.tests/testfloat.exp: Expect file for testfloat sw.
158
        * or1ksim.tests/testfloat.cfg: Sim config file for testfloat.
159
 
160 220 jeremybenn
2010-07-23  Jeremy Bennett  
161
 
162
        * or1ksim.tests/except-test.exp: Output no longer reports out of
163
        memory exceptions.
164
        * libsim.tests/jtag-write-control.exp
165
        : No PIC reset.
166
        : No PIC reset.
167
        : No PIC reset.
168
        * libsim.tests/upcalls.exp :
169
        No output from exit.
170
        * test-code/lib-iftest/lib-iftest.c (main): New interface to
171
        or1ksim_init.
172
        * test-code/lib-inttest/lib-inttest-edge.c (main): New interface to
173
        or1ksim_init.
174
        * test-code/lib-inttest/lib-inttest-level.c (main): New interface to
175
        or1ksim_init.
176
        * test-code/lib-jtag/lib-jtag.c (main): New interface to
177
        or1ksim_init.
178
        * test-code/lib-jtag/lib-jtag-full.c (main): New interface to
179
        or1ksim_init.
180
        * test-code/lib-upcalls/lib-upcalls.c (main): New interface to
181
        or1ksim_init.
182
 
183
2010-06-15  Jeremy Bennett  
184
 
185 123 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added tests for l.mfspr and
186 124 jeremybenn
        l.mtspr, l.sub, logical and shift instructions.
187 123 jeremybenn
 
188 220 jeremybenn
2010-06-14  Jeremy Bennett  
189
 
190 121 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Modified output from RANGE
191 122 jeremybenn
        exception. Added tests for jump and rotate right instructions.
192 121 jeremybenn
 
193 220 jeremybenn
2010-06-13  Jeremy Bennett  
194
 
195 118 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added multiplication
196
        tests. Extended divistion tests. Changed output to match new
197
        format from existing tests.
198
        * README: Updated with new tests.
199
 
200 220 jeremybenn
2010-06-11  Jeremy Bennett  
201
 
202 116 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added MAC tests.
203
        * or1ksim.tests/mul.exp: Corrected erroneous expected results.
204
        * README: Updated with new tests.
205
 
206 220 jeremybenn
2010-06-10  Jeremy Bennett  
207
 
208 115 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added find tests.
209
        * README: Updated with new tests.
210
 
211 220 jeremybenn
2010-06-10  Jeremy Bennett  
212
 
213 114 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Extended addition tests.
214 115 jeremybenn
        * README: Updated with new tests.
215 114 jeremybenn
 
216 220 jeremybenn
2010-06-09  Jeremy Bennett  
217
 
218 112 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added division and addition tests.
219 115 jeremybenn
        * README: Updated with new tests.
220 112 jeremybenn
 
221 220 jeremybenn
2010-06-06  Jeremy Bennett  
222
 
223 107 jeremybenn
        * or1ksim.tests/inst-set-test.cfg: Created.
224
        * or1ksim.tests/inst-set-test.exp: Created.
225
        * or1ksim.tests/Makefile.am: Updated to reflect added and deleted
226
        files.
227
        * or1ksim.tests/Makefile.in: Regenerated
228
        * or1ksim.tests/lws-test.exp: Deleted (incorporated within
229
        inst-set-test.ex).
230
        * README: Updated to reflect new structure.
231
 
232 220 jeremybenn
2010-06-03  Jeremy Bennett  
233
 
234 104 jeremybenn
        * or1ksim.tests/fp.exp: Removed timeout change
235
        * or1ksim.tests/lws-test.exp: Created.
236
        * or1ksim/test/Makefile.am: Added lws-test & config.
237
        * or1ksim/test/Makefile.in: Regenerated.
238
 
239 220 jeremybenn
2010-06-02  Jeremy Bennett  
240
 
241 104 jeremybenn
        * lib/or1ksim.exp: Use same matching as libsim.exp, treat each
242
        match as a pass.
243
        * or1ksim/test/basic.exp: Unreported test entries marked.
244
        * or1ksim/test/cache.exp: Unreported test entries marked.
245
        * or1ksim/test/cbasic.exp: Unreported test entries marked.
246
        * or1ksim/test/cfg.exp: Unreported test entries marked.
247
        * or1ksim/test/dhry.exp: Unreported test entries marked.
248
        * or1ksim/test/dmatest.exp: Unreported test entries marked.
249
        * or1ksim/test/eth.exp: Unreported test entries marked.
250
        * or1ksim/test/except-test.exp: Unreported test entries marked.
251
        * or1ksim/test/exit.exp: Unreported test entries marked.
252
        * or1ksim/test/ext.exp: Unreported test entries marked.
253
        * or1ksim/test/fbtest.exp: Unreported test entries marked.
254
        * or1ksim.tests/fp.cfg: Created.
255
        * or1ksim.tests/fp.exp: Created.
256
        * or1ksim/test/functest.exp: Unreported test entries marked.
257
        * or1ksim/test/flag.exp: Unreported test entries marked.
258
        * or1ksim/test/int-test.exp: Unreported test entries marked.
259
        * or1ksim/test/kbdtest.exp: Unreported test entries marked.
260
        * or1ksim/test/local-global.exp: Unreported test entries marked.
261
        * or1ksim/test/Makefile.am: Added floating point test & config.
262
        * or1ksim/test/Makefile.in: Regenerated.
263
        * or1ksim/test/mem-test.exp: Unreported test entries marked.
264
        * or1ksim/test/mmu.exp: Unreported test entries marked.
265
        * or1ksim/test/mul.exp: Unreported test entries marked.
266
        * or1ksim/test/mycompress.exp: Unreported test entries marked.
267
        * or1ksim/test/tick.exp: Unreported test entries marked.
268
 
269 220 jeremybenn
2010-05-20  Jeremy Bennett  
270
 
271 99 jeremybenn
        * lib/libsim.exp (run_libsim): Expect clause corrected to detect
272
        all unexpected warning/errors.
273
        * libsim.tests/jtag-go-command-read.exp
274
        : Missing error added.
275
        : Missing error added.
276
        : Missing error added.
277
        : Missing error added.
278
        : Missing error added.
279
        : Missing error added.
280
        : Missing error added.
281
 
282 220 jeremybenn
2010-05-19  Jeremy Bennett  
283
 
284 98 jeremybenn
        * libsim.tests/Makefile.am: upcalls.exp added to distribution.
285
        * libsim.tests/Makefile.in: Regenerated.
286
 
287 220 jeremybenn
2010-05-18  Jeremy Bennett  
288
 
289 98 jeremybenn
        * libsim.tests/default.cfg: Disabled MC, replaced with memory block
290
        and set CPU to take vectors at high address.
291
        * test-code/lib-jtag/lib-jtag-full.c: Increase time quanta to 3ms to
292
        allow time for messages.
293
 
294 220 jeremybenn
2010-05-16  Jeremy Bennett  
295
 
296 98 jeremybenn
        * libsim.tests/Makefile.am: Added new test files to dist
297
        * libsim.tests/Makefile: Regenerated.
298
        * libsim.tests/jtag-go-command-read.exp: New file.
299
        * libsim.tests/jtag-go-command-write.exp: New file.
300
        * libsim.tests/jtag-read-command.exp: Tests updated for new interface.
301
        * libsim.tests/jtag-read-control.exp: New file.
302
        * libsim.tests/jtag-select-module.exp: Tests updated for new
303
        interface. All tests related to subsequent commands moved to their own
304
        tests.
305
        * libsim.tests/jtag-write-command.exp: Tests updated for new interface.
306
        * libsim.tests/jtag-write-control.exp: New file.
307
        * test-code/lib-jtag/lib-jtag.c: Interface changed to allow use of new
308
        JTAG library interface with bit lengths.
309
        * test-code/lib-jtag/lib-jtag-full.c: Use new JTAG library interface
310
        with bit lengths.
311
 
312
 
313 220 jeremybenn
2010-05-14  Jeremy Bennett  
314
 
315 98 jeremybenn
        * libsim.tests/jtag-read-command.exp: Better test naming.
316
        * libsim.tests/jtag-select-module.exp: Better test naming.
317
        * libsim.tests/jtag-write-command.exp: Better test naming.
318
        * libsim.tests/jtag-select-module.exp
319
        : Check for correct access type.
320
        : Check for correct access type.
321
        : Check for correct access type.
322
        : Check for correct access type.
323
        : Check for correct access
324
        type.
325
 
326 220 jeremybenn
2010-05-13  Jeremy Bennett  
327
 
328 98 jeremybenn
        * libsim.tests/default.cfg: Add memory block at top of memory.
329
        * libsim.tests/lib-jtag-full.c: Corrected some error messages.
330
        * libsim.tests/Makefile.am: Added new JTAG test files.
331
        * libsim.tests/Makefile.in: Regenerated.
332
        * libsim.tests/jtag-read-command.exp: Break out READ_COMMAND tests.
333
        * libsim.tests/jtag-select-module.exp: Break out SELECT_MODULE tests.
334
        * libsim.tests/jtag-write-command.exp: Break out WRITE_COMMAND tests.
335
        * README: Updated with new tests.
336
        * test-code/lib-jtag/lib-jtag-full.c (process_read_command):
337
        Corrected printout of access_type.
338
 
339 220 jeremybenn
2010-05-04  Jeremy Bennett  
340
 
341 97 jeremybenn
        * configure.ac: lib-jtag/Makefile.am added as output
342
        * configure: Regenerated
343
        * libsim.tests/jtag-basic.exp: Created for low level JTAG tests.
344
        * libsim.tests/jtag-full.exp: Created for high level JTAG tests.
345
        * libsim.tests/Makefile.am: Added jtag-basic.exp and
346
        jtag-full.exp.
347
        * libsim.tests/Makefile.in: Regenerated.
348
        * test-code/lib-jtag: New directory for JTAG test code
349
        * test-code/lib-jtag/lib-jtag.c: Created for low level tests of
350
        JTAG functions.
351
        * test-code/lib-jtag/lib-jtag-full.c: Created for high level tests
352
        of JTAG functions.
353
        * test-code/lib-jtag/Makefile.am: Created.
354
        * test-code/lib-jtag/Makefile.am: Generated.
355
        * test-code/Makefile.am: lib-jtag added as subdir
356
        * test-code/Makefile.in: Regenerated.
357 95 jeremybenn
 
358 220 jeremybenn
2010-05-02  Jeremy Bennett  
359
 
360 97 jeremybenn
        * test-code/lib-upcalls/lib-upcalls.c (main): Commenting corrected.
361
 
362 220 jeremybenn
2010-05-02  Jeremy Bennett  
363
 
364 95 jeremybenn
        * global-conf.exp: Renamed from default-global-conf.exp.
365
        * lib/or1ksim.exp (run_or1ksim): Use $srcdir instead of
366
        environment variable and use $objdir.
367
        * lib/or1ksim.exp (run_libsim): Use $srcdir instead of
368
        environment variable and use $objdir.
369
 
370 220 jeremybenn
2010-04-30  Jeremy Bennett  
371
 
372 95 jeremybenn
        * lib/or1ksim.exp (run_or1ksim): Make timeout return UNRESOLVED
373
        rather than FAIL.
374
        * lib/libsim.exp (run libsim): Make timeout return UNRESOLVED
375
        rather than FAIL.
376
        * or1ksim.tests/fbtest.exp: Restore timeout correctly.
377
 
378 220 jeremybenn
2010-04-28  Jeremy Bennett  
379
 
380 93 jeremybenn
        * libsim.tests/upcalls.exp: Created.
381
        * libsim.tests/upcalls.cfg: Created.
382
        * test-code/lib-upcalls/lib-upcalls.c: Changed to use new upcall
383
        interface.
384
        * test-code/lib-inttest/lib-inttest-edge.c: Created.
385
        * test-code/lib-inttest/lib-inttest-level.c: Changed to use new
386
        upcall interface.
387
 
388 220 jeremybenn
2010-04-25  Jeremy Bennett  
389
 
390 93 jeremybenn
        * libsim.tests/int-level.exp: Created.
391
        * test-code/lib-upcalls: Created.
392
        * test-code/lib-upcalls/lib-upcalls.c: Created.
393
        * test-code/lib-upcalls/Makefile.am: Created.
394
        * test-code/lib-upcalls/Makefile.in: Regenerated.
395
        function to print chars more clearly.
396
        * or1ksim.tests/kbd.exp: Updated for new test output format.
397
 
398 220 jeremybenn
2010-04-23  Jeremy Bennett  
399
 
400 93 jeremybenn
        * test-code/lib-inttest/lib-inttest-level.c: Created.
401
        * Makefile.am: Updated for new tests
402
        * Makefile.in: Regenerated.
403
        * README: Updated for new library test results.
404
 
405 220 jeremybenn
2010-04-22  Jeremy Bennett  
406
 
407 93 jeremybenn
        * or1ksim.tests/cbasic.exp: Errors due to buggy printf fixed.
408
        * or1ksim.tests/mmu.exp: Errors due to buggy printf fixed.
409
        * or1ksim.tests/mul.exp: Errors due to buggy printf fixed.
410
 
411 220 jeremybenn
2010-04-21  Jeremy Bennett  
412
 
413 90 jeremybenn
        * test-code-or1k: Renamed from test-code.
414
        * configure.ac, configure: Moved to test-code-or1k.
415
        * AUTHORS, NEWS, INSTALL, COPYING: Moved to test-code-or1k.
416
 
417 220 jeremybenn
2010-04-20  Jeremy Bennett  
418
 
419 82 jeremybenn
        * test-code/support/spr-defs.h: NOP_PRINTF definition removed.
420
        * test-code/except-test/except-test.c (illegal_insn_test):
421
          Generate and check a correct sequence for illegal instruction.
422
        * test-code/except-test/except-test.c (except_priority_test):
423
          Generate a properly illegal instruction.
424
 
425 220 jeremybenn
2010-04-19  Jeremy Bennett  
426
 
427 82 jeremybenn
        * AUTHORS: Created to refer to parent file.
428
        * config: Directory for board configurations.
429
        * config/unix.exp: Created.
430
        * configure: Regenerated.
431
        * configure.ac: Created as sub-configuration of the main program.
432
        * COPYING: Updated to version 3.
433
        * default-global-conf.exp: Created.
434
        * INSTALL: Updated to refer to parent file.
435
        * lib: Directory for expect library code.
436
        * lib/or1ksim.ex: Created for library code for Or1ksim tests.
437
        * Makefile.am: Updated for DejaGNU compliance.
438
        * Makefile.in: Regenerated.
439
        * NEWS: Created to refer to parent file.
440
        * or1ksim.tests: Directory for expect tests of complete SoC.
441
        * or1ksim.tests/acv-gpio.cfg: Updated from old test directory.
442
        * or1ksim.tests/acv-uart.cfg: Updated from old test directory.
443
        * or1ksim.tests/basic.ex/or1ksim.tests/cache.exp: Created.
444
        * or1ksim.tests/basic.exp: Created.
445
        * or1ksim.tests/cbasic.exp: Created.
446
        * or1ksim.tests/cfg.exp: Created.
447
        * or1ksim.tests/default.cfg: Updated from old test directory
448
        * or1ksim.tests/dhry.exp: Created.
449
        * or1ksim.tests/dmatest.exp: Created.
450
        * or1ksim.tests/eth0.rx: Transferred from old test directory.
451
        * or1ksim.tests/eth.cfg: Updated from old test directory.
452
        * or1ksim.tests/eth.exp: Created.
453
        * or1ksim.tests/except-test.exp: Created.
454
        * or1ksim.tests/exit.exp: Created.
455
        * or1ksim.tests/ext.exp: Created.
456
        * or1ksim.tests/fbtest.exp: Created.
457
        * or1ksim.tests/flag.exp: Created.
458
        * or1ksim.tests/functest.exp: Created.
459
        * or1ksim.tests/int-test.exp: Created.
460
        * or1ksim.tests/kbdtest.cfg: Updated from old test directory.
461
        * or1ksim.tests/kbdtest.exp: Created.
462
        * or1ksim.tests/kbdtest.rx: Transferred from old test directory.
463
        * or1ksim.tests/local-global.exp: Created.
464
        * or1ksim.tests/mem-test.exp: Created.
465
        * or1ksim.tests/mmu.cfg: Updated from old test directory.
466
        * or1ksim.tests/mmu.exp: Created.
467
        * or1ksim.tests/mul.exp: Created.
468
        * or1ksim.tests/mycompress.exp: Created.
469
        * or1ksim.tests/tick.exp: Created.
470
        * README: Updated for new structure.
471
        * test-code: New directory for test-programs.
472
        * test-code/acv-gpio: New directory.
473
        * test-code/acv-gpio/acv-gpio.c: Created.
474
        * test-code/acv-gpio/Makefile.am: Created.
475
        * test-code/acv-gpio/Makefile.in: Regenerated.
476
        * test-code/acv-uart: New directory.
477
        * test-code/acv-uart/acv-uart.c: Created.
478
        * test-code/acv-uart/Makefile.am: Created.
479
        * test-code/acv-uart/Makefile.in: Regenerated.
480
        * test-code/basic: New directory.
481
        * test-code/basic/basic.S: Created.
482
        * test-code/basic/Makefile.am: Created.
483
        * test-code/basic/Makefile.in: Regenerated.
484
        * test-code/board.h: Created.
485
        * test-code/cache: New directory.
486
        * test-code/cache/cache-asm.S: Created.
487
        * test-code/cache/cache.c: Created.
488
        * test-code/cache/cache.ld: Updated from old test directory.
489
        * test-code/cache/Makefile.am: Created.
490
        * test-code/cache/Makefile.in: Regenerated.
491
        * test-code/cbasic: New directory.
492
        * test-code/cbasic/cbasic.c: Created.
493
        * test-code/cbasic/Makefile.am: Created.
494
        * test-code/cbasic/Makefile.in: Regenerated.
495
        * test-code/cfg: New directory.
496
        * test-code/cfg/cfg.S: Created.
497
        * test-code/cfg/Makefile.am: Created.
498
        * test-code/cfg/Makefile.in: Regenerated.
499
        * test-code/default.ld: Updated from old test directory.
500
        * test-code/dhry: New directory.
501
        * test-code/dhry/dhry.c: Created.
502
        * test-code/dhry/dhry.h: Created.
503
        * test-code/dhry/Makefile.am: Created.
504
        * test-code/dhry/Makefile.in: Regenerated.
505
        * test-code/dmatest: New directory.
506
        * test-code/dmatest/dmatest.c: Created.
507
        * test-code/dmatest/Makefile.am: Created.
508
        * test-code/dmatest/Makefile.in: Regenerated.
509
        * test-code/eth: New directory.
510
        * test-code/eth/eth.c: Created.
511
        * test-code/eth/Makefile.am: Created.
512
        * test-code/eth/Makefile.in: Regenerated.
513
        * test-code/except: New directory.
514
        * test-code/except/except.S: Created.
515
        * test-code/except/Makefile.am: Created.
516
        * test-code/except/Makefile.in: Regenerated.
517
        * test-code/except-mc.ld: Updated from old test directory.
518
        * test-code/except-test: New directory.
519
        * test-code/except-test/except-test.c: Created.
520
        * test-code/except-test/except-test-s.S: Created.
521
        * test-code/except-test/Makefile.am: Created.
522
        * test-code/except-test/Makefile.in: Regenerated.
523
        * test-code/exit: New directory.
524
        * test-code/exit/exit.c: Created.
525
        * test-code/exit/Makefile.am: Created.
526
        * test-code/exit/Makefile.in: Regenerated.
527
        * test-code/ext: New directory.
528
        * test-code/ext/ext.S: Created.
529
        * test-code/ext/Makefile.am: Created.
530
        * test-code/ext/Makefile.in: Regenerated.
531
        * test-code/fbtest: New directory.
532
        * test-code/fbtest/fbtest.c: Created.
533
        * test-code/fbtest/Makefile.am: Created.
534
        * test-code/fbtest/Makefile.in: Regenerated.
535
        * test-code/flag: New directory.
536
        * test-code/flag/flag.S: Created.
537
        * test-code/flag/Makefile.am: Created.
538
        * test-code/flag/Makefile.in: Regenerated.
539
        * test-code/functest: New directory.
540
        * test-code/functest/functest.c: Created.
541
        * test-code/functest/Makefile.am: Created.
542
        * test-code/functest/Makefile.in: Regenerated.
543
        * test-code/inst-set-test: New directory.
544
        * test-code/inst-set-test/inst-set-test.c: Created.
545
        * test-code/inst-set-test/Makefile.am: Created.
546
        * test-code/inst-set-test/Makefile.in: Regenerated.
547
        * test-code/int-test: New directory.
548
        * test-code/int-test/int-test.ld: Updated from old test directory.
549
        * test-code/int-test/int-test.S: Created.
550
        * test-code/int-test/Makefile.am: Created.
551
        * test-code/int-test/Makefile.in: Regenerated.
552
        * test-code/kbdtest: New directory.
553
        * test-code/kbdtest/kbdtest.c: Created.
554
        * test-code/kbdtest/Makefile.am: Created.
555
        * test-code/kbdtest/Makefile.in: Regenerated.
556
        * test-code/local-global: New directory.
557
        * test-code/local-global/local-global.c: Created.
558
        * test-code/local-global/Makefile.am: Created.
559
        * test-code/local-global/Makefile.in: Regenerated.
560
        * test-code/Makefile.am: Created.
561
        * test-code/Makefile.in: Regenerated.
562
        * test-code/mc-async: New directory.
563
        * test-code/mc-async/Makefile.am: Created.
564
        * test-code/mc-async/Makefile.in: Regenerated.
565
        * test-code/mc-async/mc-async.c: Created.
566
        * test-code/mc-async/mc-async.h: Created.
567
        * test-code/mc-common: New directory.
568
        * test-code/mc-common/except-mc.S: Created.
569
        * test-code/mc-common/Makefile.am: Created.
570
        * test-code/mc-common/Makefile.in: Regenerated.
571
        * test-code/mc-common/mc-common.c: Created.
572
        * test-code/mc-common/mc-common.h: Created.
573
        * test-code/mc-dram: New directory.
574
        * test-code/mc-dram/Makefile.am: Created.
575
        * test-code/mc-dram/Makefile.in: Regenerated.
576
        * test-code/mc-dram/mc-dram.c: Created.
577
        * test-code/mc-dram/mc-dram.h: Created.
578
        * test-code/mc-ssram: New directory.
579
        * test-code/mc-ssram/Makefile.am: Created.
580
        * test-code/mc-ssram/Makefile.in: Regenerated.
581
        * test-code/mc-ssram/mc-ssram.c: Created.
582
        * test-code/mc-ssram/mc-ssram.h: Created.
583
        * test-code/mc-sync: New directory.
584
        * test-code/mc-sync/Makefile.am: Created.
585
        * test-code/mc-sync/Makefile.in: Regenerated.
586
        * test-code/mc-sync/mc-sync.c: Created.
587
        * test-code/mc-sync/mc-sync.h: Created.
588
        * test-code/mem-test: New directory.
589
        * test-code/mem-test/Makefile.am: Created.
590
        * test-code/mem-test/Makefile.in: Regenerated.
591
        * test-code/mem-test/mem-test.c: Created.
592
        * test-code/mmu: New directory.
593
        * test-code/mmu/Makefile.am: Created.
594
        * test-code/mmu/Makefile.in: Regenerated.
595
        * test-code/mmu/mmu-asm.S: Created.
596
        * test-code/mmu/mmu.c: Created.
597
        * test-code/mul: New directory.
598
        * test-code/mul/Makefile.am: Created.
599
        * test-code/mul/Makefile.in: Regenerated.
600
        * test-code/mul/mul.c: Created.
601
        * test-code/mycompress: New directory.
602
        * test-code/mycompress/Makefile.am: Created.
603
        * test-code/mycompress/Makefile.in: Regenerated.
604
        * test-code/mycompress/mycompress.c: Created.
605
        * test-code/support: New directory.
606
        * test-code/support/int.c: Created.
607
        * test-code/support/int.h: Created.
608
        * test-code/support/Makefile.am: Created.
609
        * test-code/support/Makefile.in: Regenerated.
610
        * test-code/support/spr-defs.h: Created.
611
        * test-code/support/support.c: Created.
612
        * test-code/support/support.h: Created.
613
        * test-code/tick: New directory.
614
        * test-code/tick/Makefile.am: Created.
615
        * test-code/tick/Makefile.in: Regenerated.
616
        * test-code/tick/tick.c: Created.
617
        * test-code/uos: New directory.
618
        * test-code/uos/except-or32.S: Created.
619
        * test-code/uos/ipc.h: Created.
620
        * test-code/uos/Makefile.am: Created.
621
        * test-code/uos/Makefile.in: Regenerated.
622
        * test-code/uos/README: Created.
623
        * test-code/uos/task.c: Created.
624
        * test-code/uos/tick.c: Created.
625
        * test-code/uos/uos.c: Created.
626
        * 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.