source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 3e53230

4.104.114.84.95
Last change on this file since 3e53230 was 3e53230, checked in by Joel Sherrill <joel.sherrill@…>, on 02/12/05 at 01:35:38

2005-02-11 Joel Sherrill <joel@…>

  • include/bsp.h: Correct type of symbols from linkcmds to compile with gcc 4.x.
  • Property mode set to 100644
File size: 12.2 KB
Line 
12005-02-11      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h: Correct type of symbols from linkcmds to compile with
4        gcc 4.x.
5
62005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
9
102005-01-04      Joel Sherrill <joel@OARcorp.com>
11
12        * console/console.c: Remove warnings.
13
142005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove build-variant support.
17
182004-11-25      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
21
222004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * configure.ac: Require automake > 1.9.
25
262004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        PR 610/bsps
29        * Makefile.am: Add include/tm27.h, Cosmetics.
30        * include/tm27.h: Final cosmetics.
31
322004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * include/bsp.h: Split out tmtest27 support.
35        * include/tm27.h: New.
36
372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        PR 613/bsps
40        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
41
422004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        PR 614/bsps
45        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
46
472004-04-19      Joel Sherrill <joel@OARcorp.com>
48
49        * start/start.S: DWARF on the m68k requires that all objects me a
50        multiple of a 16-bit word in length.
51
522004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
55        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
56
572004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
60        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
61        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
62        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
63
642004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
67        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
68        size types.
69
702004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect changes to bsp.am.
73        Preinstall dist_project_lib*.
74
752004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect changes to bsp.am.
78
792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
82
832004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Pickup files from ../../m68k/shared instead of
86        ../shared. Reformat.
87
882004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
91
922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Distribute start/startfor340only.S.
95
962004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
99        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
100        compilation rules.
101        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
102        timer/Makefile.am, wrapup/Makefile.am: Remove.
103        * configure.ac: Reflect changes above.
104
1052004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Add PREINSTALL_DIRS.
108        * wrapup/Makefile.am: Reflect changes to libcpu.
109
1102004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
113        * README: Fix minor typo.
114        * wrapup/Makefile.am: Reflect changes to libcpu.
115
1162004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
119        Add PRE/TMPINSTALL_FILES to CLEANFILES.
120        * startup/Makefile.am: Ditto.
121
1222004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * start/Makefile.am: Remove.
125        * Makefile.am: Merge-in start/Makefile.am.
126        * configure.ac: Reflect changes above.
127
1282004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * wrapup/Makefile.am: Eliminate $(LIB).
131        Use noinst_DATA to trigger building libbsp.a.
132
1332003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
136        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
137
1382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
141        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
142
1432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
146
1472003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * start/Makefile.am: Misc cleanups and fixes.
150        * startup/Makefile.am: Misc cleanups and fixes.
151        * wrapup/Makefile.am: Misc cleanups and fixes.
152
1532003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Add preinstallation dirstamp support.
156        * clock/Makefile.am: Cosmetics.
157        * console/Makefile.am: Cosmetics.
158        * startup/Makefile.am: Cosmetics.
159        * timer/Makefile.am: Cosmetics.
160        * wrapup/Makefile.am: Cosmetics.
161
1622003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * clock/Makefile.am: Remove all-local: $(ARCH).
165        * console/Makefile.am: Remove all-local: $(ARCH).
166        * start/Makefile.am: Remove all-local: $(ARCH).
167        * startup/Makefile.am: Remove all-local: $(ARCH).
168        * timer/Makefile.am: Remove all-local: $(ARCH).
169        * wrapup/Makefile.am: Remove all-local: $(ARCH).
170
1712003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Merge-in include/Makefile.am.
174        Reflect changes to bsp.am.
175        * include/Makefile.am: Remove.
176        * configure.ac: Reflect changes above.
177
1782003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * bsp_specs: Remove *lib:.
181
1822003-09-04      Joel Sherrill <joel@OARcorp.com>
183
184        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
185        console/m340uart.c, include/bsp.h, include/m340timer.h,
186        include/m340uart.h, start/start.S, start/startfor340only.S,
187        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
188        timer/timer.c: URL for license changed.
189
1902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect having moved aclocal/.
193
1942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Reflect having moved automake/.
197        * clock/Makefile.am: Reflect having moved automake/.
198        * console/Makefile.am: Reflect having moved automake/.
199        * include/Makefile.am: Reflect having moved automake/.
200        * start/Makefile.am: Reflect having moved automake/.
201        * startup/Makefile.am: Reflect having moved automake/.
202        * timer/Makefile.am: Reflect having moved automake/.
203        * wrapup/Makefile.am: Reflect having moved automake/.
204
2052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        PR 452/bsps
208        * startup/Makefile.am: Remove USE_INIT_FINI.
209
2102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
213
2142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        PR 445/bsps
217        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
218        Remove cpp, old_cpp (now unused).
219
2202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Remove AC_CONFIG_AUX_DIR.
223
2242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
227
2282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: AC_PREREQ(2.57).
231
2322003-01-20      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/linkcmds*: Add FreeBSD sysctl() sections.
235
2362002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243
2442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Use install-data-local to install startfile.
247
2482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251
2522002-11-04      Joel Sherrill <joel@OARcorp.com>
253
254        * console/console.c, console/m340uart.c: Removed warnings.
255
2562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * .cvsignore: Reformat.
259        Add autom4te*cache.
260        Remove autom4te.cache.
261
2622002-08-21      Joel Sherrill <joel@OARcorp.com>
263
264        * wrapup/Makefile.am: PR217 required that the idle task be moved to
265        libcpu so it could be more acutely aware of the CPU model.  This
266        file was modified to pick up the idle task from there.
267
2682002-08-21      Joel Sherrill <joel@OARcorp.com>
269
270        * bsp_specs: Added support for -nostdlibs.
271
2722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
280
2812002-08-05      Joel Sherrill <joel@OARcorp.com>
282
283        * Per PR260 eliminate use of make-target-options.  This impacted
284        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
285        SuperCore and required that the m68k optimized memcpy be moved
286        to libcpu.
287        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
288
2892002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: Eliminate PGM.
292        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
293
2942002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
297
2982002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
301        Remove $(OBJS) from all-local.
302
3032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
306
3072001-05-09      Joel Sherrill <joel@OARcorp.com>
308
309        * startup/linkcmds: In support of gcc 3.1, added one of more
310        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
311        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
312        and direction of segments to memory regions may also have been
313        addressed.  This was a sweep across all BSPs.
314 
3152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac:
318        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
319        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
320        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
328
3292001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
332
3332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
336        * configure.in: Remove.
337        * configure.ac: New file, generated from configure.in by autoupdate.
338
3392001-09-27      Joel Sherrill <joel@OARcorp.com>
340
341        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
342
3432001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
346
3472001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * include/Makefile.am: Fix typo in include_HEADERS.
350
3512001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.in: Add bspopts.h.
354        * include/.cvsignore: Add bspopts.h*, stamp-h*.
355        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
356        * include/bsp.h: Include bspopts.h.
357
3582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
359
360        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
361
3622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
365
3662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
369
3702000-11-01      Joel Sherrill <joel@OARcorp.com>
371
372        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
373        and libcsupport.h moved from libc to lib/include/rtems and
374        now must be referenced as <rtems/XXX.h>.   Header file order
375        was cleaned up while doing this.
376
3772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
380        Switch to GNU canonicalization.
381
3822000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
383
384        * startup/linkcmds: Added lines so DWARF debug information
385        would be available.  Otherwise gdb complains that the offsets
386        for the debug info are incorrect and doesn't load the files.
387
3882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
391        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
392        compile.am
393
3942000-08-10      Joel Sherrill <joel@OARcorp.com>
395
396        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.