Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5717d 21h |
/or1k/trunk/or1ksim/tick/tick.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 06h |
/or1k/trunk/or1ksim/tick/tick.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 02h |
/or1k/trunk/or1ksim/tick/tick.c |
1649 |
Mark as many functions as possible static |
nogj |
6864d 00h |
/or1k/trunk/or1ksim/tick/tick.c |
1560 |
Fix bug of not reporting timer interrupts when one was pending and a write happens to the ttmr spr that is not clearing the interrupt pending flag |
nogj |
7000d 11h |
/or1k/trunk/or1ksim/tick/tick.c |
1559 |
Make the tick interrupt work when except_handle does not return |
nogj |
7000d 11h |
/or1k/trunk/or1ksim/tick/tick.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 00h |
/or1k/trunk/or1ksim/tick/tick.c |
1540 |
* Breakup the tick_job function into smaller ones.
* Fix lots of conner cases.
* Add tests for the tick timer. |
nogj |
7062d 00h |
/or1k/trunk/or1ksim/tick/tick.c |
1506 |
* Remove very slow {set,test}sprbit{,s} functions.
* Remove uses of getsprbits in time critical functions. |
nogj |
7067d 08h |
/or1k/trunk/or1ksim/tick/tick.c |
1446 |
Cosmetic fixes |
nogj |
7158d 03h |
/or1k/trunk/or1ksim/tick/tick.c |
1432 |
Collect most of the cpu state variables in a structure (cpu_state) |
nogj |
7158d 04h |
/or1k/trunk/or1ksim/tick/tick.c |
1410 |
Use the uorreg_t where it should be used |
nogj |
7158d 04h |
/or1k/trunk/or1ksim/tick/tick.c |
1408 |
Make the tick timer use the new debug functions |
nogj |
7158d 04h |
/or1k/trunk/or1ksim/tick/tick.c |
1390 |
* Change scheduler to count down to 0 instead of reaching a certain cycle
count.
* Change the SCHED_ADD interface to take a time out as the parameter instead of the number of cycles. |
nogj |
7158d 04h |
/or1k/trunk/or1ksim/tick/tick.c |
1386 |
Rework exception handling |
nogj |
7164d 07h |
/or1k/trunk/or1ksim/tick/tick.c |
1365 |
Pass a pointer as the user given argument in the schedular callback |
nogj |
7198d 23h |
/or1k/trunk/or1ksim/tick/tick.c |
1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7208d 02h |
/or1k/trunk/or1ksim/tick/tick.c |
1319 |
cpu/sim memory accesses separation, tick, exception, nr. of operands, cycles count,... corrections. |
phoenix |
7324d 21h |
/or1k/trunk/or1ksim/tick/tick.c |
997 |
PRINTF should be used instead of printf; command redirection repaired |
markom |
8109d 11h |
/or1k/trunk/or1ksim/tick/tick.c |
884 |
code cleaning - a lot of global variables moved to runtime struct |
markom |
8153d 09h |
/or1k/trunk/or1ksim/tick/tick.c |