source: rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog @ 3344730a

4.104.114.84.95
Last change on this file since 3344730a was 3344730a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:21:25

2004-04-21 Ralf Corsepius <ralf_corsepius@…>

PR 613/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION.
  • Property mode set to 100644
File size: 13.9 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 613/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 614/bsps
9        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
10
112004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
14
152004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
18        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
19        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
20        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
21
222004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
25        timer/timer.c: Convert to using c99 fixed size types.
26
272004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect changes to bsp.am.
30        Preinstall dist_project_lib*.
31
322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reflect changes to bsp.am.
35
362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Cosmetics.
39
402004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
43
442004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Convert to automake-building rules.
47
482004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
51        Remove AM_CONDITIONAL(HAS_MP).
52
532004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
56        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
57        vectors/Makefile.am. Use automake compilation rules.
58        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
59        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
60        * configure.ac: Reflect changes above.
61
622004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Merge-in start/Makefile.am.
65        * start/Makefile.am: Remove.
66        * configure.ac: Reflect changes above.
67
682004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Reflect changes to
71        ../support/*exception_processing/*.
72
732004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
76        Add RTEMS_PROG_CCAS.
77
782004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Add PREINSTALL_DIRS.
81
822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
85        Add PRE/TMPINSTALL_FILES to CLEANFILES.
86        * start/Makefile.am: Ditto.
87        * startup/Makefile.am: Ditto.
88
892004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Eliminate $(LIB).
92        Use noinst_DATA to trigger building libbsp.a.
93
942003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * console/Makefile.am: Eliminate *.rel.
97        Use $(top_srcdir)/../../shared instead of ../../../shared.
98        * startup/Makefile.am: Cosmetics.
99
1002003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * clock/Makefile.am: Eliminate VPATH.
103        * console/Makefile.am: Eliminate VPATH.
104        * shmsupp/Makefile.am: Eliminate VPATH.
105        * startup/Makefile.am: Eliminate VPATH.
106        * timer/Makefile.am: Eliminate VPATH.
107        * vectors/Makefile.am: Eliminate VPATH.
108
1092003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Remove GENERIC_FILES.
112
1132003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * startup/linkcmds: Remove SEARCH_DIR.
116
1172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
120        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
121
1222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
125        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
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        * start/Makefile.am: Misc cleanups and fixes.
134        * startup/Makefile.am: Misc cleanups and fixes.
135        * startup/linkcmds: Preparations for gcc-3.3.x.
136        * wrapup/Makefile.am: Misc cleanups and fixes.
137
1382003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add preinstallation dirstamp support.
141        * clock/Makefile.am: Cosmetics.
142        * console/Makefile.am: Cosmetics.
143        * shmsupp/Makefile.am: Cosmetics.
144        * startup/Makefile.am: Cosmetics.
145        * timer/Makefile.am: Cosmetics.
146        * vectors/Makefile.am: Cosmetics.
147        * wrapup/Makefile.am: Cosmetics.
148
1492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * clock/Makefile.am: Remove all-local: $(ARCH).
152        * console/Makefile.am: Remove all-local: $(ARCH).
153        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
154        * start/Makefile.am: Remove all-local: $(ARCH).
155        * startup/Makefile.am: Remove all-local: $(ARCH).
156        * timer/Makefile.am: Remove all-local: $(ARCH).
157        * vectors/Makefile.am: Remove all-local: $(ARCH).
158        * wrapup/Makefile.am: Remove all-local: $(ARCH).
159
1602003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Merge-in include/Makefile.am.
163        Reflect changes to bsp.am.
164        * include/Makefile.am: Remove.
165        * configure.ac: Reflect changes above.
166
1672003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * bsp_specs: Remove *lib:.
170
1712003-09-04      Joel Sherrill <joel@OARcorp.com>
172
173        * console/console-io.c, include/bsp.h, include/coverhd.h,
174        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
175        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
176        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
177        vectors/vectors.S: URL for license changed.
178
1792003-09-04      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/bspstart.c: Removed incorrect statement about copyright
182        assignment.
183
1842003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect having moved aclocal/.
187
1882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved automake/.
191        * clock/Makefile.am: Reflect having moved automake/.
192        * console/Makefile.am: Reflect having moved automake/.
193        * include/Makefile.am: Reflect having moved automake/.
194        * shmsupp/Makefile.am: Reflect having moved automake/.
195        * start/Makefile.am: Reflect having moved automake/.
196        * startup/Makefile.am: Reflect having moved automake/.
197        * timer/Makefile.am: Reflect having moved automake/.
198        * vectors/Makefile.am: Reflect having moved automake/.
199        * wrapup/Makefile.am: Reflect having moved automake/.
200
2012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
204
2052003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        PR 445/bsps
208        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
209        Remove cpp, old_cpp (now unused).
210
2112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Remove AC_CONFIG_AUX_DIR.
214
2152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AC_PREREQ(2.57).
222
2232003-01-20      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds*: Add FreeBSD sysctl() sections.
226
2272002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236
2372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: Use install-data-local to install startfile.
240
2412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244
2452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * .cvsignore: Reformat.
248        Add autom4te*cache.
249        Remove autom4te.cache.
250
2512002-09-07      Joel Sherrill <joel@OARcorp.com>
252
253        * clock/clock.c: Disabled use of fast idle since it seems broken
254        with gcc 3.2.
255
2562002-08-21      Joel Sherrill <joel@OARcorp.com>
257
258        * bsp_specs: Added support for -nostdlibs.
259
2602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
270
2712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: Eliminate PGM.
274        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
275
2762002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
279
2802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
283        Remove $(OBJS) from all-local.
284
2852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
288
2892001-05-09      Joel Sherrill <joel@OARcorp.com>
290
291        * startup/linkcmds: In support of gcc 3.1, added one of more
292        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
293        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
294        and direction of segments to memory regions may also have been
295        addressed.  This was a sweep across all BSPs.
296 
2972002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * startup/bspstart.c: Include <rtems/bspIo.h>.
300        * vectors/align_h.S: Use <> instead of "" for include files.
301
3022001-04-08      Joel Sherrill <joel@OARcorp.com>
303
304        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
305 
3062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac:
309        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
310        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
311        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
321
3222002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
325
3262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
329
3302001-11-26      Joel Sherrill <joel@OARcorp.com>
331
332        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
333
3342001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Add @exceptions@ to SUBDIRS.
337        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
338        make/custom/psim.cfg;
339        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
340        Add RTEMS_PPC_EXCEPTIONS([old]).
341        * include/Makefile.am: include force-preinstall.am.
342        * wrapup/Makefile.am: Apply @exceptions@.
343
3442001-11-20      Joel Sherrill <joel@OARcorp.com>
345
346        * console/console-io.c: Fix incorrect comment.
347
3482001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
349
350        This modification is part of the submitted modifications necessary to
351        support the IBM PPC405 family.  This submission was reviewed by
352        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
353        not negatively impact the ppc403 BSPs.  The submission and tracking
354        process was captured as PR50.
355        * vectors/align_h.S: Added ppc405 support.
356
3572001-10-25      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/linkcmds: Added _init and _fini.
360
3612001-10-12      Joel Sherrill <joel@OARcorp.com>
362
363        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
364
3652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
368        * configure.in: Remove.
369        * configure.ac: New file, generated from configure.in by autoupdate.
370
3712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
374
3752001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
378        happy.
379
3802001-08-16      Joel Sherrill <joel@OARcorp.com>
381
382        * clock/clock.c: Ensure that clock ticks are long enough to
383        make forward progress.  This was modified to improve results
384        on the RTEMS tests and the ACATS.
385        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
386        gnat 3.13p.
387
3882001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.in: Add bspopts.h.
391        * include/.cvsignore: Add bspopts.h*, stamp-h*.
392        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
393        * include/bsp.h: Include bspopts.h.
394
3952001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
396
397        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
398
3992001-01-03      Joel Sherrill <joel@OARcorp.com>
400
401        * clock/clock.c: Use shared clock driver shell.
402        * console/console.c: Removed.  Now use shared polling shell.
403        * console/console-io.c: New file.
404        * console/Makefile.am: Correct to use shared polling shell.
405        * startup/bspstart.c: Remove all fast idle references.
406
4072000-12-19      Joel Sherrill <joel@OARcorp.com>
408
409        * timer/timer.c: Removed incorrect comments about ERC32.
410
4112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
414
4152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
418
4192000-11-01      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
422        and libcsupport.h moved from libc to lib/include/rtems and
423        now must be referenced as <rtems/XXX.h>.   Header file order
424        was cleaned up while doing this.
425
4262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
429        Switch to GNU canonicalization.
430
4312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
434        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
435        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
436
4372000-08-10      Joel Sherrill <joel@OARcorp.com>
438
439        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.