source: rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog @ 6128a4a

4.104.114.84.95
Last change on this file since 6128a4a was 79ebd271, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:38
  • vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 13.7 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
8        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
9        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
10        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
11
122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
15        timer/timer.c: Convert to using c99 fixed size types.
16
172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect changes to bsp.am.
20        Preinstall dist_project_lib*.
21
222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25
262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Cosmetics.
29
302004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
33
342004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Convert to automake-building rules.
37
382004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
41        Remove AM_CONDITIONAL(HAS_MP).
42
432004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
46        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
47        vectors/Makefile.am. Use automake compilation rules.
48        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
49        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
50        * configure.ac: Reflect changes above.
51
522004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Merge-in start/Makefile.am.
55        * start/Makefile.am: Remove.
56        * configure.ac: Reflect changes above.
57
582004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Reflect changes to
61        ../support/*exception_processing/*.
62
632004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
66        Add RTEMS_PROG_CCAS.
67
682004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Add PREINSTALL_DIRS.
71
722004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
75        Add PRE/TMPINSTALL_FILES to CLEANFILES.
76        * start/Makefile.am: Ditto.
77        * startup/Makefile.am: Ditto.
78
792004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Eliminate $(LIB).
82        Use noinst_DATA to trigger building libbsp.a.
83
842003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * console/Makefile.am: Eliminate *.rel.
87        Use $(top_srcdir)/../../shared instead of ../../../shared.
88        * startup/Makefile.am: Cosmetics.
89
902003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * clock/Makefile.am: Eliminate VPATH.
93        * console/Makefile.am: Eliminate VPATH.
94        * shmsupp/Makefile.am: Eliminate VPATH.
95        * startup/Makefile.am: Eliminate VPATH.
96        * timer/Makefile.am: Eliminate VPATH.
97        * vectors/Makefile.am: Eliminate VPATH.
98
992003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Remove GENERIC_FILES.
102
1032003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * startup/linkcmds: Remove SEARCH_DIR.
106
1072003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
110        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
111
1122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
115        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
116
1172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
120
1212003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/Makefile.am: Misc cleanups and fixes.
124        * startup/Makefile.am: Misc cleanups and fixes.
125        * startup/linkcmds: Preparations for gcc-3.3.x.
126        * wrapup/Makefile.am: Misc cleanups and fixes.
127
1282003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add preinstallation dirstamp support.
131        * clock/Makefile.am: Cosmetics.
132        * console/Makefile.am: Cosmetics.
133        * shmsupp/Makefile.am: Cosmetics.
134        * startup/Makefile.am: Cosmetics.
135        * timer/Makefile.am: Cosmetics.
136        * vectors/Makefile.am: Cosmetics.
137        * wrapup/Makefile.am: Cosmetics.
138
1392003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * clock/Makefile.am: Remove all-local: $(ARCH).
142        * console/Makefile.am: Remove all-local: $(ARCH).
143        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
144        * start/Makefile.am: Remove all-local: $(ARCH).
145        * startup/Makefile.am: Remove all-local: $(ARCH).
146        * timer/Makefile.am: Remove all-local: $(ARCH).
147        * vectors/Makefile.am: Remove all-local: $(ARCH).
148        * wrapup/Makefile.am: Remove all-local: $(ARCH).
149
1502003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Merge-in include/Makefile.am.
153        Reflect changes to bsp.am.
154        * include/Makefile.am: Remove.
155        * configure.ac: Reflect changes above.
156
1572003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * bsp_specs: Remove *lib:.
160
1612003-09-04      Joel Sherrill <joel@OARcorp.com>
162
163        * console/console-io.c, include/bsp.h, include/coverhd.h,
164        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
165        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
166        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
167        vectors/vectors.S: URL for license changed.
168
1692003-09-04      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: Removed incorrect statement about copyright
172        assignment.
173
1742003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Reflect having moved aclocal/.
177
1782003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Reflect having moved automake/.
181        * clock/Makefile.am: Reflect having moved automake/.
182        * console/Makefile.am: Reflect having moved automake/.
183        * include/Makefile.am: Reflect having moved automake/.
184        * shmsupp/Makefile.am: Reflect having moved automake/.
185        * start/Makefile.am: Reflect having moved automake/.
186        * startup/Makefile.am: Reflect having moved automake/.
187        * timer/Makefile.am: Reflect having moved automake/.
188        * vectors/Makefile.am: Reflect having moved automake/.
189        * wrapup/Makefile.am: Reflect having moved automake/.
190
1912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
194
1952003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        PR 445/bsps
198        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
199        Remove cpp, old_cpp (now unused).
200
2012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove AC_CONFIG_AUX_DIR.
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
208
2092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: AC_PREREQ(2.57).
212
2132003-01-20      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds*: Add FreeBSD sysctl() sections.
216
2172002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226
2272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * start/Makefile.am: Use install-data-local to install startfile.
230
2312002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234
2352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * .cvsignore: Reformat.
238        Add autom4te*cache.
239        Remove autom4te.cache.
240
2412002-09-07      Joel Sherrill <joel@OARcorp.com>
242
243        * clock/clock.c: Disabled use of fast idle since it seems broken
244        with gcc 3.2.
245
2462002-08-21      Joel Sherrill <joel@OARcorp.com>
247
248        * bsp_specs: Added support for -nostdlibs.
249
2502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
260
2612002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * start/Makefile.am: Eliminate PGM.
264        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
265
2662002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
269
2702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
273        Remove $(OBJS) from all-local.
274
2752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
278
2792001-05-09      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds: In support of gcc 3.1, added one of more
282        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
283        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
284        and direction of segments to memory regions may also have been
285        addressed.  This was a sweep across all BSPs.
286 
2872002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * startup/bspstart.c: Include <rtems/bspIo.h>.
290        * vectors/align_h.S: Use <> instead of "" for include files.
291
2922001-04-08      Joel Sherrill <joel@OARcorp.com>
293
294        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
295 
2962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac:
299        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
300        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
301        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
311
3122002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
315
3162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
319
3202001-11-26      Joel Sherrill <joel@OARcorp.com>
321
322        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
323
3242001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Add @exceptions@ to SUBDIRS.
327        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
328        make/custom/psim.cfg;
329        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
330        Add RTEMS_PPC_EXCEPTIONS([old]).
331        * include/Makefile.am: include force-preinstall.am.
332        * wrapup/Makefile.am: Apply @exceptions@.
333
3342001-11-20      Joel Sherrill <joel@OARcorp.com>
335
336        * console/console-io.c: Fix incorrect comment.
337
3382001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
339
340        This modification is part of the submitted modifications necessary to
341        support the IBM PPC405 family.  This submission was reviewed by
342        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
343        not negatively impact the ppc403 BSPs.  The submission and tracking
344        process was captured as PR50.
345        * vectors/align_h.S: Added ppc405 support.
346
3472001-10-25      Joel Sherrill <joel@OARcorp.com>
348
349        * startup/linkcmds: Added _init and _fini.
350
3512001-10-12      Joel Sherrill <joel@OARcorp.com>
352
353        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
354
3552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
358        * configure.in: Remove.
359        * configure.ac: New file, generated from configure.in by autoupdate.
360
3612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
364
3652001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
368        happy.
369
3702001-08-16      Joel Sherrill <joel@OARcorp.com>
371
372        * clock/clock.c: Ensure that clock ticks are long enough to
373        make forward progress.  This was modified to improve results
374        on the RTEMS tests and the ACATS.
375        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
376        gnat 3.13p.
377
3782001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.in: Add bspopts.h.
381        * include/.cvsignore: Add bspopts.h*, stamp-h*.
382        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
383        * include/bsp.h: Include bspopts.h.
384
3852001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
386
387        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
388
3892001-01-03      Joel Sherrill <joel@OARcorp.com>
390
391        * clock/clock.c: Use shared clock driver shell.
392        * console/console.c: Removed.  Now use shared polling shell.
393        * console/console-io.c: New file.
394        * console/Makefile.am: Correct to use shared polling shell.
395        * startup/bspstart.c: Remove all fast idle references.
396
3972000-12-19      Joel Sherrill <joel@OARcorp.com>
398
399        * timer/timer.c: Removed incorrect comments about ERC32.
400
4012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
404
4052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
408
4092000-11-01      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
412        and libcsupport.h moved from libc to lib/include/rtems and
413        now must be referenced as <rtems/XXX.h>.   Header file order
414        was cleaned up while doing this.
415
4162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
419        Switch to GNU canonicalization.
420
4212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
424        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
425        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
426
4272000-08-10      Joel Sherrill <joel@OARcorp.com>
428
429        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.