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

4.104.114.84.95
Last change on this file since 11a37032 was ff716ea0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:11:35

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

  • Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • startup/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
5        * startup/Makefile.am: Ditto.
6
72004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * start/.cvsignore: Remove.
10
112004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * start/Makefile.am: Remove.
14        * Makefile.am: Merge-in start/Makefile.am.
15        * configure.ac: Reflect changes above.
16
172004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Eliminate $(LIB).
20        Use noinst_DATA to trigger building libbsp.a.
21
222003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
25        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
26
272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
30        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
31
322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
35
362003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * start/Makefile.am: Misc cleanups and fixes.
39        * startup/Makefile.am: Misc cleanups and fixes.
40        * wrapup/Makefile.am: Misc cleanups and fixes.
41
422003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Add preinstallation dirstamp support.
45        * clock/Makefile.am: Cosmetics.
46        * console/Makefile.am: Cosmetics.
47        * spurious/Makefile.am: Cosmetics.
48        * startup/Makefile.am: Cosmetics.
49        * timer/Makefile.am: Cosmetics.
50        * wrapup/Makefile.am: Cosmetics.
51
522003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * clock/Makefile.am: Remove all-local: $(ARCH).
55        * console/Makefile.am: Remove all-local: $(ARCH).
56        * spurious/Makefile.am: Remove all-local: $(ARCH).
57        * start/Makefile.am: Remove all-local: $(ARCH).
58        * startup/Makefile.am: Remove all-local: $(ARCH).
59        * timer/Makefile.am: Remove all-local: $(ARCH).
60        * wrapup/Makefile.am: Remove all-local: $(ARCH).
61
622003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Merge-in include/Makefile.am.
65        Reflect changes to bsp.am.
66        * include/Makefile.am: Remove.
67        * configure.ac: Reflect changes above.
68
692003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * bsp_specs: Remove *lib:.
72
732003-09-04      Joel Sherrill <joel@OARcorp.com>
74
75        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
76        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
77        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
78        URL for license changed.
79
802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect having moved aclocal/.
83
842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reflect having moved automake/.
87        * clock/Makefile.am: Reflect having moved automake/.
88        * console/Makefile.am: Reflect having moved automake/.
89        * include/Makefile.am: Reflect having moved automake/.
90        * spurious/Makefile.am: Reflect having moved automake/.
91        * start/Makefile.am: Reflect having moved automake/.
92        * startup/Makefile.am: Reflect having moved automake/.
93        * timer/Makefile.am: Reflect having moved automake/.
94        * wrapup/Makefile.am: Reflect having moved automake/.
95
962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        PR 452/bsps
99        * startup/Makefile.am: Remove USE_INIT_FINI.
100
1012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
104
1052003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        PR 445/bsps
108        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
109        Remove cpp, old_cpp (now unused).
110
1112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Remove AC_CONFIG_AUX_DIR.
114
1152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
118
1192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: AC_PREREQ(2.57).
122
1232003-01-20      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds*: Add FreeBSD sysctl() sections.
126
1272002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135
1362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Use install-data-local to install startfile.
139
1402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
143
1442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * .cvsignore: Reformat.
147        Add autom4te*cache.
148        Remove autom4te.cache.
149
1502002-08-21      Joel Sherrill <joel@OARcorp.com>
151
152        * bsp_specs: Added support for -nostdlibs.
153
1542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
161        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
162        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
163
1642002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * start/Makefile.am: Eliminate PGM.
167        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
168
1692002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
172
1732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
176        Remove $(OBJS) from all-local.
177
1782002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
181
1822001-05-09      Joel Sherrill <joel@OARcorp.com>
183
184        * startup/linkcmds: In support of gcc 3.1, added one of more
185        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
186        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
187        and direction of segments to memory regions may also have been
188        addressed.  This was a sweep across all BSPs.
189 
1902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac:
193        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
194        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
195        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
204
2052001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
208        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
209
2102001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
213
2142001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
217        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
218
2192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
222        * configure.in: Remove.
223        * configure.ac: New file, generated from configure.in by autoupdate.
224
2252001-09-27      Joel Sherrill <joel@OARcorp.com>
226
227        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
228
2292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
232
2332001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.in: Add bspopts.h.
236        * include/.cvsignore: Add bspopts.h*, stamp-h*.
237        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
238        * include/bsp.h: Include bspopts.h.
239
2402001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
241
242        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
243
2442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
247
2482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
251
2522000-11-01      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
255        and libcsupport.h moved from libc to lib/include/rtems and
256        now must be referenced as <rtems/XXX.h>.   Header file order
257        was cleaned up while doing this.
258
2592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
262        Switch to GNU canonicalization.
263
2642000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
265
266        * startup/linkcmds: Added lines so DWARF debug information
267        would be available.  Otherwise gdb complains that the offsets
268        for the debug info are incorrect and doesn't load the files.
269
2702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
273        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
274        wrapup/Makefile.am: Include compile.am
275
2762000-08-10      Joel Sherrill <joel@OARcorp.com>
277
278        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.