Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5881d 00h |
/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 |
6000d 09h |
/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 |
6030d 05h |
/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 |
6067d 04h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1720 |
Warning/spelling/gramer/useless comment removal fixes. |
nogj |
7027d 01h |
/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 |
7027d 03h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1637 |
*** empty log message *** |
rezso |
7042d 13h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1557 |
Fix most warnings issued by gcc4 |
nogj |
7163d 14h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1556 |
Create an 8-bit program load function to be able to load an unaligned section |
nogj |
7163d 14h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1487 |
Remove useless *breakpoint argument from the {set,eval}_direct* functions |
nogj |
7268d 14h |
/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 |
7273d 11h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1484 |
Use the {set,eval}_direct* functions where they are supposed to be used |
nogj |
7279d 05h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1353 |
Modularise simulator command parsing |
nogj |
7371d 04h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7371d 05h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1323 |
Adrian Wise: or1ksim bugfix & Solaris build |
phoenix |
7483d 06h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1308 |
Gyorgy Jeney: extensive cleanup |
phoenix |
7575d 23h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
1061 |
ELF sym loading improved |
markom |
8224d 08h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
997 |
PRINTF should be used instead of printf; command redirection repaired |
markom |
8272d 14h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
897 |
improved CUC GUI; pre/unroll bugs fixed |
markom |
8309d 06h |
/or1k/trunk/or1ksim/cpu/common/parse.c |
883 |
cuc updated, cuc prompt parsing; CSM analysis |
markom |
8317d 07h |
/or1k/trunk/or1ksim/cpu/common/parse.c |