source: rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog @ 84b68f5f

4.104.114.84.95
Last change on this file since 84b68f5f was 84b68f5f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/30/04 at 13:09:40

2004-01-30 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to ../support/*exception_processing/*.
  • Property mode set to 100644
File size: 11.9 KB
Line 
12004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to
4        ../support/*exception_processing/*.
5
62004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
9        Add RTEMS_PROG_CCAS.
10
112004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add PREINSTALL_DIRS.
14
152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
18        Add PRE/TMPINSTALL_FILES to CLEANFILES.
19        * start/Makefile.am: Ditto.
20        * startup/Makefile.am: Ditto.
21
222004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Eliminate $(LIB).
25        Use noinst_DATA to trigger building libbsp.a.
26
272003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * console/Makefile.am: Eliminate *.rel.
30        Use $(top_srcdir)/../../shared instead of ../../../shared.
31        * startup/Makefile.am: Cosmetics.
32
332003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * clock/Makefile.am: Eliminate VPATH.
36        * console/Makefile.am: Eliminate VPATH.
37        * shmsupp/Makefile.am: Eliminate VPATH.
38        * startup/Makefile.am: Eliminate VPATH.
39        * timer/Makefile.am: Eliminate VPATH.
40        * vectors/Makefile.am: Eliminate VPATH.
41
422003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Remove GENERIC_FILES.
45
462003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * startup/linkcmds: Remove SEARCH_DIR.
49
502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
53        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
54
552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
58        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
59
602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
63
642003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Misc cleanups and fixes.
67        * startup/Makefile.am: Misc cleanups and fixes.
68        * startup/linkcmds: Preparations for gcc-3.3.x.
69        * wrapup/Makefile.am: Misc cleanups and fixes.
70
712003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Add preinstallation dirstamp support.
74        * clock/Makefile.am: Cosmetics.
75        * console/Makefile.am: Cosmetics.
76        * shmsupp/Makefile.am: Cosmetics.
77        * startup/Makefile.am: Cosmetics.
78        * timer/Makefile.am: Cosmetics.
79        * vectors/Makefile.am: Cosmetics.
80        * wrapup/Makefile.am: Cosmetics.
81
822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * clock/Makefile.am: Remove all-local: $(ARCH).
85        * console/Makefile.am: Remove all-local: $(ARCH).
86        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
87        * start/Makefile.am: Remove all-local: $(ARCH).
88        * startup/Makefile.am: Remove all-local: $(ARCH).
89        * timer/Makefile.am: Remove all-local: $(ARCH).
90        * vectors/Makefile.am: Remove all-local: $(ARCH).
91        * wrapup/Makefile.am: Remove all-local: $(ARCH).
92
932003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Merge-in include/Makefile.am.
96        Reflect changes to bsp.am.
97        * include/Makefile.am: Remove.
98        * configure.ac: Reflect changes above.
99
1002003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * bsp_specs: Remove *lib:.
103
1042003-09-04      Joel Sherrill <joel@OARcorp.com>
105
106        * console/console-io.c, include/bsp.h, include/coverhd.h,
107        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
108        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
109        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
110        vectors/vectors.S: URL for license changed.
111
1122003-09-04      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/bspstart.c: Removed incorrect statement about copyright
115        assignment.
116
1172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect having moved aclocal/.
120
1212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved automake/.
124        * clock/Makefile.am: Reflect having moved automake/.
125        * console/Makefile.am: Reflect having moved automake/.
126        * include/Makefile.am: Reflect having moved automake/.
127        * shmsupp/Makefile.am: Reflect having moved automake/.
128        * start/Makefile.am: Reflect having moved automake/.
129        * startup/Makefile.am: Reflect having moved automake/.
130        * timer/Makefile.am: Reflect having moved automake/.
131        * vectors/Makefile.am: Reflect having moved automake/.
132        * wrapup/Makefile.am: Reflect having moved automake/.
133
1342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
137
1382003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        PR 445/bsps
141        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
142        Remove cpp, old_cpp (now unused).
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
1562003-01-20      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds*: Add FreeBSD sysctl() sections.
159
1602002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
163        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169
1702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/Makefile.am: Use install-data-local to install startfile.
173
1742002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177
1782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * .cvsignore: Reformat.
181        Add autom4te*cache.
182        Remove autom4te.cache.
183
1842002-09-07      Joel Sherrill <joel@OARcorp.com>
185
186        * clock/clock.c: Disabled use of fast idle since it seems broken
187        with gcc 3.2.
188
1892002-08-21      Joel Sherrill <joel@OARcorp.com>
190
191        * bsp_specs: Added support for -nostdlibs.
192
1932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
198        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
203
2042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * start/Makefile.am: Eliminate PGM.
207        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
208
2092002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
212
2132002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
216        Remove $(OBJS) from all-local.
217
2182002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
221
2222001-05-09      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/linkcmds: In support of gcc 3.1, added one of more
225        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
226        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
227        and direction of segments to memory regions may also have been
228        addressed.  This was a sweep across all BSPs.
229 
2302002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * startup/bspstart.c: Include <rtems/bspIo.h>.
233        * vectors/align_h.S: Use <> instead of "" for include files.
234
2352001-04-08      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
238 
2392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac:
242        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
243        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
244        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
254
2552002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
258
2592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
262
2632001-11-26      Joel Sherrill <joel@OARcorp.com>
264
265        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
266
2672001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Add @exceptions@ to SUBDIRS.
270        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
271        make/custom/psim.cfg;
272        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
273        Add RTEMS_PPC_EXCEPTIONS([old]).
274        * include/Makefile.am: include force-preinstall.am.
275        * wrapup/Makefile.am: Apply @exceptions@.
276
2772001-11-20      Joel Sherrill <joel@OARcorp.com>
278
279        * console/console-io.c: Fix incorrect comment.
280
2812001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
282
283        This modification is part of the submitted modifications necessary to
284        support the IBM PPC405 family.  This submission was reviewed by
285        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
286        not negatively impact the ppc403 BSPs.  The submission and tracking
287        process was captured as PR50.
288        * vectors/align_h.S: Added ppc405 support.
289
2902001-10-25      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/linkcmds: Added _init and _fini.
293
2942001-10-12      Joel Sherrill <joel@OARcorp.com>
295
296        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
297
2982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
301        * configure.in: Remove.
302        * configure.ac: New file, generated from configure.in by autoupdate.
303
3042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
307
3082001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
311        happy.
312
3132001-08-16      Joel Sherrill <joel@OARcorp.com>
314
315        * clock/clock.c: Ensure that clock ticks are long enough to
316        make forward progress.  This was modified to improve results
317        on the RTEMS tests and the ACATS.
318        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
319        gnat 3.13p.
320
3212001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.in: Add bspopts.h.
324        * include/.cvsignore: Add bspopts.h*, stamp-h*.
325        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
326        * include/bsp.h: Include bspopts.h.
327
3282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
329
330        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
331
3322001-01-03      Joel Sherrill <joel@OARcorp.com>
333
334        * clock/clock.c: Use shared clock driver shell.
335        * console/console.c: Removed.  Now use shared polling shell.
336        * console/console-io.c: New file.
337        * console/Makefile.am: Correct to use shared polling shell.
338        * startup/bspstart.c: Remove all fast idle references.
339
3402000-12-19      Joel Sherrill <joel@OARcorp.com>
341
342        * timer/timer.c: Removed incorrect comments about ERC32.
343
3442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
347
3482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
351
3522000-11-01      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
355        and libcsupport.h moved from libc to lib/include/rtems and
356        now must be referenced as <rtems/XXX.h>.   Header file order
357        was cleaned up while doing this.
358
3592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
362        Switch to GNU canonicalization.
363
3642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
367        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
368        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
369
3702000-08-10      Joel Sherrill <joel@OARcorp.com>
371
372        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.