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

4.104.115
Last change on this file since 5a6d25fc was 5a6d25fc, checked in by Till Straumann <strauman@…>, on 09/11/09 at 22:42:00

2009-09-11 Till Straumann <Till.Straumann@…>

  • psim-top.in, psim-bottom: Added support for options -d (print device tree and exit), -h (usage info) and -n (enable NIC support).
  • psim-gdb-bottom: Added support for options -s (force sysv IPC), -h (usage info) and -n (enable NIC support). Allow user to override GDB variable from environment.
  • psim-shared: cat NIC properties into device file if the user had specified '-n'.
  • runtest-top.in: removed unsupported options -o, -d from usage info.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12009-09-11      Till Straumann <Till.Straumann@TU-Berlin.de>
2
3        * psim-top.in, psim-bottom: Added support for options
4        -d (print device tree and exit), -h (usage info) and
5        -n (enable NIC support).
6
7        * psim-gdb-bottom: Added support for options -s (force sysv IPC),
8        -h (usage info) and -n (enable NIC support).
9        Allow user to override GDB variable from environment.
10
11        * psim-shared: cat NIC properties into device file if the
12        user had specified '-n'.
13
14        * runtest-top.in: removed unsupported options -o, -d from
15        usage info.
16
172009-04-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
18
19        * psim-gdb-bottom: Adapt name of assert function for breakpoint
20
212009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * psim-shared: Add catching a hardware exception and assertion as
24        reasons to kill simulator.
25
262008-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * psim-shared, runtest-bottom: Tidy up more bugs.
29
302008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,
33        psim-top.in: Clean up and works better. Uses argv[0] to override
34        configured target name.
35
362008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * psim-bottom, psim-gdb-bottom, psim-shared, psim-top.in: Add ability
39        to force psim configuration to include System V IPC devices even when
40        the test does not appear to be multiprocessing. This is used by some
41        RTEMS application developers for system simulation and could be used
42        to simulate a framebuffer if a UNIX process mirrored the buffer.
43
442008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * runtest-bottom: Work on .exe and .ralf files.
47
482008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * psim-gdb-bottom: Also break on C_exception_handler so we can see what
51        caused the exception. This indicates an error in the program.
52
532008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * psim-shared, psim-top.in, runtest-bottom, runtest-top.in: Now running
56        mptests.
57
582008-09-03      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, configure.ac: Rework psim scripts to share code for
61        creating device trees and actually running the tests. Overhaul the
62        device tree generated to always include a block of Flash and a
63        Real-Time Clock. When running MP tests enable the shared memory and
64        semaphore devices.
65        * psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,
66        psim-top.in, runtest-bottom, runtest-top.in: New files.
67        * psim, psim-gdb, runtest: Removed.
68
692008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * runtest: Strip .exe or .ralf from file names.
72
732008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * psim-gdb: Change 4.8 to 4.9.
76
772008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * runtest: Skip all fatal error tests.
80
812007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * runtest: Change 4.8 to 4.9.
84
852007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * runtest: Add capture to list of interative tests to skip in batch
88        mode.
89
902007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Use MKDIR_P instead of mkdir_p.
93
942006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * configure.ac: New BUG-REPORT address.
97
982006-11-17      Joel Sherrill <joel@OARcorp.com>
99
100        * psim, psim-gdb, runtest: Change toolname to match 4.8.
101
1022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * configure.ac: Require autoconf-2.60. Require automake-1.10.
105
1062006-01-23      Joel Sherrill <joel@OARcorp.com>
107
108        * runtest: Add pvr setting.
109
1102006-01-20      Joel Sherrill <joel@OARcorp.com>
111
112        * psim: Enhance to add limit on how long a single test is allowed to
113        execute. This can be used to significantly enhance the reliability of
114        long batch test runs.
115
1162006-01-08      Joel Sherrill <joel@OARcorp.com>
117
118        * psim, psim-gdb: Add setting of PVR to 0xfffe0000 since psim needs a
119        special processor version value or exceptions will not work.
120
1212005-01-03      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Reflect psim-gdb having been added.
124
1252004-12-30      Joel Sherrill <joel@OARcorp.com>
126
127        * Makefile.am, psim: Split psim into two files.
128        * psim-gdb: New file.
129
1302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * configure.ac: Require automake > 1.9.
133
1342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
137        Add PRE/TMPINSTALL_FILES to CLEANFILES.
138
1392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Reworked.
142
1432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
146
1472003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Misc cleanups and fixes.
150
1512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved aclocal/.
154
1552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect having moved automake/.
158
1592003-08-11      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
160
161        PR 369/filesystem
162        * runtest: Add sample application to show the use of the
163        DOSFS functions
164
1652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
168
1692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Remove AC_CONFIG_AUX_DIR.
172
1732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
176
1772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: AC_PREREQ(2.57).
180
1812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Reformat.
184        Add autom4te*cache.
185        Remove autom4te.cache.
186
1872002-07-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Add transform and bsptools_bindir hacks.
190        * configure.ac: Add RTEMS_ENV_RTEMSBSP.
191
1922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac:
195        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
196        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
197        * Makefile.am: Remove AUTOMAKE_OPTIONS.
198
1992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
202        * configure.in: Remove.
203        * configure.ac: New file, generated from configure.in by autoupdate.
204
2052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use 'TMPINSTALL_FILES ='.
208
2092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
212
2132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
216
2172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
220        Switch to GNU canonicalization.
221
2222000-08-10      Joel Sherrill <joel@OARcorp.com>
223
224        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.