source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ 844609f9

4.104.114.84.95
Last change on this file since 844609f9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 11.3 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-11-25      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
12
132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * configure.ac: Require automake > 1.9.
16
172004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 610/bsps
20        * Makefile.am: Add include/tm27.h, Cosmetics.
21        * include/tm27.h: Final cosmetics.
22
232004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * include/bsp.h: Split out tmtest27 support.
26        * include/tm27.h: New.
27
282004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        PR 613/bsps
31        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
32
332004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 614/bsps
36        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
37
382004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
41        of <zilog/z8530.h>.
42
432004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
46
472004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
50        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
51        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
52        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
53
542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * clock/ckinit.c, console/console.c, include/bsp.h,
57        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
58        types.
59
602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect changes to bsp.am.
63        Preinstall dist_project_lib*.
64
652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reflect changes to bsp.am.
68
692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
72
732004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Pickup files from ../../m68k/shared instead of
76        ../shared. Reformat.
77
782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
81
822004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
85        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
86        Use automake compilation rules.
87        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
88        timer/Makefile.am, wrapup/Makefile.am: Remove.
89        * configure.ac: Reflect changes above.
90
912004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add PREINSTALL_DIRS.
94        * wrapup/Makefile.am: Reflect changes to libcpu.
95
962004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Reflect changes to libcpu.
99
1002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
103        Add PRE/TMPINSTALL_FILES to CLEANFILES.
104        * configure.ac: Ditto.
105        * start/Makefile.am: Ditto.
106        * startup/Makefile.am: Ditto.
107
1082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/.cvsignore: Remove.
111        * start/Makefile.am: Remove.
112        * Makefile.am: Merge-in start/Makefile.am.
113        * configure.ac: Reflect changes above.
114
1152004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Eliminate $(LIB).
118        Use noinst_DATA to trigger building libbsp.a.
119
1202003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
123        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
128        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
129
1302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
133
1342003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Misc cleanups and fixes.
137        * startup/Makefile.am: Misc cleanups and fixes.
138        * wrapup/Makefile.am: Misc cleanups and fixes.
139
1402003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Add preinstallation dirstamp support.
143        * clock/Makefile.am: Cosmetics.
144        * console/Makefile.am: Cosmetics.
145        * startup/Makefile.am: Cosmetics.
146        * timer/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        * start/Makefile.am: Remove all-local: $(ARCH).
154        * startup/Makefile.am: Remove all-local: $(ARCH).
155        * timer/Makefile.am: Remove all-local: $(ARCH).
156        * wrapup/Makefile.am: Remove all-local: $(ARCH).
157
1582003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Merge-in include/Makefile.am.
161        Reflect changes to bsp.am.
162        * include/Makefile.am: Remove.
163        * configure.ac: Reflect changes above.
164
1652003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * bsp_specs: Remove *lib:.
168
1692003-09-04      Joel Sherrill <joel@OARcorp.com>
170
171        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
172        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
173        timer/timer.c: URL for license changed.
174
1752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Reflect having moved aclocal/.
178
1792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect having moved automake/.
182        * clock/Makefile.am: Reflect having moved automake/.
183        * console/Makefile.am: Reflect having moved automake/.
184        * include/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        * wrapup/Makefile.am: Reflect having moved automake/.
189
1902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        PR 452/bsps
193        * startup/Makefile.am: Remove USE_INIT_FINI.
194
1952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
198
1992003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        PR 445/bsps
202        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
203        Remove cpp, old_cpp (now unused).
204
2052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Remove AC_CONFIG_AUX_DIR.
208
2092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
212
2132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: AC_PREREQ(2.57).
216
2172003-01-20      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds*: Add FreeBSD sysctl() sections.
220
2212003-01-20      Joel Sherrill <joel@OARcorp.com>
222
223        * ChangeLog: Add FreeBSD sysctl() sections.
224
2252003-01-20      Joel Sherrill <joel@OARcorp.com>
226
227        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
228
2292003-01-20      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds: Add FreeBSD sysctl() sections.
232
2332002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240
2412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Use install-data-local to install startfile.
244
2452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248
2492002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252
2532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * .cvsignore: Reformat.
256        Add autom4te*cache.
257        Remove autom4te.cache.
258
2592002-08-21      Joel Sherrill <joel@OARcorp.com>
260
261        * bsp_specs: Added support for -nostdlibs.
262
2632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
271
2722002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: Eliminate PGM.
275        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
276
2772002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
280
2812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
284        Remove $(OBJS) from all-local.
285
2862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
289
2902001-05-09      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/linkcmds: In support of gcc 3.1, added one of more
293        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
294        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
295        and direction of segments to memory regions may also have been
296        addressed.  This was a sweep across all BSPs.
297 
2982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac:
301        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
302        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
303        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
311
3122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
315
3162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
319        * configure.in: Remove.
320        * configure.ac: New file, generated from configure.in by autoupdate.
321
3222001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
325
3262001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.in: Add bspopts.h.
329        * include/.cvsignore: Add bspopts.h*, stamp-h*.
330        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
331        * include/bsp.h: Include bspopts.h.
332
3332001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
334
335        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
336
3372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
340
3412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
344
3452000-11-01      Joel Sherrill <joel@OARcorp.com>
346
347        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
348        and libcsupport.h moved from libc to lib/include/rtems and
349        now must be referenced as <rtems/XXX.h>.   Header file order
350        was cleaned up while doing this.
351
3522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
355        Switch to GNU canonicalization.
356
3572000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
358
359        * startup/linkcmds: Added lines so DWARF debug information
360        would be available.  Otherwise gdb complains that the offsets
361        for the debug info are incorrect and doesn't load the files.
362
3632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
366        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
367        compile.am
368
3692000-08-10      Joel Sherrill <joel@OARcorp.com>
370
371        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.