source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 984ea8b3

4.104.114.84.95
Last change on this file since 984ea8b3 was 2a7f9a28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/04 at 06:22:18

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

  • Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4        Preinstall dist_project_lib*.
5
62004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9
102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
13
142004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Pickup files from ../../m68k/shared instead of
17        ../shared. Reformat.
18
192004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
22
232004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
26        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
27        wrapup/Makefile.am. Use automake compilation rules.
28        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
29        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
30        * configure.ac: Reflect changes above.
31
322004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add PREINSTALL_DIRS.
35        * wrapup/Makefile.am: Reflect changes to libcpu.
36
372004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Reflect changes to libcpu.
40
412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
44        Add PRE/TMPINSTALL_FILES to CLEANFILES.
45        * startup/Makefile.am: Ditto.
46
472004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * start/Makefile.am: Remove.
50        * Makefile.am: Merge-in start/Makefile.am.
51        * configure.ac: Reflect changes above.
52
532004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Eliminate $(LIB).
56        Use noinst_DATA to trigger building libbsp.a.
57
582003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
61        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
62
632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
66        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
67
682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
71
722003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Misc cleanups and fixes.
75        * startup/Makefile.am: Misc cleanups and fixes.
76        * wrapup/Makefile.am: Misc cleanups and fixes.
77
782003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Add preinstallation dirstamp support.
81        * clock/Makefile.am: Cosmetics.
82        * console/Makefile.am: Cosmetics.
83        * network/Makefile.am: Cosmetics.
84        * startup/Makefile.am: Cosmetics.
85        * timer/Makefile.am: Cosmetics.
86        * wrapup/Makefile.am: Cosmetics.
87
882003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * clock/Makefile.am: Remove all-local: $(ARCH).
91        * console/Makefile.am: Remove all-local: $(ARCH).
92        * network/Makefile.am: Remove all-local: $(ARCH).
93        * start/Makefile.am: Remove all-local: $(ARCH).
94        * startup/Makefile.am: Remove all-local: $(ARCH).
95        * timer/Makefile.am: Remove all-local: $(ARCH).
96        * wrapup/Makefile.am: Remove all-local: $(ARCH).
97
982003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Merge-in include/Makefile.am.
101        Reflect changes to bsp.am.
102        * include/Makefile.am: Remove.
103        * configure.ac: Reflect changes above.
104
1052003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * bsp_specs: Remove *lib:.
108
1092003-09-04      Joel Sherrill <joel@OARcorp.com>
110
111        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
112        start/start.S, startup/bspclean.c, startup/bspstart.c,
113        startup/linkcmds, timer/timer.c: URL for license changed.
114
1152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Reflect having moved aclocal/.
118
1192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Reflect having moved automake/.
122        * clock/Makefile.am: Reflect having moved automake/.
123        * console/Makefile.am: Reflect having moved automake/.
124        * include/Makefile.am: Reflect having moved automake/.
125        * network/Makefile.am: Reflect having moved automake/.
126        * start/Makefile.am: Reflect having moved automake/.
127        * startup/Makefile.am: Reflect having moved automake/.
128        * timer/Makefile.am: Reflect having moved automake/.
129        * wrapup/Makefile.am: Reflect having moved automake/.
130
1312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        PR 452/bsps
134        * startup/Makefile.am: Remove USE_INIT_FINI.
135
1362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
139
1402003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        PR 445/bsps
143        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
144        Remove cpp, old_cpp (now unused).
145
1462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove AC_CONFIG_AUX_DIR.
149
1502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AC_PREREQ(2.57).
157
1582003-01-20      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/linkcmds*: Add FreeBSD sysctl() sections.
161
1622002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170
1712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * start/Makefile.am: Use install-data-local to install startfile.
174
1752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178
1792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * .cvsignore: Reformat.
182        Add autom4te*cache.
183        Remove autom4te.cache.
184
1852002-08-21      Joel Sherrill <joel@OARcorp.com>
186
187        * wrapup/Makefile.am: PR217 required that the idle task be moved to
188        libcpu so it could be more acutely aware of the CPU model.  This
189        file was modified to pick up the idle task from there.
190
1912002-08-21      Joel Sherrill <joel@OARcorp.com>
192
193        * bsp_specs: Added support for -nostdlibs.
194
1952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
198        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
204
2052002-08-05      Joel Sherrill <joel@OARcorp.com>
206
207        * Per PR260 eliminate use of make-target-options.  This impacted
208        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
209        SuperCore and required that the m68k optimized memcpy be moved
210        to libcpu.
211        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
212
2132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: Eliminate PGM.
216        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
217
2182002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
221
2222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
225        Remove $(OBJS) from all-local.
226
2272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
230
2312001-05-09      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: In support of gcc 3.1, added one of more
234        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
235        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
236        and direction of segments to memory regions may also have been
237        addressed.  This was a sweep across all BSPs.
238 
2392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac:
242        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
243        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
244        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
253
2542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
257
2582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
261        * configure.in: Remove.
262        * configure.ac: New file, generated from configure.in by autoupdate.
263
2642001-09-27      Joel Sherrill <joel@OARcorp.com>
265
266        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
267
2682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
271
2722001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.in: Add bspopts.h.
275        * include/.cvsignore: Add bspopts.h*, stamp-h*.
276        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
277        * include/bsp.h: Include bspopts.h.
278
2792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
280
281        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
282
2832000-12-14      Joel Sherrill <joel@OARcorp.com>
284
285        * network/network.c: Removed unused variable warnings.
286
2872000-12-11      Joel Sherrill <joel@OARcorp.com>
288
289        * Makefile.am, configure.in, include/Makefile.am,
290        wrapup/Makefile.am: Updated to reflect addition of network driver
291        by  Franck Julien <FranckJ@cxr.fr>.
292        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
293        network/network.c: New file.
294
2952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
298
2992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
302
3032000-11-01      Joel Sherrill <joel@OARcorp.com>
304
305        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
306        libcsupport.h moved from libc to lib/include/rtems and
307        now must be referenced as <rtems/XXX.h>.   Header file order
308        was cleaned up while doing this.
309
3102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
313        Switch to GNU canonicalization.
314
3152000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
316
317        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
318
3192000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
320
321        * startup/linkcmds: Added lines so DWARF debug information
322        would be available.  Otherwise gdb complains that the offsets
323        for the debug info are incorrect and doesn't load the files.
324
3252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
328        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
329        compile.am
330
3312000-08-10      Joel Sherrill <joel@OARcorp.com>
332
333        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.