source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 760486f7

4.104.114.84.95
Last change on this file since 760486f7 was 760486f7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/06 at 05:25:53

2006-01-11 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 14.6 KB
Line 
12006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Add preinstall.am.
4
52005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * include/bsp.h: New header guard.
8
92005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
12        * include/tod.h: Remove.
13
142005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
17
182005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Remove build-variant support.
21
222004-11-25      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
25
262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * configure.ac: Require automake > 1.9.
29
302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        PR 610/bsps
33        * Makefile.am: Add include/tm27.h, Cosmetics.
34        * include/tm27.h: Final cosmetics.
35
362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * include/bsp.h: Split out tmtest27 support.
39        * include/tm27.h: New.
40
412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 613/bsps
44        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
45
462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        PR 614/bsps
49        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
50
512004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
54        instead of <zilog/z8036.h>.
55
562004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
59
602004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
63        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
64        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
65        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
66
672004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
70        using c99 fixed size types.
71
722004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Reflect changes to bsp.am.
75        Preinstall dist_project_lib*.
76
772004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Reflect changes to bsp.am.
80
812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
84
852004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Pickup files from ../../m68k/shared instead of
88        ../shared. Reformat.
89
902004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Pick up ../mvme167/network/network.c.
93
942004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
97
982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * README: Remove references to consolex.
101        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
102        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
103        tod/Makefile.am, wrapup/Makefile.am.
104        Use automake compilation rules.
105        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
106        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
107        wrapup/Makefile.am: Remove.
108        * configure.ac: Reflect changes above. 
109
1102004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        PR 563/bsps
113        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
114        consolex/Makefile.am, consolex/README:
115        Remove (Abandoned).
116
1172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add PREINSTALL_DIRS.
120        * consolex/Makefile.am: Add PREINSTALL_DIRS.
121        * wrapup/Makefile.am: Reflect changes to libcpu.
122
1232004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
126        * wrapup/Makefile.am: Reflect changes to libcpu.
127
1282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
131        Add PRE/TMPINSTALL_FILES to CLEANFILES.
132        * consolex/Makefile.am: Ditto.
133        * startup/Makefile.am: Ditto.
134
1352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/.cvsignore: Remove.
138        * start/Makefile.am: Remove.
139        * Makefile.am: Merge-in start/Makefile.am.
140        * configure.ac: Reflect changes above.
141
1422004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Eliminate $(LIB).
145        Use noinst_DATA to trigger building libbsp.a.
146
1472003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
150        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
151
1522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
155        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
156        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
157
1582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
161
1622003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Misc cleanups and fixes.
165        * start/Makefile.am: Misc cleanups and fixes.
166        * startup/Makefile.am: Misc cleanups and fixes.
167        * wrapup/Makefile.am: Misc cleanups and fixes.
168
1692003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Add preinstallation dirstamp support.
172        * clock/Makefile.am: Cosmetics.
173        * console/Makefile.am: Cosmetics.
174        * consolex/Makefile.am: Add preinstallation dirstamp support.
175        * network/Makefile.am: Cosmetics.
176        * startup/Makefile.am: Cosmetics.
177        * timer/Makefile.am: Cosmetics.
178        * tod/Makefile.am: Cosmetics.
179        * tools/Makefile.am: Cosmetics.
180        * wrapup/Makefile.am: Cosmetics.
181
1822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * clock/Makefile.am: Remove all-local: $(ARCH).
185        * console/Makefile.am: Remove all-local: $(ARCH).
186        * consolex/Makefile.am: Remove all-local: $(ARCH).
187        * network/Makefile.am: Remove all-local: $(ARCH).
188        * start/Makefile.am: Remove all-local: $(ARCH).
189        * startup/Makefile.am: Remove all-local: $(ARCH).
190        * timer/Makefile.am: Remove all-local: $(ARCH).
191        * tod/Makefile.am: Remove all-local: $(ARCH).
192        * wrapup/Makefile.am: Remove all-local: $(ARCH).
193
1942003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Correct path to mvme16x_hw.h.
197
1982003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Merge-in include/Makefile.am.
201        Reflect changes to bsp.am.
202        * include/Makefile.am: Remove.
203        * configure.ac: Reflect changes above.
204
2052003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * bsp_specs: Remove *lib:.
208
2092003-09-04      Joel Sherrill <joel@OARcorp.com>
210
211        * clock/ckinit.c, console/console.c, consolex/cTest.c,
212        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
213        include/coverhd.h, include/tod.h, startup/bspclean.c,
214        startup/bspstart.c, startup/linkcmds, timer/timer.c,
215        timer/timerisr.S, tod/tod.c: URL for license changed.
216
2172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Reflect having moved aclocal/.
220
2212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Reflect having moved automake/.
224        * clock/Makefile.am: Reflect having moved automake/.
225        * console/Makefile.am: Reflect having moved automake/.
226        * consolex/Makefile.am: Reflect having moved automake/.
227        * include/Makefile.am: Reflect having moved automake/.
228        * network/Makefile.am: Reflect having moved automake/.
229        * start/Makefile.am: Reflect having moved automake/.
230        * startup/Makefile.am: Reflect having moved automake/.
231        * timer/Makefile.am: Reflect having moved automake/.
232        * tod/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-20      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        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276
2772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: Use install-data-local to install startfile.
280
2812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284
2852002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
288        changes.
289
2902002-11-01      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/page_table.c: Removed warnings.
293
294
2952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * .cvsignore: Reformat.
298        Add autom4te*cache.
299        Remove autom4te.cache.
300
3012002-08-21      Joel Sherrill <joel@OARcorp.com>
302
303        * wrapup/Makefile.am: PR217 required that the idle task be moved to
304        libcpu so it could be more acutely aware of the CPU model.  This
305        file was modified to pick up the idle task from there.
306
3072002-08-21      Joel Sherrill <joel@OARcorp.com>
308
309        * bsp_specs: Added support for -nostdlibs.
310
3112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
323
3242002-08-05      Joel Sherrill <joel@OARcorp.com>
325
326        * Per PR260 eliminate use of make-target-options.  This impacted
327        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
328        SuperCore and required that the m68k optimized memcpy be moved
329        to libcpu.
330        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
331
3322002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * start/Makefile.am: Eliminate PGM.
335        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
336
3372002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
340
3412002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
344        Remove $(OBJS) from all-local.
345
3462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
349
3502001-05-28      Joel Sherrill <joel@OARcorp.com>
351
352        * ChangeLog: Corrected spacing.
353
3542001-05-28      Joel Sherrill <joel@OARcorp.com>
355
356        * Per PR31, moved mvme16x_hw.h to shared/mvme.
357        * include/Makefile.am: Modified to reflect movement.
358        * include/mvme16x_hw.h: Moved to shared/mvme.
359
3602001-05-09      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/linkcmds: In support of gcc 3.1, added one of more
363        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
364        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
365        and direction of segments to memory regions may also have been
366        addressed.  This was a sweep across all BSPs.
367 
3682002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
371
3722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac:
375        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
376        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
377        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
388
3892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
392
3932001-10-29      Joel Sherrill <joel@OARcorp.com>
394
395        * startup/linkcmds: Remove explicit force of output format.
396
3972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
400        * configure.in: Remove.
401        * configure.ac: New file, generated from configure.in by autoupdate.
402
4032001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
406
4072001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.in: Add bspopts.h.
410        * include/.cvsignore: Add bspopts.h*, stamp-h*.
411        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
412        * consolex/Makefile.am: Ditto.
413        * include/bsp.h: Include bspopts.h.
414
4152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
416
417        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
418
4192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
422
4232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
426
4272000-11-01      Joel Sherrill <joel@OARcorp.com>
428
429        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
430        and libcsupport.h moved from libc to lib/include/rtems and
431        now must be referenced as <rtems/XXX.h>.   Header file order
432        was cleaned up while doing this.
433
4342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
437        Switch to GNU canonicalization.
438
4392000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
440
441        * startup/linkcmds: Added lines so DWARF debug information
442        would be available.  Otherwise gdb complains that the offsets
443        for the debug info are incorrect and doesn't load the files.
444
4452000-09-14      Joel Sherrill <joel@OARcorp.com>
446
447        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
448        can check which BSP this is being used with.
449
4502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
453        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
454        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
455        compile.am
456
4572000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
458
459        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
460        a manner that should work for 162, 162lx, and 167.
461
4622000-08-10      Joel Sherrill <joel@OARcorp.com>
463
464        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.