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

4.104.114.84.95
Last change on this file since 3344730a was 3344730a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:21:25

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

PR 613/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 613/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 614/bsps
9        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
10
112004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * dmv152/include/bsp.h: Include <rtems/zilog/z8536.h> instead of
14        <zilog/z8536.h>.
15        * dmv152/include/bsp.h: Include <rtems/zilog/z8530.h> instead of
16        <zilog/z8530.h>.
17
182004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
21
222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
25        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
26        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
27        * include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
28        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
29
302004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * clock/ckinit.c, console/console.c, include/bsp.h,
33        spurious/spinit.c, startup/bspstart.c, startup/vmeintr.c,
34        timer/timer.c: Convert to using c99 fixed size types.
35
362004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect changes to bsp.am.
39        Preinstall dist_project_lib*.
40
412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect changes to bsp.am.
44
452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
48
492004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Pickup files from ../../m68k/shared instead of
52        ../shared. Reformat.
53
542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
57
582004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
61        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
62        wrapup/Makefile.am.
63        Use automake compilation rules.
64        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
65        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
66        Remove.
67        * configure.ac: Reflect changes above.
68
692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add PREINSTALL_DIRS.
72        * wrapup/Makefile.am: Reflect changes to libcpu.
73
742004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Reflect changes to libcpu.
77
782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
81        Add PRE/TMPINSTALL_FILES to CLEANFILES.
82        * startup/Makefile.am: Ditto.
83
842004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/.cvsignore: Remove.
87
882004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Remove.
91        * Makefile.am: Merge-in start/Makefile.am.
92        * configure.ac: Reflect changes above.
93
942004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Eliminate $(LIB).
97        Use noinst_DATA to trigger building libbsp.a.
98
992003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
102        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
103
1042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
107        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
108
1092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
112
1132003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: Misc cleanups and fixes.
116        * startup/Makefile.am: Misc cleanups and fixes.
117        * wrapup/Makefile.am: Misc cleanups and fixes.
118
1192003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Add preinstallation dirstamp support.
122        * clock/Makefile.am: Cosmetics.
123        * console/Makefile.am: Cosmetics.
124        * spurious/Makefile.am: Cosmetics.
125        * startup/Makefile.am: Cosmetics.
126        * timer/Makefile.am: Cosmetics.
127        * wrapup/Makefile.am: Cosmetics.
128
1292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * clock/Makefile.am: Remove all-local: $(ARCH).
132        * console/Makefile.am: Remove all-local: $(ARCH).
133        * spurious/Makefile.am: Remove all-local: $(ARCH).
134        * start/Makefile.am: Remove all-local: $(ARCH).
135        * startup/Makefile.am: Remove all-local: $(ARCH).
136        * timer/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        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
153        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
154        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
155        URL for license changed.
156
1572003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Reflect having moved aclocal/.
160
1612003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Reflect having moved automake/.
164        * clock/Makefile.am: Reflect having moved automake/.
165        * console/Makefile.am: Reflect having moved automake/.
166        * include/Makefile.am: Reflect having moved automake/.
167        * spurious/Makefile.am: Reflect having moved automake/.
168        * start/Makefile.am: Reflect having moved automake/.
169        * startup/Makefile.am: Reflect having moved automake/.
170        * timer/Makefile.am: Reflect having moved automake/.
171        * wrapup/Makefile.am: Reflect having moved automake/.
172
1732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        PR 452/bsps
176        * startup/Makefile.am: Remove USE_INIT_FINI.
177
1782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
181
1822003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        PR 445/bsps
185        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
186        Remove cpp, old_cpp (now unused).
187
1882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove AC_CONFIG_AUX_DIR.
191
1922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AC_PREREQ(2.57).
199
2002003-01-20      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds*: Add FreeBSD sysctl() sections.
203
2042002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212
2132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: Use install-data-local to install startfile.
216
2172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220
2212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * .cvsignore: Reformat.
224        Add autom4te*cache.
225        Remove autom4te.cache.
226
2272002-08-21      Joel Sherrill <joel@OARcorp.com>
228
229        * bsp_specs: Added support for -nostdlibs.
230
2312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
240
2412002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Eliminate PGM.
244        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
245
2462002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
249
2502002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
253        Remove $(OBJS) from all-local.
254
2552002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
258
2592001-05-09      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/linkcmds: In support of gcc 3.1, added one of more
262        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
263        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
264        and direction of segments to memory regions may also have been
265        addressed.  This was a sweep across all BSPs.
266 
2672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac:
270        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
271        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
272        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
281
2822001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
285        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
286
2872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
290
2912001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
294        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
295
2962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
299        * configure.in: Remove.
300        * configure.ac: New file, generated from configure.in by autoupdate.
301
3022001-09-27      Joel Sherrill <joel@OARcorp.com>
303
304        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
305
3062001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
309
3102001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.in: Add bspopts.h.
313        * include/.cvsignore: Add bspopts.h*, stamp-h*.
314        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
315        * include/bsp.h: Include bspopts.h.
316
3172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
318
319        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
320
3212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
324
3252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
328
3292000-11-01      Joel Sherrill <joel@OARcorp.com>
330
331        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
332        and libcsupport.h moved from libc to lib/include/rtems and
333        now must be referenced as <rtems/XXX.h>.   Header file order
334        was cleaned up while doing this.
335
3362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
339        Switch to GNU canonicalization.
340
3412000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
342
343        * startup/linkcmds: Added lines so DWARF debug information
344        would be available.  Otherwise gdb complains that the offsets
345        for the debug info are incorrect and doesn't load the files.
346
3472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
350        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
351        wrapup/Makefile.am: Include compile.am
352
3532000-08-10      Joel Sherrill <joel@OARcorp.com>
354
355        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.