source: rtems/c/src/lib/libbsp/powerpc/psim/tools/ChangeLog @ 07001bab

4.104.115
Last change on this file since 07001bab was 07001bab, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 04/14/09 at 09:46:58

adapt name of assert function for breakpoint

  • Property mode set to 100644
File size: 6.0 KB
Line 
12009-04-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * psim-gdb-bottom: Adapt name of assert function for breakpoint
4
52009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * psim-shared: Add catching a hardware exception and assertion as
8        reasons to kill simulator.
9
102008-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * psim-shared, runtest-bottom: Tidy up more bugs.
13
142008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,
17        psim-top.in: Clean up and works better. Uses argv[0] to override
18        configured target name.
19
202008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * psim-bottom, psim-gdb-bottom, psim-shared, psim-top.in: Add ability
23        to force psim configuration to include System V IPC devices even when
24        the test does not appear to be multiprocessing. This is used by some
25        RTEMS application developers for system simulation and could be used
26        to simulate a framebuffer if a UNIX process mirrored the buffer.
27
282008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * runtest-bottom: Work on .exe and .ralf files.
31
322008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * psim-gdb-bottom: Also break on C_exception_handler so we can see what
35        caused the exception. This indicates an error in the program.
36
372008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * psim-shared, psim-top.in, runtest-bottom, runtest-top.in: Now running
40        mptests.
41
422008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * Makefile.am, configure.ac: Rework psim scripts to share code for
45        creating device trees and actually running the tests. Overhaul the
46        device tree generated to always include a block of Flash and a
47        Real-Time Clock. When running MP tests enable the shared memory and
48        semaphore devices.
49        * psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,
50        psim-top.in, runtest-bottom, runtest-top.in: New files.
51        * psim, psim-gdb, runtest: Removed.
52
532008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * runtest: Strip .exe or .ralf from file names.
56
572008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * psim-gdb: Change 4.8 to 4.9.
60
612008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * runtest: Skip all fatal error tests.
64
652007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * runtest: Change 4.8 to 4.9.
68
692007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * runtest: Add capture to list of interative tests to skip in batch
72        mode.
73
742007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Use MKDIR_P instead of mkdir_p.
77
782006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * configure.ac: New BUG-REPORT address.
81
822006-11-17      Joel Sherrill <joel@OARcorp.com>
83
84        * psim, psim-gdb, runtest: Change toolname to match 4.8.
85
862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Require autoconf-2.60. Require automake-1.10.
89
902006-01-23      Joel Sherrill <joel@OARcorp.com>
91
92        * runtest: Add pvr setting.
93
942006-01-20      Joel Sherrill <joel@OARcorp.com>
95
96        * psim: Enhance to add limit on how long a single test is allowed to
97        execute. This can be used to significantly enhance the reliability of
98        long batch test runs.
99
1002006-01-08      Joel Sherrill <joel@OARcorp.com>
101
102        * psim, psim-gdb: Add setting of PVR to 0xfffe0000 since psim needs a
103        special processor version value or exceptions will not work.
104
1052005-01-03      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Reflect psim-gdb having been added.
108
1092004-12-30      Joel Sherrill <joel@OARcorp.com>
110
111        * Makefile.am, psim: Split psim into two files.
112        * psim-gdb: New file.
113
1142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        * configure.ac: Require automake > 1.9.
117
1182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
121        Add PRE/TMPINSTALL_FILES to CLEANFILES.
122
1232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Reworked.
126
1272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
130
1312003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Misc cleanups and fixes.
134
1352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Reflect having moved aclocal/.
138
1392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Reflect having moved automake/.
142
1432003-08-11      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
144
145        PR 369/filesystem
146        * runtest: Add sample application to show the use of the
147        DOSFS functions
148
1492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
152
1532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Remove AC_CONFIG_AUX_DIR.
156
1572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
160
1612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: AC_PREREQ(2.57).
164
1652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * .cvsignore: Reformat.
168        Add autom4te*cache.
169        Remove autom4te.cache.
170
1712002-07-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Add transform and bsptools_bindir hacks.
174        * configure.ac: Add RTEMS_ENV_RTEMSBSP.
175
1762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac:
179        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
180        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
181        * Makefile.am: Remove AUTOMAKE_OPTIONS.
182
1832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
186        * configure.in: Remove.
187        * configure.ac: New file, generated from configure.in by autoupdate.
188
1892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Use 'TMPINSTALL_FILES ='.
192
1932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
196
1972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
200
2012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
204        Switch to GNU canonicalization.
205
2062000-08-10      Joel Sherrill <joel@OARcorp.com>
207
208        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.