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

4.9
Last change on this file since b48cfa9 was b48cfa9, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 17:18:51

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

  • psim-bottom, psim-gdb-bottom, psim-shared, psim-top.in: Add ability to force psim configuration to include System V IPC devices even when the test does not appear to be multiprocessing. This is used by some RTEMS application developers for system simulation and could be used to simulate a framebuffer if a UNIX process mirrored the buffer.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * psim-bottom, psim-gdb-bottom, psim-shared, psim-top.in: Add ability
4        to force psim configuration to include System V IPC devices even when
5        the test does not appear to be multiprocessing. This is used by some
6        RTEMS application developers for system simulation and could be used
7        to simulate a framebuffer if a UNIX process mirrored the buffer.
8
92008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * runtest-bottom: Work on .exe and .ralf files.
12
132008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * psim-gdb-bottom: Also break on C_exception_handler so we can see what
16        caused the exception. This indicates an error in the program.
17
182008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * psim-shared, psim-top.in, runtest-bottom, runtest-top.in: Now running
21        mptests.
22
232008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * Makefile.am, configure.ac: Rework psim scripts to share code for
26        creating device trees and actually running the tests. Overhaul the
27        device tree generated to always include a block of Flash and a
28        Real-Time Clock. When running MP tests enable the shared memory and
29        semaphore devices.
30        * psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,
31        psim-top.in, runtest-bottom, runtest-top.in: New files.
32        * psim, psim-gdb, runtest: Removed.
33
342008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * runtest: Strip .exe or .ralf from file names.
37
382008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * psim-gdb: Change 4.8 to 4.9.
41
422008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * runtest: Skip all fatal error tests.
45
462007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * runtest: Change 4.8 to 4.9.
49
502007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * runtest: Add capture to list of interative tests to skip in batch
53        mode.
54
552007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Use MKDIR_P instead of mkdir_p.
58
592006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * configure.ac: New BUG-REPORT address.
62
632006-11-17      Joel Sherrill <joel@OARcorp.com>
64
65        * psim, psim-gdb, runtest: Change toolname to match 4.8.
66
672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Require autoconf-2.60. Require automake-1.10.
70
712006-01-23      Joel Sherrill <joel@OARcorp.com>
72
73        * runtest: Add pvr setting.
74
752006-01-20      Joel Sherrill <joel@OARcorp.com>
76
77        * psim: Enhance to add limit on how long a single test is allowed to
78        execute. This can be used to significantly enhance the reliability of
79        long batch test runs.
80
812006-01-08      Joel Sherrill <joel@OARcorp.com>
82
83        * psim, psim-gdb: Add setting of PVR to 0xfffe0000 since psim needs a
84        special processor version value or exceptions will not work.
85
862005-01-03      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Reflect psim-gdb having been added.
89
902004-12-30      Joel Sherrill <joel@OARcorp.com>
91
92        * Makefile.am, psim: Split psim into two files.
93        * psim-gdb: New file.
94
952004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * configure.ac: Require automake > 1.9.
98
992004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
102        Add PRE/TMPINSTALL_FILES to CLEANFILES.
103
1042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Reworked.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
111
1122003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Misc cleanups and fixes.
115
1162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Reflect having moved aclocal/.
119
1202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Reflect having moved automake/.
123
1242003-08-11      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
125
126        PR 369/filesystem
127        * runtest: Add sample application to show the use of the
128        DOSFS functions
129
1302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
133
1342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove AC_CONFIG_AUX_DIR.
137
1382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
141
1422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: AC_PREREQ(2.57).
145
1462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * .cvsignore: Reformat.
149        Add autom4te*cache.
150        Remove autom4te.cache.
151
1522002-07-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Add transform and bsptools_bindir hacks.
155        * configure.ac: Add RTEMS_ENV_RTEMSBSP.
156
1572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac:
160        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
161        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
162        * Makefile.am: Remove AUTOMAKE_OPTIONS.
163
1642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
167        * configure.in: Remove.
168        * configure.ac: New file, generated from configure.in by autoupdate.
169
1702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Use 'TMPINSTALL_FILES ='.
173
1742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
177
1782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
181
1822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
185        Switch to GNU canonicalization.
186
1872000-08-10      Joel Sherrill <joel@OARcorp.com>
188
189        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.