source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ 868c1e60

4.104.114.84.95
Last change on this file since 868c1e60 was f286330, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:03
  • timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 10.2 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
8        * startup/bspclean.c: 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        * clock/ckinit.c, console/console.c, include/bsp.h,
15        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
16        types.
17
182004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect changes to bsp.am.
21        Preinstall dist_project_lib*.
22
232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect changes to bsp.am.
26
272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
30
312004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Pickup files from ../../m68k/shared instead of
34        ../shared. Reformat.
35
362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
39
402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
43        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
44        Use automake compilation rules.
45        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
46        timer/Makefile.am, wrapup/Makefile.am: Remove.
47        * configure.ac: Reflect changes above.
48
492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Add PREINSTALL_DIRS.
52        * wrapup/Makefile.am: Reflect changes to libcpu.
53
542004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Reflect changes to libcpu.
57
582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
61        Add PRE/TMPINSTALL_FILES to CLEANFILES.
62        * configure.ac: Ditto.
63        * start/Makefile.am: Ditto.
64        * startup/Makefile.am: Ditto.
65
662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/.cvsignore: Remove.
69        * start/Makefile.am: Remove.
70        * Makefile.am: Merge-in start/Makefile.am.
71        * configure.ac: Reflect changes above.
72
732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Eliminate $(LIB).
76        Use noinst_DATA to trigger building libbsp.a.
77
782003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
81        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
82
832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
86        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
91
922003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Misc cleanups and fixes.
95        * startup/Makefile.am: Misc cleanups and fixes.
96        * wrapup/Makefile.am: Misc cleanups and fixes.
97
982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Add preinstallation dirstamp support.
101        * clock/Makefile.am: Cosmetics.
102        * console/Makefile.am: Cosmetics.
103        * startup/Makefile.am: Cosmetics.
104        * timer/Makefile.am: Cosmetics.
105        * wrapup/Makefile.am: Cosmetics.
106
1072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * clock/Makefile.am: Remove all-local: $(ARCH).
110        * console/Makefile.am: Remove all-local: $(ARCH).
111        * start/Makefile.am: Remove all-local: $(ARCH).
112        * startup/Makefile.am: Remove all-local: $(ARCH).
113        * timer/Makefile.am: Remove all-local: $(ARCH).
114        * wrapup/Makefile.am: Remove all-local: $(ARCH).
115
1162003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Merge-in include/Makefile.am.
119        Reflect changes to bsp.am.
120        * include/Makefile.am: Remove.
121        * configure.ac: Reflect changes above.
122
1232003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * bsp_specs: Remove *lib:.
126
1272003-09-04      Joel Sherrill <joel@OARcorp.com>
128
129        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
130        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
131        timer/timer.c: URL for license changed.
132
1332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect having moved aclocal/.
136
1372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect having moved automake/.
140        * clock/Makefile.am: Reflect having moved automake/.
141        * console/Makefile.am: Reflect having moved automake/.
142        * include/Makefile.am: Reflect having moved automake/.
143        * start/Makefile.am: Reflect having moved automake/.
144        * startup/Makefile.am: Reflect having moved automake/.
145        * timer/Makefile.am: Reflect having moved automake/.
146        * wrapup/Makefile.am: Reflect having moved automake/.
147
1482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        PR 452/bsps
151        * startup/Makefile.am: Remove USE_INIT_FINI.
152
1532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
156
1572003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        PR 445/bsps
160        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
161        Remove cpp, old_cpp (now unused).
162
1632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove AC_CONFIG_AUX_DIR.
166
1672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
170
1712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: AC_PREREQ(2.57).
174
1752003-01-20      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/linkcmds*: Add FreeBSD sysctl() sections.
178
1792003-01-20      Joel Sherrill <joel@OARcorp.com>
180
181        * ChangeLog: Add FreeBSD sysctl() sections.
182
1832003-01-20      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
186
1872003-01-20      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds: Add FreeBSD sysctl() sections.
190
1912002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198
1992002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * start/Makefile.am: Use install-data-local to install startfile.
202
2032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206
2072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210
2112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * .cvsignore: Reformat.
214        Add autom4te*cache.
215        Remove autom4te.cache.
216
2172002-08-21      Joel Sherrill <joel@OARcorp.com>
218
219        * bsp_specs: Added support for -nostdlibs.
220
2212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
229
2302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: Eliminate PGM.
233        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
234
2352002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
238
2392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
242        Remove $(OBJS) from all-local.
243
2442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
247
2482001-05-09      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds: In support of gcc 3.1, added one of more
251        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
252        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
253        and direction of segments to memory regions may also have been
254        addressed.  This was a sweep across all BSPs.
255 
2562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac:
259        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
260        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
261        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
269
2702001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
273
2742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
277        * configure.in: Remove.
278        * configure.ac: New file, generated from configure.in by autoupdate.
279
2802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
283
2842001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.in: Add bspopts.h.
287        * include/.cvsignore: Add bspopts.h*, stamp-h*.
288        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
289        * include/bsp.h: Include bspopts.h.
290
2912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
292
293        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
294
2952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
298
2992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
302
3032000-11-01      Joel Sherrill <joel@OARcorp.com>
304
305        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
306        and libcsupport.h moved from libc to lib/include/rtems and
307        now must be referenced as <rtems/XXX.h>.   Header file order
308        was cleaned up while doing this.
309
3102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
313        Switch to GNU canonicalization.
314
3152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
316
317        * startup/linkcmds: Added lines so DWARF debug information
318        would be available.  Otherwise gdb complains that the offsets
319        for the debug info are incorrect and doesn't load the files.
320
3212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
324        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
325        compile.am
326
3272000-08-10      Joel Sherrill <joel@OARcorp.com>
328
329        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.