Rev |
Log message |
Author |
Age |
Path |
625 |
Fixed configuration to work with GCC 4.6, added -Werror to avoid GCC 4.6 warning as a temporary fix. Added pic.cfg to EXTRA_DIST. Made tests build with SILENT_RULES if available. |
jeremybennett |
4826d 16h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
538 |
or1ksim updates. spr-def.h updates, Cygwin compile error fixes. |
julius |
4924d 13h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
460 |
Merged in changes from Jeremy to Ethernet, updated documentation of tests, added l.nop 8 and l.nop 9 opcodes to turn tracing on and off. Updated documentation to cover l.nop opcodes. |
jeremybennett |
5048d 18h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
457 |
or1ksim - couple of ethernet peripheral updates, fixup of ethernet regression test so all tests pass again. |
julius |
5058d 12h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
440 |
Updated documentation to describe new Ethernet usage. |
jeremybennett |
5076d 08h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
436 |
Or1ksim ethernet TAP updates. Ethernet test still failing. |
julius |
5085d 03h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
432 |
Updates to handle interrupts correctly. |
jeremybennett |
5089d 13h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
428 |
or1ksim - adding preliminary PHY emulation to ethernet peripheral. |
julius |
5095d 08h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
346 |
Changes to support Or1ksim 0.5.0rc1
Top level changes:
* config.h.in: Regenerated.
* debug.cfg, rsp.cfg: Deleted.
* doc/or1ksim.texi: Updated for new options and library interface.
* doc/or1ksim.info, doc/version.texi: Regenerated.
* Makefile.am: Added sim.cfg to EXTRA_DIST.
* NEWS: Updated for 0.5.0rc1.
* or1ksim.h <enum or1ksim_rc>: OR1KSIM_RC_OK explicitly zero.
* sim.cfg: Updated for consistency with the user guide.
* sim-config.c (init_defconfig): 50000 as default VAPI port.
(alloc_memory_block): Verbose message of amount allocated.
* configure: Regenerated.
* configure.ac: Version changed to 0.5.0rc1.
Changes in testsuite:
* libsim.tests/int-edge.exp <int-edge simple 1>: Increase time
between interrupts to 2ms.
<int-edge simple 2>: Increase time between interrupts to 2ms.
<int-edge duplicated 1>: Increase time between interrupts to 2ms.
<int-edge duplicated 2>: Increase time between interrupts to 2ms.
Changes in testsuite/test-code-or1k:
* mc-common/except-mc.S: Remove leading underscores from global
symbols.
* except/except.S: Remove leading underscores from global symbols.
* cache/cache-asm.S: Remove leading underscores from global symbols.
* cache/cache.c (jump_and_link): Remove leading underscore from
label.
(jump): Remove leading underscore from label.
(all): Remove leading underscore from global symbol references.
* testfloat/systfloat.S: Remove leading underscores from global
symbols.
* mmu/mmu.c (jump): Remove leading underscore from label.
* mmu/mmu-asm.S: Remove leading underscores from global symbols.
* except-test/except-test.c: Remove leading underscores from
global symbols.
* except-test/except-test-s.S: Remove leading underscores from
global symbols.
* uos/except-or32.S: Remove leading underscores from global
symbols.
* configure: Regenerated.
* configure.ac: Version changed to 0.5.0rc1. |
jeremybennett |
5168d 16h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
236 |
Terminate execution on NOP_EXIT, even if debugging, add support for RSP qAttached packet, stall in library after single instruction is ST bit is set in SPR DMR1. Fix softfloat to allow compilation with -O0 for debugging.
* configure: Regenerated.
* configure.ac: Version changed to current date. Test for
varargs.h dropped.
* cpu/or32/insnset.c <l_nop>: Terminate execution on NOP_EXIT,
even if debugging.
* debug/rsp-server.c (rsp_query): Added support for qAttached
packet.
* libtoplevel.c (or1ksim_run): Stall after a single instruction if
SPR_DMR1_ST flag is set.
* softfloat/host.h: Make #define of INLINE conditional, to allow
the user to override.
* softfloat/README: Added instructions for non-optimized compilation.
* softfloat/softfloat-macros: Add a conditional #ifndef
NO_SOFTFLOAT_UNUSUED around unused functions. |
jeremybennett |
5202d 12h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
235 |
Removed support for old OpenRISC JTAG Remote Protocol. |
jeremybennett |
5202d 16h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
234 |
Minor tidy ups. DOS end of line chars fixed. |
jeremybennett |
5203d 18h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
233 |
New softfloat FPU and testfloat sw for or1ksim |
julius |
5204d 05h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
121 |
Adds exception handling to l.jalr and l.jr. Adds appropriate tests. |
jeremybennett |
5253d 10h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
118 |
New tests of multiply. Improved tests of exception handling for addition and division. Improvements to instruction testing library. |
jeremybennett |
5254d 07h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
101 |
ChangeLog updated for floating point support. Fixed bug in generic peripheral upcalls. Upped release date in configure.ac. Removed redundant debugging print in abstract.c |
jeremybennett |
5273d 12h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
98 |
Comprehensive testing of the library JTAG interface. Updates to the documentation to warn of issues in using the memory controller. |
jeremybennett |
5279d 13h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
97 |
Updates to test the new JTAG library interface (not yet complete). |
jeremybennett |
5293d 19h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
95 |
Some tidy ups to the DejaGNU testing.
All Mark Jarvin's fixes for Mac OS X. |
jeremybennett |
5296d 12h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |
90 |
Reorganized to allow tests with both native code (for the library) and OpenRISC code (which requires the target tool chain). |
jeremybennett |
5307d 11h |
/openrisc/trunk/or1ksim/testsuite/test-code-or1k/fbtest/Makefile.in |