Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5732d 16h |
/or1k/trunk/or1ksim/cpu/common/parse.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 |
5852d 02h |
/or1k/trunk/or1ksim/cpu/common/parse.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 |
5881d 22h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1743 |
Changes to bring behavior into line with the current OpenRISC 1000 specification and support GDB 6.8. A couple of small bugs with handling xterms and opening the remote debug channel are also fixed. Header files have been added to sources in Makefile.am files where they are missing, so that "make tags" will include them. Makefile.in files have been regenerated due to these changes. |
jeremybennett |
5918d 20h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1720 |
Warning/spelling/gramer/useless comment removal fixes. |
nogj |
6878d 18h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1650 |
Make the loading code not use the debug() function. The coff debug output goes
to the coff channel, the elf ones where pretty useless so I removed them. |
nogj |
6878d 20h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1637 |
*** empty log message *** |
rezso |
6894d 05h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1557 |
Fix most warnings issued by gcc4 |
nogj |
7015d 06h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1556 |
Create an 8-bit program load function to be able to load an unaligned section |
nogj |
7015d 06h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1487 |
Remove useless *breakpoint argument from the {set,eval}_direct* functions |
nogj |
7120d 07h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1486 |
* Seporate out the code used for handling the memory peripheral to peripheral/memory.c
* Mostly decouple the memory controller from the internals of the memory handling.
* Rewrite memory handling to be more linear and thus much faster.
* Issue a bus error on read/write with invalid granularity. |
nogj |
7125d 04h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1484 |
Use the {set,eval}_direct* functions where they are supposed to be used |
nogj |
7130d 22h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1353 |
Modularise simulator command parsing |
nogj |
7222d 21h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7222d 21h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1323 |
Adrian Wise: or1ksim bugfix & Solaris build |
phoenix |
7334d 23h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1308 |
Gyorgy Jeney: extensive cleanup |
phoenix |
7427d 16h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1061 |
ELF sym loading improved |
markom |
8076d 01h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
997 |
PRINTF should be used instead of printf; command redirection repaired |
markom |
8124d 06h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
897 |
improved CUC GUI; pre/unroll bugs fixed |
markom |
8160d 23h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
883 |
cuc updated, cuc prompt parsing; CSM analysis |
markom |
8168d 23h |
/or1k/trunk/or1ksim/cpu/common/parse.c |