Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5716d 16h |
/or1k/trunk/or1ksim/pic/pic.c |
1751 |
These are the changes to support Or1ksim 0.3.0rc2. Most significantly they provide GDB RSP support. They also fix 5 outstanding bugs and satisfy one new feature request. |
jeremybennett |
5836d 02h |
/or1k/trunk/or1ksim/pic/pic.c |
1748 |
These are all the changes for Or1ksim 0.3.0 release candidate 1. The changes
are explained in the NEWS, README and ChangeLog files. A number of
long-standing bugs are fixed (see the OpenRISC tracker), and the code is
brought up to a consistent standard, following the GNU coding conventions
throughout.
Argument parsing now uses argtable2, and a User Guide has been added.
Documentation throughout has been extended to be compatible with Doxygen,
providing a further level of technical detail on the internals. |
jeremybennett |
5865d 22h |
/or1k/trunk/or1ksim/pic/pic.c |
1715 |
Add the capability to the pic to simulate a level or edge triggered pic. Add
a clear_interrupt() function that the peripherals need to use to signal that
they negated their interrupt line. |
nogj |
6862d 18h |
/or1k/trunk/or1ksim/pic/pic.c |
1608 |
Avoid scheduleing too many jobs, potentially underflowing the scheduler stack |
nogj |
6917d 20h |
/or1k/trunk/or1ksim/pic/pic.c |
1545 |
move sched_next_insn from sim-cmd.c to sched.c. It is also usefull for the pic and the tick timer |
nogj |
7060d 19h |
/or1k/trunk/or1ksim/pic/pic.c |
1506 |
* Remove very slow {set,test}sprbit{,s} functions.
* Remove uses of getsprbits in time critical functions. |
nogj |
7066d 03h |
/or1k/trunk/or1ksim/pic/pic.c |
1496 |
Don't issue a pending interrupt when it has already been cleared |
nogj |
7081d 02h |
/or1k/trunk/or1ksim/pic/pic.c |
1478 |
Move a TRACE such that it is displayed when except handle does not return |
nogj |
7129d 20h |
/or1k/trunk/or1ksim/pic/pic.c |
1473 |
Add warning that except_handle may not return |
nogj |
7156d 23h |
/or1k/trunk/or1ksim/pic/pic.c |
1446 |
Cosmetic fixes |
nogj |
7156d 23h |
/or1k/trunk/or1ksim/pic/pic.c |
1432 |
Collect most of the cpu state variables in a structure (cpu_state) |
nogj |
7156d 23h |
/or1k/trunk/or1ksim/pic/pic.c |
1426 |
* Fix some warnings.
* Add some debugging messages. |
nogj |
7156d 23h |
/or1k/trunk/or1ksim/pic/pic.c |
1387 |
Remove pic_clock() |
nogj |
7163d 03h |
/or1k/trunk/or1ksim/pic/pic.c |
1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7206d 21h |
/or1k/trunk/or1ksim/pic/pic.c |
1308 |
Gyorgy Jeney: extensive cleanup |
phoenix |
7411d 16h |
/or1k/trunk/or1ksim/pic/pic.c |
997 |
PRINTF should be used instead of printf; command redirection repaired |
markom |
8108d 06h |
/or1k/trunk/or1ksim/pic/pic.c |
805 |
kbd, fb, vga devices now uses scheduler |
markom |
8243d 08h |
/or1k/trunk/or1ksim/pic/pic.c |
729 |
some small optimizations |
markom |
8277d 04h |
/or1k/trunk/or1ksim/pic/pic.c |
611 |
EEAR register is not changed by trap, sys, int, tick and range exception. |
simons |
8320d 07h |
/or1k/trunk/or1ksim/pic/pic.c |