source: rtems/c/src/lib/libbsp/m68k/dmv152/ChangeLog @ f286330

4.104.114.84.95
Last change on this file since f286330 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.8 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        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
9        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
10        * include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
11        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
12
132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * clock/ckinit.c, console/console.c, include/bsp.h,
16        spurious/spinit.c, startup/bspstart.c, startup/vmeintr.c,
17        timer/timer.c: Convert to using c99 fixed size types.
18
192004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22        Preinstall dist_project_lib*.
23
242004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Reflect changes to bsp.am.
27
282004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
31
322004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Pickup files from ../../m68k/shared instead of
35        ../shared. Reformat.
36
372004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
40
412004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
44        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
45        wrapup/Makefile.am.
46        Use automake compilation rules.
47        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
48        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
49        Remove.
50        * configure.ac: Reflect changes above.
51
522004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add PREINSTALL_DIRS.
55        * wrapup/Makefile.am: Reflect changes to libcpu.
56
572004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Reflect changes to libcpu.
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        * startup/Makefile.am: Ditto.
66
672004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/.cvsignore: Remove.
70
712004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * start/Makefile.am: Remove.
74        * Makefile.am: Merge-in start/Makefile.am.
75        * configure.ac: Reflect changes above.
76
772004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Eliminate $(LIB).
80        Use noinst_DATA to trigger building libbsp.a.
81
822003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
85        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
86
872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
90        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
91
922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
95
962003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: Misc cleanups and fixes.
99        * startup/Makefile.am: Misc cleanups and fixes.
100        * wrapup/Makefile.am: Misc cleanups and fixes.
101
1022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Add preinstallation dirstamp support.
105        * clock/Makefile.am: Cosmetics.
106        * console/Makefile.am: Cosmetics.
107        * spurious/Makefile.am: Cosmetics.
108        * startup/Makefile.am: Cosmetics.
109        * timer/Makefile.am: Cosmetics.
110        * wrapup/Makefile.am: Cosmetics.
111
1122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * clock/Makefile.am: Remove all-local: $(ARCH).
115        * console/Makefile.am: Remove all-local: $(ARCH).
116        * spurious/Makefile.am: Remove all-local: $(ARCH).
117        * start/Makefile.am: Remove all-local: $(ARCH).
118        * startup/Makefile.am: Remove all-local: $(ARCH).
119        * timer/Makefile.am: Remove all-local: $(ARCH).
120        * wrapup/Makefile.am: Remove all-local: $(ARCH).
121
1222003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Merge-in include/Makefile.am.
125        Reflect changes to bsp.am.
126        * include/Makefile.am: Remove.
127        * configure.ac: Reflect changes above.
128
1292003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * bsp_specs: Remove *lib:.
132
1332003-09-04      Joel Sherrill <joel@OARcorp.com>
134
135        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
136        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
137        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
138        URL for license changed.
139
1402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved aclocal/.
143
1442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect having moved automake/.
147        * clock/Makefile.am: Reflect having moved automake/.
148        * console/Makefile.am: Reflect having moved automake/.
149        * include/Makefile.am: Reflect having moved automake/.
150        * spurious/Makefile.am: Reflect having moved automake/.
151        * start/Makefile.am: Reflect having moved automake/.
152        * startup/Makefile.am: Reflect having moved automake/.
153        * timer/Makefile.am: Reflect having moved automake/.
154        * wrapup/Makefile.am: Reflect having moved automake/.
155
1562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        PR 452/bsps
159        * startup/Makefile.am: Remove USE_INIT_FINI.
160
1612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
164
1652003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        PR 445/bsps
168        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
169        Remove cpp, old_cpp (now unused).
170
1712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove AC_CONFIG_AUX_DIR.
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
178
1792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: AC_PREREQ(2.57).
182
1832003-01-20      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/linkcmds*: Add FreeBSD sysctl() sections.
186
1872002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195
1962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * start/Makefile.am: Use install-data-local to install startfile.
199
2002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203
2042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * .cvsignore: Reformat.
207        Add autom4te*cache.
208        Remove autom4te.cache.
209
2102002-08-21      Joel Sherrill <joel@OARcorp.com>
211
212        * bsp_specs: Added support for -nostdlibs.
213
2142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
223
2242002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * start/Makefile.am: Eliminate PGM.
227        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
228
2292002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
232
2332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
236        Remove $(OBJS) from all-local.
237
2382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
241
2422001-05-09      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/linkcmds: In support of gcc 3.1, added one of more
245        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
246        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
247        and direction of segments to memory regions may also have been
248        addressed.  This was a sweep across all BSPs.
249 
2502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac:
253        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
254        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
255        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
264
2652001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
268        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
269
2702001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
273
2742001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
277        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
278
2792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
282        * configure.in: Remove.
283        * configure.ac: New file, generated from configure.in by autoupdate.
284
2852001-09-27      Joel Sherrill <joel@OARcorp.com>
286
287        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
288
2892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
292
2932001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.in: Add bspopts.h.
296        * include/.cvsignore: Add bspopts.h*, stamp-h*.
297        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
298        * include/bsp.h: Include bspopts.h.
299
3002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
301
302        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
303
3042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
307
3082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
311
3122000-11-01      Joel Sherrill <joel@OARcorp.com>
313
314        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
315        and libcsupport.h moved from libc to lib/include/rtems and
316        now must be referenced as <rtems/XXX.h>.   Header file order
317        was cleaned up while doing this.
318
3192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
322        Switch to GNU canonicalization.
323
3242000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
325
326        * startup/linkcmds: Added lines so DWARF debug information
327        would be available.  Otherwise gdb complains that the offsets
328        for the debug info are incorrect and doesn't load the files.
329
3302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
333        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
334        wrapup/Makefile.am: Include compile.am
335
3362000-08-10      Joel Sherrill <joel@OARcorp.com>
337
338        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.