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

4.104.114.84.95
Last change on this file since aa4369c was aa4369c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/06 at 15:24:01

2006-11-15 Joel Sherrill <joel@…>

  • Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
  • Property mode set to 100644
File size: 13.0 KB
Line 
12006-11-15      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
4        file and simplified initialization.
5
62006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove superfluous -DASM.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.60. Require automake-1.10.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * include/m68349.inc, start/start.S, startup/dumpanic.c:
17        Convert to utf-8.
18
192006-02-08      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds: Add sections required by newer gcc versions.
22
232006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Add preinstall.am.
26
272005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * include/bsp.h: New header guard.
30
312005-02-11      Joel Sherrill <joel@OARcorp.com>
32
33        * include/bsp.h: Correct type of symbols from linkcmds to compile with
34        gcc 4.x.
35
362005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
39
402005-01-04      Joel Sherrill <joel@OARcorp.com>
41
42        * console/console.c: Remove warnings.
43
442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Remove build-variant support.
47
482004-11-25      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
51
522004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * configure.ac: Require automake > 1.9.
55
562004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        PR 610/bsps
59        * Makefile.am: Add include/tm27.h, Cosmetics.
60        * include/tm27.h: Final cosmetics.
61
622004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * include/bsp.h: Split out tmtest27 support.
65        * include/tm27.h: New.
66
672004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        PR 613/bsps
70        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
71
722004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        PR 614/bsps
75        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
76
772004-04-19      Joel Sherrill <joel@OARcorp.com>
78
79        * start/start.S: DWARF on the m68k requires that all objects me a
80        multiple of a 16-bit word in length.
81
822004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
85        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
86
872004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
90        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
91        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
92        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
93
942004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
97        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
98        size types.
99
1002004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Reflect changes to bsp.am.
103        Preinstall dist_project_lib*.
104
1052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect changes to bsp.am.
108
1092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
112
1132004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Pickup files from ../../m68k/shared instead of
116        ../shared. Reformat.
117
1182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
121
1222004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Distribute start/startfor340only.S.
125
1262004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
129        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
130        compilation rules.
131        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
132        timer/Makefile.am, wrapup/Makefile.am: Remove.
133        * configure.ac: Reflect changes above.
134
1352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Add PREINSTALL_DIRS.
138        * wrapup/Makefile.am: Reflect changes to libcpu.
139
1402004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
143        * README: Fix minor typo.
144        * wrapup/Makefile.am: Reflect changes to libcpu.
145
1462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
149        Add PRE/TMPINSTALL_FILES to CLEANFILES.
150        * startup/Makefile.am: Ditto.
151
1522004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: Remove.
155        * Makefile.am: Merge-in start/Makefile.am.
156        * configure.ac: Reflect changes above.
157
1582004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Eliminate $(LIB).
161        Use noinst_DATA to trigger building libbsp.a.
162
1632003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
166        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
167
1682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
171        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
172
1732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
176
1772003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * start/Makefile.am: Misc cleanups and fixes.
180        * startup/Makefile.am: Misc cleanups and fixes.
181        * wrapup/Makefile.am: Misc cleanups and fixes.
182
1832003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Add preinstallation dirstamp support.
186        * clock/Makefile.am: Cosmetics.
187        * console/Makefile.am: Cosmetics.
188        * startup/Makefile.am: Cosmetics.
189        * timer/Makefile.am: Cosmetics.
190        * wrapup/Makefile.am: Cosmetics.
191
1922003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * clock/Makefile.am: Remove all-local: $(ARCH).
195        * console/Makefile.am: Remove all-local: $(ARCH).
196        * start/Makefile.am: Remove all-local: $(ARCH).
197        * startup/Makefile.am: Remove all-local: $(ARCH).
198        * timer/Makefile.am: Remove all-local: $(ARCH).
199        * wrapup/Makefile.am: Remove all-local: $(ARCH).
200
2012003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Merge-in include/Makefile.am.
204        Reflect changes to bsp.am.
205        * include/Makefile.am: Remove.
206        * configure.ac: Reflect changes above.
207
2082003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * bsp_specs: Remove *lib:.
211
2122003-09-04      Joel Sherrill <joel@OARcorp.com>
213
214        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
215        console/m340uart.c, include/bsp.h, include/m340timer.h,
216        include/m340uart.h, start/start.S, start/startfor340only.S,
217        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
218        timer/timer.c: URL for license changed.
219
2202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Reflect having moved aclocal/.
223
2242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Reflect having moved automake/.
227        * clock/Makefile.am: Reflect having moved automake/.
228        * console/Makefile.am: Reflect having moved automake/.
229        * include/Makefile.am: Reflect having moved automake/.
230        * start/Makefile.am: Reflect having moved automake/.
231        * startup/Makefile.am: Reflect having moved automake/.
232        * timer/Makefile.am: Reflect having moved automake/.
233        * wrapup/Makefile.am: Reflect having moved automake/.
234
2352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        PR 452/bsps
238        * startup/Makefile.am: Remove USE_INIT_FINI.
239
2402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
243
2442003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        PR 445/bsps
247        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
248        Remove cpp, old_cpp (now unused).
249
2502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Remove AC_CONFIG_AUX_DIR.
253
2542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
257
2582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: AC_PREREQ(2.57).
261
2622003-01-20      Joel Sherrill <joel@OARcorp.com>
263
264        * startup/linkcmds*: Add FreeBSD sysctl() sections.
265
2662002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273
2742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * start/Makefile.am: Use install-data-local to install startfile.
277
2782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281
2822002-11-04      Joel Sherrill <joel@OARcorp.com>
283
284        * console/console.c, console/m340uart.c: Removed warnings.
285
2862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * .cvsignore: Reformat.
289        Add autom4te*cache.
290        Remove autom4te.cache.
291
2922002-08-21      Joel Sherrill <joel@OARcorp.com>
293
294        * wrapup/Makefile.am: PR217 required that the idle task be moved to
295        libcpu so it could be more acutely aware of the CPU model.  This
296        file was modified to pick up the idle task from there.
297
2982002-08-21      Joel Sherrill <joel@OARcorp.com>
299
300        * bsp_specs: Added support for -nostdlibs.
301
3022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
310
3112002-08-05      Joel Sherrill <joel@OARcorp.com>
312
313        * Per PR260 eliminate use of make-target-options.  This impacted
314        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
315        SuperCore and required that the m68k optimized memcpy be moved
316        to libcpu.
317        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
318
3192002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: Eliminate PGM.
322        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
323
3242002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
327
3282002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
331        Remove $(OBJS) from all-local.
332
3332002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
336
3372001-05-09      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/linkcmds: In support of gcc 3.1, added one of more
340        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
341        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
342        and direction of segments to memory regions may also have been
343        addressed.  This was a sweep across all BSPs.
344 
3452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac:
348        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
349        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
350        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
358
3592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
362
3632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
366        * configure.in: Remove.
367        * configure.ac: New file, generated from configure.in by autoupdate.
368
3692001-09-27      Joel Sherrill <joel@OARcorp.com>
370
371        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
372
3732001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
376
3772001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * include/Makefile.am: Fix typo in include_HEADERS.
380
3812001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.in: Add bspopts.h.
384        * include/.cvsignore: Add bspopts.h*, stamp-h*.
385        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
386        * include/bsp.h: Include bspopts.h.
387
3882001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
389
390        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
391
3922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
395
3962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
399
4002000-11-01      Joel Sherrill <joel@OARcorp.com>
401
402        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
403        and libcsupport.h moved from libc to lib/include/rtems and
404        now must be referenced as <rtems/XXX.h>.   Header file order
405        was cleaned up while doing this.
406
4072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
410        Switch to GNU canonicalization.
411
4122000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
413
414        * startup/linkcmds: Added lines so DWARF debug information
415        would be available.  Otherwise gdb complains that the offsets
416        for the debug info are incorrect and doesn't load the files.
417
4182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
421        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
422        compile.am
423
4242000-08-10      Joel Sherrill <joel@OARcorp.com>
425
426        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.