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

4.104.114.84.95
Last change on this file since 999cae6 was c2e9632, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:09:37

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
  • startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
  • Property mode set to 100644
File size: 10.7 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
4        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
5        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
6        * include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
7        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
8
92004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * clock/ckinit.c, console/console.c, include/bsp.h,
12        spurious/spinit.c, startup/bspstart.c, startup/vmeintr.c,
13        timer/timer.c: Convert to using c99 fixed size types.
14
152004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reflect changes to bsp.am.
18        Preinstall dist_project_lib*.
19
202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Reflect changes to bsp.am.
23
242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
27
282004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Pickup files from ../../m68k/shared instead of
31        ../shared. Reformat.
32
332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
36
372004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
40        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
41        wrapup/Makefile.am.
42        Use automake compilation rules.
43        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
44        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
45        Remove.
46        * configure.ac: Reflect changes above.
47
482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Add PREINSTALL_DIRS.
51        * wrapup/Makefile.am: Reflect changes to libcpu.
52
532004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Reflect changes to libcpu.
56
572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
60        Add PRE/TMPINSTALL_FILES to CLEANFILES.
61        * startup/Makefile.am: Ditto.
62
632004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/.cvsignore: Remove.
66
672004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
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        * spurious/Makefile.am: Cosmetics.
104        * startup/Makefile.am: Cosmetics.
105        * timer/Makefile.am: Cosmetics.
106        * wrapup/Makefile.am: Cosmetics.
107
1082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Remove all-local: $(ARCH).
111        * console/Makefile.am: Remove all-local: $(ARCH).
112        * spurious/Makefile.am: Remove all-local: $(ARCH).
113        * start/Makefile.am: Remove all-local: $(ARCH).
114        * startup/Makefile.am: Remove all-local: $(ARCH).
115        * timer/Makefile.am: Remove all-local: $(ARCH).
116        * wrapup/Makefile.am: Remove all-local: $(ARCH).
117
1182003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Merge-in include/Makefile.am.
121        Reflect changes to bsp.am.
122        * include/Makefile.am: Remove.
123        * configure.ac: Reflect changes above.
124
1252003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * bsp_specs: Remove *lib:.
128
1292003-09-04      Joel Sherrill <joel@OARcorp.com>
130
131        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
132        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
133        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
134        URL for license changed.
135
1362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect having moved aclocal/.
139
1402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved automake/.
143        * clock/Makefile.am: Reflect having moved automake/.
144        * console/Makefile.am: Reflect having moved automake/.
145        * include/Makefile.am: Reflect having moved automake/.
146        * spurious/Makefile.am: Reflect having moved automake/.
147        * start/Makefile.am: Reflect having moved automake/.
148        * startup/Makefile.am: Reflect having moved automake/.
149        * timer/Makefile.am: Reflect having moved automake/.
150        * wrapup/Makefile.am: Reflect having moved automake/.
151
1522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        PR 452/bsps
155        * startup/Makefile.am: Remove USE_INIT_FINI.
156
1572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
160
1612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        PR 445/bsps
164        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
165        Remove cpp, old_cpp (now unused).
166
1672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove AC_CONFIG_AUX_DIR.
170
1712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AC_PREREQ(2.57).
178
1792003-01-20      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds*: Add FreeBSD sysctl() sections.
182
1832002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191
1922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * start/Makefile.am: Use install-data-local to install startfile.
195
1962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199
2002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * .cvsignore: Reformat.
203        Add autom4te*cache.
204        Remove autom4te.cache.
205
2062002-08-21      Joel Sherrill <joel@OARcorp.com>
207
208        * bsp_specs: Added support for -nostdlibs.
209
2102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
213        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
219
2202002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/Makefile.am: Eliminate PGM.
223        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
224
2252002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
228
2292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
232        Remove $(OBJS) from all-local.
233
2342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
237
2382001-05-09      Joel Sherrill <joel@OARcorp.com>
239
240        * startup/linkcmds: In support of gcc 3.1, added one of more
241        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
242        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
243        and direction of segments to memory regions may also have been
244        addressed.  This was a sweep across all BSPs.
245 
2462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac:
249        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
250        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
251        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
260
2612001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
264        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
265
2662001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
269
2702001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
273        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
274
2752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
278        * configure.in: Remove.
279        * configure.ac: New file, generated from configure.in by autoupdate.
280
2812001-09-27      Joel Sherrill <joel@OARcorp.com>
282
283        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
284
2852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
288
2892001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.in: Add bspopts.h.
292        * include/.cvsignore: Add bspopts.h*, stamp-h*.
293        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
294        * include/bsp.h: Include bspopts.h.
295
2962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
297
298        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
299
3002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
303
3042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
307
3082000-11-01      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
311        and libcsupport.h moved from libc to lib/include/rtems and
312        now must be referenced as <rtems/XXX.h>.   Header file order
313        was cleaned up while doing this.
314
3152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
318        Switch to GNU canonicalization.
319
3202000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
321
322        * startup/linkcmds: Added lines so DWARF debug information
323        would be available.  Otherwise gdb complains that the offsets
324        for the debug info are incorrect and doesn't load the files.
325
3262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
329        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
330        wrapup/Makefile.am: Include compile.am
331
3322000-08-10      Joel Sherrill <joel@OARcorp.com>
333
334        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.