source: rtems/c/src/lib/libbsp/powerpc/psim/tools/ChangeLog @ 47ca8206

4.104.115
Last change on this file since 47ca8206 was 47ca8206, checked in by Joel Sherrill <joel.sherrill@…>, on 12/05/08 at 22:00:09

2008-12-05 Joel Sherrill <joel.sherrill@…>

  • psim-shared, runtest-bottom: Tidy up more bugs.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12008-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psim-shared, runtest-bottom: Tidy up more bugs.
4
52008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,
8        psim-top.in: Clean up and works better. Uses argv[0] to override
9        configured target name.
10
112008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * psim-bottom, psim-gdb-bottom, psim-shared, psim-top.in: Add ability
14        to force psim configuration to include System V IPC devices even when
15        the test does not appear to be multiprocessing. This is used by some
16        RTEMS application developers for system simulation and could be used
17        to simulate a framebuffer if a UNIX process mirrored the buffer.
18
192008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * runtest-bottom: Work on .exe and .ralf files.
22
232008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * psim-gdb-bottom: Also break on C_exception_handler so we can see what
26        caused the exception. This indicates an error in the program.
27
282008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * psim-shared, psim-top.in, runtest-bottom, runtest-top.in: Now running
31        mptests.
32
332008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, configure.ac: Rework psim scripts to share code for
36        creating device trees and actually running the tests. Overhaul the
37        device tree generated to always include a block of Flash and a
38        Real-Time Clock. When running MP tests enable the shared memory and
39        semaphore devices.
40        * psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,
41        psim-top.in, runtest-bottom, runtest-top.in: New files.
42        * psim, psim-gdb, runtest: Removed.
43
442008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * runtest: Strip .exe or .ralf from file names.
47
482008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * psim-gdb: Change 4.8 to 4.9.
51
522008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * runtest: Skip all fatal error tests.
55
562007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * runtest: Change 4.8 to 4.9.
59
602007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * runtest: Add capture to list of interative tests to skip in batch
63        mode.
64
652007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Use MKDIR_P instead of mkdir_p.
68
692006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * configure.ac: New BUG-REPORT address.
72
732006-11-17      Joel Sherrill <joel@OARcorp.com>
74
75        * psim, psim-gdb, runtest: Change toolname to match 4.8.
76
772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Require autoconf-2.60. Require automake-1.10.
80
812006-01-23      Joel Sherrill <joel@OARcorp.com>
82
83        * runtest: Add pvr setting.
84
852006-01-20      Joel Sherrill <joel@OARcorp.com>
86
87        * psim: Enhance to add limit on how long a single test is allowed to
88        execute. This can be used to significantly enhance the reliability of
89        long batch test runs.
90
912006-01-08      Joel Sherrill <joel@OARcorp.com>
92
93        * psim, psim-gdb: Add setting of PVR to 0xfffe0000 since psim needs a
94        special processor version value or exceptions will not work.
95
962005-01-03      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Reflect psim-gdb having been added.
99
1002004-12-30      Joel Sherrill <joel@OARcorp.com>
101
102        * Makefile.am, psim: Split psim into two files.
103        * psim-gdb: New file.
104
1052004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * configure.ac: Require automake > 1.9.
108
1092004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
112        Add PRE/TMPINSTALL_FILES to CLEANFILES.
113
1142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Reworked.
117
1182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
121
1222003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Misc cleanups and fixes.
125
1262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Reflect having moved aclocal/.
129
1302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Reflect having moved automake/.
133
1342003-08-11      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
135
136        PR 369/filesystem
137        * runtest: Add sample application to show the use of the
138        DOSFS functions
139
1402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
143
1442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove AC_CONFIG_AUX_DIR.
147
1482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
151
1522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: AC_PREREQ(2.57).
155
1562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * .cvsignore: Reformat.
159        Add autom4te*cache.
160        Remove autom4te.cache.
161
1622002-07-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Add transform and bsptools_bindir hacks.
165        * configure.ac: Add RTEMS_ENV_RTEMSBSP.
166
1672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac:
170        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
171        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
172        * Makefile.am: Remove AUTOMAKE_OPTIONS.
173
1742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
177        * configure.in: Remove.
178        * configure.ac: New file, generated from configure.in by autoupdate.
179
1802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use 'TMPINSTALL_FILES ='.
183
1842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
187
1882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
191
1922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
195        Switch to GNU canonicalization.
196
1972000-08-10      Joel Sherrill <joel@OARcorp.com>
198
199        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.