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

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 9.9 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Pickup files from ../../m68k/shared instead of
12        ../shared. Reformat.
13
142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
17
182004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
21        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
22        wrapup/Makefile.am.
23        Use automake compilation rules.
24        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
25        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
26        Remove.
27        * configure.ac: Reflect changes above.
28
292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Add PREINSTALL_DIRS.
32        * wrapup/Makefile.am: Reflect changes to libcpu.
33
342004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Reflect changes to libcpu.
37
382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
41        Add PRE/TMPINSTALL_FILES to CLEANFILES.
42        * startup/Makefile.am: Ditto.
43
442004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/.cvsignore: Remove.
47
482004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: Remove.
51        * Makefile.am: Merge-in start/Makefile.am.
52        * configure.ac: Reflect changes above.
53
542004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Eliminate $(LIB).
57        Use noinst_DATA to trigger building libbsp.a.
58
592003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
62        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
63
642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
67        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
72
732003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: Misc cleanups and fixes.
76        * startup/Makefile.am: Misc cleanups and fixes.
77        * wrapup/Makefile.am: Misc cleanups and fixes.
78
792003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Add preinstallation dirstamp support.
82        * clock/Makefile.am: Cosmetics.
83        * console/Makefile.am: Cosmetics.
84        * spurious/Makefile.am: Cosmetics.
85        * startup/Makefile.am: Cosmetics.
86        * timer/Makefile.am: Cosmetics.
87        * wrapup/Makefile.am: Cosmetics.
88
892003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * clock/Makefile.am: Remove all-local: $(ARCH).
92        * console/Makefile.am: Remove all-local: $(ARCH).
93        * spurious/Makefile.am: Remove all-local: $(ARCH).
94        * start/Makefile.am: Remove all-local: $(ARCH).
95        * startup/Makefile.am: Remove all-local: $(ARCH).
96        * timer/Makefile.am: Remove all-local: $(ARCH).
97        * wrapup/Makefile.am: Remove all-local: $(ARCH).
98
992003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Merge-in include/Makefile.am.
102        Reflect changes to bsp.am.
103        * include/Makefile.am: Remove.
104        * configure.ac: Reflect changes above.
105
1062003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * bsp_specs: Remove *lib:.
109
1102003-09-04      Joel Sherrill <joel@OARcorp.com>
111
112        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
113        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
114        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
115        URL for license changed.
116
1172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect having moved aclocal/.
120
1212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved automake/.
124        * clock/Makefile.am: Reflect having moved automake/.
125        * console/Makefile.am: Reflect having moved automake/.
126        * include/Makefile.am: Reflect having moved automake/.
127        * spurious/Makefile.am: Reflect having moved automake/.
128        * start/Makefile.am: Reflect having moved automake/.
129        * startup/Makefile.am: Reflect having moved automake/.
130        * timer/Makefile.am: Reflect having moved automake/.
131        * wrapup/Makefile.am: Reflect having moved automake/.
132
1332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        PR 452/bsps
136        * startup/Makefile.am: Remove USE_INIT_FINI.
137
1382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
141
1422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        PR 445/bsps
145        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
146        Remove cpp, old_cpp (now unused).
147
1482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Remove AC_CONFIG_AUX_DIR.
151
1522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
155
1562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: AC_PREREQ(2.57).
159
1602003-01-20      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds*: Add FreeBSD sysctl() sections.
163
1642002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172
1732002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: Use install-data-local to install startfile.
176
1772002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180
1812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Reformat.
184        Add autom4te*cache.
185        Remove autom4te.cache.
186
1872002-08-21      Joel Sherrill <joel@OARcorp.com>
188
189        * bsp_specs: Added support for -nostdlibs.
190
1912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
194        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
198        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
200
2012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * start/Makefile.am: Eliminate PGM.
204        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
205
2062002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
209
2102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
213        Remove $(OBJS) from all-local.
214
2152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
218
2192001-05-09      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: In support of gcc 3.1, added one of more
222        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
223        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
224        and direction of segments to memory regions may also have been
225        addressed.  This was a sweep across all BSPs.
226 
2272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac:
230        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
231        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
232        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
233        * Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
241
2422001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
245        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
246
2472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
250
2512001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
254        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
255
2562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
259        * configure.in: Remove.
260        * configure.ac: New file, generated from configure.in by autoupdate.
261
2622001-09-27      Joel Sherrill <joel@OARcorp.com>
263
264        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
265
2662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
269
2702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.in: Add bspopts.h.
273        * include/.cvsignore: Add bspopts.h*, stamp-h*.
274        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
275        * include/bsp.h: Include bspopts.h.
276
2772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
278
279        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
280
2812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
284
2852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
288
2892000-11-01      Joel Sherrill <joel@OARcorp.com>
290
291        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
292        and libcsupport.h moved from libc to lib/include/rtems and
293        now must be referenced as <rtems/XXX.h>.   Header file order
294        was cleaned up while doing this.
295
2962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
299        Switch to GNU canonicalization.
300
3012000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
302
303        * startup/linkcmds: Added lines so DWARF debug information
304        would be available.  Otherwise gdb complains that the offsets
305        for the debug info are incorrect and doesn't load the files.
306
3072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
310        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
311        wrapup/Makefile.am: Include compile.am
312
3132000-08-10      Joel Sherrill <joel@OARcorp.com>
314
315        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.