source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 71c4d68

4.104.114.84.95
Last change on this file since 71c4d68 was 71c4d68, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 03:22:58

2007-04-12 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove qrtems_debug.
  • Property mode set to 100644
File size: 15.5 KB
Line 
12007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove qrtems_debug.
4
52007-04-02      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am, configure.ac: Add dummy printk support so all tests
8        link.
9
102006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: New BUG-REPORT address.
13
142006-11-15      Joel Sherrill <joel@OARcorp.com>
15
16        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
17        file and simplified initialization.
18
192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Remove superfluous -DASM.
22
232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.60. Require automake-1.10.
26
272006-02-08      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds: Add sections required by newer gcc versions.
30
312006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Add preinstall.am.
34
352006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Add preinstall.am.
38
392005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * include/bsp.h: New header guard.
42
432005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
46        * include/tod.h: Remove.
47
482005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
51
522005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Remove build-variant support.
55
562004-11-25      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
59
602004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * configure.ac: Require automake > 1.9.
63
642004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        PR 610/bsps
67        * Makefile.am: Add include/tm27.h, Cosmetics.
68        * include/tm27.h: Final cosmetics.
69
702004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * include/bsp.h: Split out tmtest27 support.
73        * include/tm27.h: New.
74
752004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        PR 613/bsps
78        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
79
802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        PR 614/bsps
83        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
84
852004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
88        instead of <zilog/z8036.h>.
89
902004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
93
942004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
97        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
98        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
99        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
100
1012004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
104        using c99 fixed size types.
105
1062004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect changes to bsp.am.
109        Preinstall dist_project_lib*.
110
1112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Reflect changes to bsp.am.
114
1152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
118
1192004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Pickup files from ../../m68k/shared instead of
122        ../shared. Reformat.
123
1242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Pick up ../mvme167/network/network.c.
127
1282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
131
1322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * README: Remove references to consolex.
135        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
136        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
137        tod/Makefile.am, wrapup/Makefile.am.
138        Use automake compilation rules.
139        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
140        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
141        wrapup/Makefile.am: Remove.
142        * configure.ac: Reflect changes above. 
143
1442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        PR 563/bsps
147        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
148        consolex/Makefile.am, consolex/README:
149        Remove (Abandoned).
150
1512004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add PREINSTALL_DIRS.
154        * consolex/Makefile.am: Add PREINSTALL_DIRS.
155        * wrapup/Makefile.am: Reflect changes to libcpu.
156
1572004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
160        * wrapup/Makefile.am: Reflect changes to libcpu.
161
1622004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
165        Add PRE/TMPINSTALL_FILES to CLEANFILES.
166        * consolex/Makefile.am: Ditto.
167        * startup/Makefile.am: Ditto.
168
1692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/.cvsignore: Remove.
172        * start/Makefile.am: Remove.
173        * Makefile.am: Merge-in start/Makefile.am.
174        * configure.ac: Reflect changes above.
175
1762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Eliminate $(LIB).
179        Use noinst_DATA to trigger building libbsp.a.
180
1812003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
184        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
185
1862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
189        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
190        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
191
1922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
195
1962003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Misc cleanups and fixes.
199        * start/Makefile.am: Misc cleanups and fixes.
200        * startup/Makefile.am: Misc cleanups and fixes.
201        * wrapup/Makefile.am: Misc cleanups and fixes.
202
2032003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Add preinstallation dirstamp support.
206        * clock/Makefile.am: Cosmetics.
207        * console/Makefile.am: Cosmetics.
208        * consolex/Makefile.am: Add preinstallation dirstamp support.
209        * network/Makefile.am: Cosmetics.
210        * startup/Makefile.am: Cosmetics.
211        * timer/Makefile.am: Cosmetics.
212        * tod/Makefile.am: Cosmetics.
213        * tools/Makefile.am: Cosmetics.
214        * wrapup/Makefile.am: Cosmetics.
215
2162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * clock/Makefile.am: Remove all-local: $(ARCH).
219        * console/Makefile.am: Remove all-local: $(ARCH).
220        * consolex/Makefile.am: Remove all-local: $(ARCH).
221        * network/Makefile.am: Remove all-local: $(ARCH).
222        * start/Makefile.am: Remove all-local: $(ARCH).
223        * startup/Makefile.am: Remove all-local: $(ARCH).
224        * timer/Makefile.am: Remove all-local: $(ARCH).
225        * tod/Makefile.am: Remove all-local: $(ARCH).
226        * wrapup/Makefile.am: Remove all-local: $(ARCH).
227
2282003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Correct path to mvme16x_hw.h.
231
2322003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Merge-in include/Makefile.am.
235        Reflect changes to bsp.am.
236        * include/Makefile.am: Remove.
237        * configure.ac: Reflect changes above.
238
2392003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * bsp_specs: Remove *lib:.
242
2432003-09-04      Joel Sherrill <joel@OARcorp.com>
244
245        * clock/ckinit.c, console/console.c, consolex/cTest.c,
246        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
247        include/coverhd.h, include/tod.h, startup/bspclean.c,
248        startup/bspstart.c, startup/linkcmds, timer/timer.c,
249        timer/timerisr.S, tod/tod.c: URL for license changed.
250
2512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Reflect having moved aclocal/.
254
2552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Reflect having moved automake/.
258        * clock/Makefile.am: Reflect having moved automake/.
259        * console/Makefile.am: Reflect having moved automake/.
260        * consolex/Makefile.am: Reflect having moved automake/.
261        * include/Makefile.am: Reflect having moved automake/.
262        * network/Makefile.am: Reflect having moved automake/.
263        * start/Makefile.am: Reflect having moved automake/.
264        * startup/Makefile.am: Reflect having moved automake/.
265        * timer/Makefile.am: Reflect having moved automake/.
266        * tod/Makefile.am: Reflect having moved automake/.
267        * wrapup/Makefile.am: Reflect having moved automake/.
268
2692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        PR 452/bsps
272        * startup/Makefile.am: Remove USE_INIT_FINI.
273
2742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
277
2782003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        PR 445/bsps
281        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
282        Remove cpp, old_cpp (now unused).
283
2842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Remove AC_CONFIG_AUX_DIR.
287
2882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
291
2922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: AC_PREREQ(2.57).
295
2962003-01-20      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds*: Add FreeBSD sysctl() sections.
299
3002002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310
3112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * start/Makefile.am: Use install-data-local to install startfile.
314
3152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
318
3192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
322        changes.
323
3242002-11-01      Joel Sherrill <joel@OARcorp.com>
325
326        * startup/page_table.c: Removed warnings.
327
328
3292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * .cvsignore: Reformat.
332        Add autom4te*cache.
333        Remove autom4te.cache.
334
3352002-08-21      Joel Sherrill <joel@OARcorp.com>
336
337        * wrapup/Makefile.am: PR217 required that the idle task be moved to
338        libcpu so it could be more acutely aware of the CPU model.  This
339        file was modified to pick up the idle task from there.
340
3412002-08-21      Joel Sherrill <joel@OARcorp.com>
342
343        * bsp_specs: Added support for -nostdlibs.
344
3452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
348        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
350        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
351        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
352        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
353        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
355        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
356        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
357
3582002-08-05      Joel Sherrill <joel@OARcorp.com>
359
360        * Per PR260 eliminate use of make-target-options.  This impacted
361        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
362        SuperCore and required that the m68k optimized memcpy be moved
363        to libcpu.
364        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
365
3662002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * start/Makefile.am: Eliminate PGM.
369        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
370
3712002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
374
3752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
378        Remove $(OBJS) from all-local.
379
3802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
383
3842001-05-28      Joel Sherrill <joel@OARcorp.com>
385
386        * ChangeLog: Corrected spacing.
387
3882001-05-28      Joel Sherrill <joel@OARcorp.com>
389
390        * Per PR31, moved mvme16x_hw.h to shared/mvme.
391        * include/Makefile.am: Modified to reflect movement.
392        * include/mvme16x_hw.h: Moved to shared/mvme.
393
3942001-05-09      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/linkcmds: In support of gcc 3.1, added one of more
397        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
398        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
399        and direction of segments to memory regions may also have been
400        addressed.  This was a sweep across all BSPs.
401 
4022002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
405
4062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac:
409        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
410        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
411        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
412        * Makefile.am: Remove AUTOMAKE_OPTIONS.
413        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
414        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
422
4232001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
426
4272001-10-29      Joel Sherrill <joel@OARcorp.com>
428
429        * startup/linkcmds: Remove explicit force of output format.
430
4312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
434        * configure.in: Remove.
435        * configure.ac: New file, generated from configure.in by autoupdate.
436
4372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
440
4412001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.in: Add bspopts.h.
444        * include/.cvsignore: Add bspopts.h*, stamp-h*.
445        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
446        * consolex/Makefile.am: Ditto.
447        * include/bsp.h: Include bspopts.h.
448
4492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
450
451        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
452
4532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
456
4572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
460
4612000-11-01      Joel Sherrill <joel@OARcorp.com>
462
463        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
464        and libcsupport.h moved from libc to lib/include/rtems and
465        now must be referenced as <rtems/XXX.h>.   Header file order
466        was cleaned up while doing this.
467
4682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
471        Switch to GNU canonicalization.
472
4732000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
474
475        * startup/linkcmds: Added lines so DWARF debug information
476        would be available.  Otherwise gdb complains that the offsets
477        for the debug info are incorrect and doesn't load the files.
478
4792000-09-14      Joel Sherrill <joel@OARcorp.com>
480
481        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
482        can check which BSP this is being used with.
483
4842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
487        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
488        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
489        compile.am
490
4912000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
492
493        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
494        a manner that should work for 162, 162lx, and 167.
495
4962000-08-10      Joel Sherrill <joel@OARcorp.com>
497
498        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.