Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5717d 22h |
/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 |
5837d 07h |
/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 |
5867d 03h |
/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 |
6864d 00h |
/or1k/trunk/or1ksim/pic/pic.c |
1608 |
Avoid scheduleing too many jobs, potentially underflowing the scheduler stack |
nogj |
6919d 02h |
/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 |
7062d 01h |
/or1k/trunk/or1ksim/pic/pic.c |
1506 |
* Remove very slow {set,test}sprbit{,s} functions.
* Remove uses of getsprbits in time critical functions. |
nogj |
7067d 09h |
/or1k/trunk/or1ksim/pic/pic.c |
1496 |
Don't issue a pending interrupt when it has already been cleared |
nogj |
7082d 08h |
/or1k/trunk/or1ksim/pic/pic.c |
1478 |
Move a TRACE such that it is displayed when except handle does not return |
nogj |
7131d 02h |
/or1k/trunk/or1ksim/pic/pic.c |
1473 |
Add warning that except_handle may not return |
nogj |
7158d 04h |
/or1k/trunk/or1ksim/pic/pic.c |
1446 |
Cosmetic fixes |
nogj |
7158d 05h |
/or1k/trunk/or1ksim/pic/pic.c |
1432 |
Collect most of the cpu state variables in a structure (cpu_state) |
nogj |
7158d 05h |
/or1k/trunk/or1ksim/pic/pic.c |
1426 |
* Fix some warnings.
* Add some debugging messages. |
nogj |
7158d 05h |
/or1k/trunk/or1ksim/pic/pic.c |
1387 |
Remove pic_clock() |
nogj |
7164d 08h |
/or1k/trunk/or1ksim/pic/pic.c |
1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7208d 03h |
/or1k/trunk/or1ksim/pic/pic.c |
1308 |
Gyorgy Jeney: extensive cleanup |
phoenix |
7412d 22h |
/or1k/trunk/or1ksim/pic/pic.c |
997 |
PRINTF should be used instead of printf; command redirection repaired |
markom |
8109d 12h |
/or1k/trunk/or1ksim/pic/pic.c |
805 |
kbd, fb, vga devices now uses scheduler |
markom |
8244d 14h |
/or1k/trunk/or1ksim/pic/pic.c |
729 |
some small optimizations |
markom |
8278d 10h |
/or1k/trunk/or1ksim/pic/pic.c |
611 |
EEAR register is not changed by trap, sys, int, tick and range exception. |
simons |
8321d 13h |
/or1k/trunk/or1ksim/pic/pic.c |