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

Subversion Repositories openrisc

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

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

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