|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Nov 26 14:19:39 CET 2005
Subject: [cvs-checkins] MODIFIED: or1k ...
Date: 00/05/11 26:14:19 Modified: or1k/or1ksim ChangeLog Log: Update ChangeLog Revision Changes Path 1.4 or1k/or1ksim/ChangeLog http://www.opencores.org/cvsweb.shtml/or1k/or1ksim/ChangeLog.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: ChangeLog =================================================================== RCS file: /cvsroot/nogj/or1k/or1ksim/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- ChangeLog 13 Sep 2005 16:01:49 -0000 1.3 +++ ChangeLog 26 Nov 2005 13:19:38 -0000 1.4 @@ -1,3 +1,160 @@ +2005-11-26 13:41 nogj + + * toplevel.c: + + 0.2.0-rc2 release + +2005-11-25 19:37 nogj + + * pic/pic.c: + + Avoid scheduleing too many jobs, potentially underflowing the + scheduler stack + +2005-11-25 19:35 nogj + + * toplevel.c: + + Don't drop cycles from the scheduler + +2005-11-25 14:35 phoenix + + * peripheral/eth.c: + + fix uninitialized reads + +2005-11-18 19:15 nogj + + * cpu/or32/or32.c: + + Execute l.ff1 instruction + +2005-11-18 19:14 nogj + + * support/dumpverilog.c: + + Fix dumphex/dumpverilog to not do unaligned memory access + +2005-11-06 17:44 nogj + + * peripheral/eth.c: + + Handle ethernet addresses as an address and not as an int + +2005-11-06 17:23 nogj + + * cpu/or32/or32.c: + + Fix parsing the destination register + +2005-11-06 17:21 nogj + + * sim-cmd.c: + + Fix handling of eof in the sim cli + +2005-11-06 17:09 nogj + + * sim-config.c: + + Add default immu/dmmu page size + +2005-11-06 17:08 nogj + + * support/misc.c: + + Fix the case of is_power2(0) + +2005-11-06 17:08 nogj + + * sim-cmd.c, sim-config.h, toplevel.c: + + Don't kill sim on second ctrl+c if the cli prompt has already been + shown + +2005-11-03 20:01 lampret + + * cpu/or32/or32.c: +
+ Added l.fl1
+
+2005-10-31 08:23 nogj
+
+ * support/debug.c:
+
+ Make -d channel be equivalent to -d +channel
+
+2005-10-31 08:00 nogj
+
+ * sim-cmd.c:
+
+ Correct INT_MAX->INT32_MAX
+
+2005-10-26 16:32 nogj
+
+ * peripheral/memory.c:
+
+ Charles Qi Fix memory handling on big endian machines
+
+2005-10-21 00:15 phoenix
+
+ * cpu/or1k/except.c:
+
+ added missing exception, fixes segfault with trap exception
+
+2005-10-20 01:10 phoenix
+
+ * cpu/common/abstract.c, cpu/or32/execute.c, sim-cmd.c:
+
+ usability improvments
+
+2005-10-11 08:21 nogj
+
+ * sim-cmd.c, sim-config.c, sim-config.h:
+
+ Stephan Bourduas * Fix starting instruction logger from > 2^31 - 1
+ instructions * Fix `run x' command, where x > 2^31.
+
+ nog.
+
+2005-09-29 13:16 nogj
+
+ * cpu/or1k/sprs.c:
+
+ Add missing break; statements
+
+2005-09-29 13:15 nogj
+
+ * testbench/support/support.c:
+
+ Put consecutive asm statements into one __asm__() block to prevent
+ gcc from scheduleing other instructions between them.
+
+2005-09-29 13:12 nogj
+
+ * cpu/or32/generate.c:
+
+ gcc4 compile fix
+
+2005-09-29 00:54 phoenix
+
+ * Makefile.in, acconfig.h, aclocal.m4, config.h.in, configure,
+ configure.in, bpb/Makefile.in, cache/Makefile.in,
+ cpu/common/Makefile.in, cpu/Makefile.in, cpu/dlx/Makefile.in,
+ cpu/or1k/Makefile.in, cpu/or32/Makefile.in, cuc/Makefile.in,
+ debug/Makefile.in, mmu/Makefile.in, peripheral/Makefile.in,
+ peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
+ port/Makefile.in, support/Makefile.in, tick/Makefile.in,
+ vapi/Makefile.in:
+
+ configure updates
+
+2005-09-13 18:01 nogj
+
+ * ChangeLog:
+
+ Update ChangeLog with cvs2cl.pl -S
+
2005-09-13 17:49 nogj
* BUGS, TODO:
|
 |