source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 9d7508e

Last change on this file since 9d7508e was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 15.1 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
92006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require automake-1.10. Require autoconf-2.60.
12
132006-02-08      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add sections required by newer gcc versions.
16
172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Add preinstall.am.
20
212006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Add preinstall.am.
24
252005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * include/bsp.h: New header guard.
28
292005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
32        * include/tod.h: Remove.
33
342005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
37
382005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Remove build-variant support.
41
422004-11-25      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
45
462004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * configure.ac: Require automake > 1.9.
49
502004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        PR 610/bsps
53        * Makefile.am: Add include/tm27.h, Cosmetics.
54        * include/tm27.h: Final cosmetics.
55
562004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * include/bsp.h: Split out tmtest27 support.
59        * include/tm27.h: New.
60
612004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        PR 613/bsps
64        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
65
662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        PR 614/bsps
69        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
70
712004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
74        instead of <zilog/z8036.h>.
75
762004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
79
802004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
83        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
84        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
85        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
86
872004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
90        using c99 fixed size types.
91
922004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Reflect changes to bsp.am.
95        Preinstall dist_project_lib*.
96
972004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Reflect changes to bsp.am.
100
1012004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
104
1052004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Pickup files from ../../m68k/shared instead of
108        ../shared. Reformat.
109
1102004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Pick up ../mvme167/network/network.c.
113
1142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
117
1182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * README: Remove references to consolex.
121        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
122        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
123        tod/Makefile.am, wrapup/Makefile.am.
124        Use automake compilation rules.
125        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
126        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
127        wrapup/Makefile.am: Remove.
128        * configure.ac: Reflect changes above. 
129
1302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        PR 563/bsps
133        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
134        consolex/Makefile.am, consolex/README:
135        Remove (Abandoned).
136
1372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Add PREINSTALL_DIRS.
140        * consolex/Makefile.am: Add PREINSTALL_DIRS.
141        * wrapup/Makefile.am: Reflect changes to libcpu.
142
1432004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
146        * wrapup/Makefile.am: Reflect changes to libcpu.
147
1482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
151        Add PRE/TMPINSTALL_FILES to CLEANFILES.
152        * consolex/Makefile.am: Ditto.
153        * startup/Makefile.am: Ditto.
154
1552004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/.cvsignore: Remove.
158        * start/Makefile.am: Remove.
159        * Makefile.am: Merge-in start/Makefile.am.
160        * configure.ac: Reflect changes above.
161
1622004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * wrapup/Makefile.am: Eliminate $(LIB).
165        Use noinst_DATA to trigger building libbsp.a.
166
1672003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
170        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
171
1722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
175        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
176        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
177
1782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
181
1822003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Misc cleanups and fixes.
185        * start/Makefile.am: Misc cleanups and fixes.
186        * startup/Makefile.am: Misc cleanups and fixes.
187        * wrapup/Makefile.am: Misc cleanups and fixes.
188
1892003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Add preinstallation dirstamp support.
192        * clock/Makefile.am: Cosmetics.
193        * console/Makefile.am: Cosmetics.
194        * consolex/Makefile.am: Add preinstallation dirstamp support.
195        * network/Makefile.am: Cosmetics.
196        * startup/Makefile.am: Cosmetics.
197        * timer/Makefile.am: Cosmetics.
198        * tod/Makefile.am: Cosmetics.
199        * tools/Makefile.am: Cosmetics.
200        * wrapup/Makefile.am: Cosmetics.
201
2022003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * clock/Makefile.am: Remove all-local: $(ARCH).
205        * console/Makefile.am: Remove all-local: $(ARCH).
206        * consolex/Makefile.am: Remove all-local: $(ARCH).
207        * network/Makefile.am: Remove all-local: $(ARCH).
208        * start/Makefile.am: Remove all-local: $(ARCH).
209        * startup/Makefile.am: Remove all-local: $(ARCH).
210        * timer/Makefile.am: Remove all-local: $(ARCH).
211        * tod/Makefile.am: Remove all-local: $(ARCH).
212        * wrapup/Makefile.am: Remove all-local: $(ARCH).
213
2142003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Correct path to mvme16x_hw.h.
217
2182003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Merge-in include/Makefile.am.
221        Reflect changes to bsp.am.
222        * include/Makefile.am: Remove.
223        * configure.ac: Reflect changes above.
224
2252003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * bsp_specs: Remove *lib:.
228
2292003-09-04      Joel Sherrill <joel@OARcorp.com>
230
231        * clock/ckinit.c, console/console.c, consolex/cTest.c,
232        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
233        include/coverhd.h, include/tod.h, startup/bspclean.c,
234        startup/bspstart.c, startup/linkcmds, timer/timer.c,
235        timer/timerisr.S, tod/tod.c: URL for license changed.
236
2372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Reflect having moved aclocal/.
240
2412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Reflect having moved automake/.
244        * clock/Makefile.am: Reflect having moved automake/.
245        * console/Makefile.am: Reflect having moved automake/.
246        * consolex/Makefile.am: Reflect having moved automake/.
247        * include/Makefile.am: Reflect having moved automake/.
248        * network/Makefile.am: Reflect having moved automake/.
249        * start/Makefile.am: Reflect having moved automake/.
250        * startup/Makefile.am: Reflect having moved automake/.
251        * timer/Makefile.am: Reflect having moved automake/.
252        * tod/Makefile.am: Reflect having moved automake/.
253        * wrapup/Makefile.am: Reflect having moved automake/.
254
2552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        PR 452/bsps
258        * startup/Makefile.am: Remove USE_INIT_FINI.
259
2602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
263
2642003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        PR 445/bsps
267        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
268        Remove cpp, old_cpp (now unused).
269
2702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Remove AC_CONFIG_AUX_DIR.
273
2742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
277
2782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: AC_PREREQ(2.57).
281
2822003-01-20      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/linkcmds*: Add FreeBSD sysctl() sections.
285
2862002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
296
2972002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * start/Makefile.am: Use install-data-local to install startfile.
300
3012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304
3052002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
308        changes.
309
3102002-11-01      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/page_table.c: Removed warnings.
313
314
3152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Reformat.
318        Add autom4te*cache.
319        Remove autom4te.cache.
320
3212002-08-21      Joel Sherrill <joel@OARcorp.com>
322
323        * wrapup/Makefile.am: PR217 required that the idle task be moved to
324        libcpu so it could be more acutely aware of the CPU model.  This
325        file was modified to pick up the idle task from there.
326
3272002-08-21      Joel Sherrill <joel@OARcorp.com>
328
329        * bsp_specs: Added support for -nostdlibs.
330
3312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
339        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
340        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
341        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
342        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
343
3442002-08-05      Joel Sherrill <joel@OARcorp.com>
345
346        * Per PR260 eliminate use of make-target-options.  This impacted
347        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
348        SuperCore and required that the m68k optimized memcpy be moved
349        to libcpu.
350        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
351
3522002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * start/Makefile.am: Eliminate PGM.
355        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
356
3572002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
360
3612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
364        Remove $(OBJS) from all-local.
365
3662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
369
3702001-05-28      Joel Sherrill <joel@OARcorp.com>
371
372        * ChangeLog: Corrected spacing.
373
3742001-05-28      Joel Sherrill <joel@OARcorp.com>
375
376        * Per PR31, moved mvme16x_hw.h to shared/mvme.
377        * include/Makefile.am: Modified to reflect movement.
378        * include/mvme16x_hw.h: Moved to shared/mvme.
379
3802001-05-09      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds: In support of gcc 3.1, added one of more
383        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
384        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
385        and direction of segments to memory regions may also have been
386        addressed.  This was a sweep across all BSPs.
387 
3882002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
391
3922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac:
395        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
396        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
397        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
406        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
407        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
408
4092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
412
4132001-10-29      Joel Sherrill <joel@OARcorp.com>
414
415        * startup/linkcmds: Remove explicit force of output format.
416
4172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
420        * configure.in: Remove.
421        * configure.ac: New file, generated from configure.in by autoupdate.
422
4232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
426
4272001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.in: Add bspopts.h.
430        * include/.cvsignore: Add bspopts.h*, stamp-h*.
431        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
432        * consolex/Makefile.am: Ditto.
433        * include/bsp.h: Include bspopts.h.
434
4352001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
436
437        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
438
4392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
442
4432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
446
4472000-11-01      Joel Sherrill <joel@OARcorp.com>
448
449        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
450        and libcsupport.h moved from libc to lib/include/rtems and
451        now must be referenced as <rtems/XXX.h>.   Header file order
452        was cleaned up while doing this.
453
4542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
457        Switch to GNU canonicalization.
458
4592000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
460
461        * startup/linkcmds: Added lines so DWARF debug information
462        would be available.  Otherwise gdb complains that the offsets
463        for the debug info are incorrect and doesn't load the files.
464
4652000-09-14      Joel Sherrill <joel@OARcorp.com>
466
467        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
468        can check which BSP this is being used with.
469
4702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
473        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
474        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
475        compile.am
476
4772000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
478
479        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
480        a manner that should work for 162, 162lx, and 167.
481
4822000-08-10      Joel Sherrill <joel@OARcorp.com>
483
484        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.