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

4.104.114.84.95
Last change on this file since bad8092c was 3f71ac1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 03:47:48

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 13.3 KB
Line 
12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
4        timer/timer.c: Convert to using c99 fixed size types.
5
62004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9        Preinstall dist_project_lib*.
10
112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect changes to bsp.am.
14
152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Cosmetics.
18
192004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
22
232004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Convert to automake-building rules.
26
272004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
30        Remove AM_CONDITIONAL(HAS_MP).
31
322004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
35        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
36        vectors/Makefile.am. Use automake compilation rules.
37        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
38        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
39        * configure.ac: Reflect changes above.
40
412004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Merge-in start/Makefile.am.
44        * start/Makefile.am: Remove.
45        * configure.ac: Reflect changes above.
46
472004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Reflect changes to
50        ../support/*exception_processing/*.
51
522004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
55        Add RTEMS_PROG_CCAS.
56
572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Add PREINSTALL_DIRS.
60
612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
64        Add PRE/TMPINSTALL_FILES to CLEANFILES.
65        * start/Makefile.am: Ditto.
66        * startup/Makefile.am: Ditto.
67
682004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Eliminate $(LIB).
71        Use noinst_DATA to trigger building libbsp.a.
72
732003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * console/Makefile.am: Eliminate *.rel.
76        Use $(top_srcdir)/../../shared instead of ../../../shared.
77        * startup/Makefile.am: Cosmetics.
78
792003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * clock/Makefile.am: Eliminate VPATH.
82        * console/Makefile.am: Eliminate VPATH.
83        * shmsupp/Makefile.am: Eliminate VPATH.
84        * startup/Makefile.am: Eliminate VPATH.
85        * timer/Makefile.am: Eliminate VPATH.
86        * vectors/Makefile.am: Eliminate VPATH.
87
882003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Remove GENERIC_FILES.
91
922003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/linkcmds: Remove SEARCH_DIR.
95
962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
99        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Misc cleanups and fixes.
113        * startup/Makefile.am: Misc cleanups and fixes.
114        * startup/linkcmds: Preparations for gcc-3.3.x.
115        * wrapup/Makefile.am: Misc cleanups and fixes.
116
1172003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add preinstallation dirstamp support.
120        * clock/Makefile.am: Cosmetics.
121        * console/Makefile.am: Cosmetics.
122        * shmsupp/Makefile.am: Cosmetics.
123        * startup/Makefile.am: Cosmetics.
124        * timer/Makefile.am: Cosmetics.
125        * vectors/Makefile.am: Cosmetics.
126        * wrapup/Makefile.am: Cosmetics.
127
1282003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * clock/Makefile.am: Remove all-local: $(ARCH).
131        * console/Makefile.am: Remove all-local: $(ARCH).
132        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
133        * start/Makefile.am: Remove all-local: $(ARCH).
134        * startup/Makefile.am: Remove all-local: $(ARCH).
135        * timer/Makefile.am: Remove all-local: $(ARCH).
136        * vectors/Makefile.am: Remove all-local: $(ARCH).
137        * wrapup/Makefile.am: Remove all-local: $(ARCH).
138
1392003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Merge-in include/Makefile.am.
142        Reflect changes to bsp.am.
143        * include/Makefile.am: Remove.
144        * configure.ac: Reflect changes above.
145
1462003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * bsp_specs: Remove *lib:.
149
1502003-09-04      Joel Sherrill <joel@OARcorp.com>
151
152        * console/console-io.c, include/bsp.h, include/coverhd.h,
153        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
154        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
155        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
156        vectors/vectors.S: URL for license changed.
157
1582003-09-04      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/bspstart.c: Removed incorrect statement about copyright
161        assignment.
162
1632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect having moved aclocal/.
166
1672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Reflect having moved automake/.
170        * clock/Makefile.am: Reflect having moved automake/.
171        * console/Makefile.am: Reflect having moved automake/.
172        * include/Makefile.am: Reflect having moved automake/.
173        * shmsupp/Makefile.am: Reflect having moved automake/.
174        * start/Makefile.am: Reflect having moved automake/.
175        * startup/Makefile.am: Reflect having moved automake/.
176        * timer/Makefile.am: Reflect having moved automake/.
177        * vectors/Makefile.am: Reflect having moved automake/.
178        * wrapup/Makefile.am: Reflect having moved automake/.
179
1802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
183
1842003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        PR 445/bsps
187        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
188        Remove cpp, old_cpp (now unused).
189
1902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove AC_CONFIG_AUX_DIR.
193
1942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
197
1982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: AC_PREREQ(2.57).
201
2022003-01-20      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds*: Add FreeBSD sysctl() sections.
205
2062002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215
2162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * start/Makefile.am: Use install-data-local to install startfile.
219
2202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223
2242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * .cvsignore: Reformat.
227        Add autom4te*cache.
228        Remove autom4te.cache.
229
2302002-09-07      Joel Sherrill <joel@OARcorp.com>
231
232        * clock/clock.c: Disabled use of fast idle since it seems broken
233        with gcc 3.2.
234
2352002-08-21      Joel Sherrill <joel@OARcorp.com>
236
237        * bsp_specs: Added support for -nostdlibs.
238
2392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
249
2502002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * start/Makefile.am: Eliminate PGM.
253        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
254
2552002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
258
2592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
262        Remove $(OBJS) from all-local.
263
2642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
267
2682001-05-09      Joel Sherrill <joel@OARcorp.com>
269
270        * startup/linkcmds: In support of gcc 3.1, added one of more
271        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
272        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
273        and direction of segments to memory regions may also have been
274        addressed.  This was a sweep across all BSPs.
275 
2762002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * startup/bspstart.c: Include <rtems/bspIo.h>.
279        * vectors/align_h.S: Use <> instead of "" for include files.
280
2812001-04-08      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
284 
2852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac:
288        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
289        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
290        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
300
3012002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
304
3052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
308
3092001-11-26      Joel Sherrill <joel@OARcorp.com>
310
311        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
312
3132001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Add @exceptions@ to SUBDIRS.
316        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
317        make/custom/psim.cfg;
318        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
319        Add RTEMS_PPC_EXCEPTIONS([old]).
320        * include/Makefile.am: include force-preinstall.am.
321        * wrapup/Makefile.am: Apply @exceptions@.
322
3232001-11-20      Joel Sherrill <joel@OARcorp.com>
324
325        * console/console-io.c: Fix incorrect comment.
326
3272001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
328
329        This modification is part of the submitted modifications necessary to
330        support the IBM PPC405 family.  This submission was reviewed by
331        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
332        not negatively impact the ppc403 BSPs.  The submission and tracking
333        process was captured as PR50.
334        * vectors/align_h.S: Added ppc405 support.
335
3362001-10-25      Joel Sherrill <joel@OARcorp.com>
337
338        * startup/linkcmds: Added _init and _fini.
339
3402001-10-12      Joel Sherrill <joel@OARcorp.com>
341
342        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
343
3442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
347        * configure.in: Remove.
348        * configure.ac: New file, generated from configure.in by autoupdate.
349
3502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
353
3542001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
357        happy.
358
3592001-08-16      Joel Sherrill <joel@OARcorp.com>
360
361        * clock/clock.c: Ensure that clock ticks are long enough to
362        make forward progress.  This was modified to improve results
363        on the RTEMS tests and the ACATS.
364        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
365        gnat 3.13p.
366
3672001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.in: Add bspopts.h.
370        * include/.cvsignore: Add bspopts.h*, stamp-h*.
371        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
372        * include/bsp.h: Include bspopts.h.
373
3742001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
375
376        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
377
3782001-01-03      Joel Sherrill <joel@OARcorp.com>
379
380        * clock/clock.c: Use shared clock driver shell.
381        * console/console.c: Removed.  Now use shared polling shell.
382        * console/console-io.c: New file.
383        * console/Makefile.am: Correct to use shared polling shell.
384        * startup/bspstart.c: Remove all fast idle references.
385
3862000-12-19      Joel Sherrill <joel@OARcorp.com>
387
388        * timer/timer.c: Removed incorrect comments about ERC32.
389
3902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
393
3942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
397
3982000-11-01      Joel Sherrill <joel@OARcorp.com>
399
400        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
401        and libcsupport.h moved from libc to lib/include/rtems and
402        now must be referenced as <rtems/XXX.h>.   Header file order
403        was cleaned up while doing this.
404
4052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
408        Switch to GNU canonicalization.
409
4102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
413        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
414        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
415
4162000-08-10      Joel Sherrill <joel@OARcorp.com>
417
418        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.