source: rtems/c/src/lib/libbsp/m68k/mvme167/ChangeLog @ 754610f

4.104.114.84.95
Last change on this file since 754610f was 754610f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 06:21:56

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.60. Require automake-1.10.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.60. Require automake-1.10.
4
52006-02-08      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add sections required by newer gcc versions.
8
92006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add preinstall.am.
12
132006-01-08      Joel Sherrill <joel@OARcorp.com>
14
15        * network/network.c: Remove warnings.
16
172005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * include/bsp.h: New header guard.
20
212005-04-26      Joel Sherrill <joel@OARcorp.com>
22
23        * network/network.c: Change int to rtems_id to eliminate warning.
24
252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
28
292005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Remove build-variant support.
32
332004-11-25      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
36
372004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * configure.ac: Require automake > 1.9.
40
412004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 610/bsps
44        * Makefile.am: Add include/tm27.h, Cosmetics.
45        * include/tm27.h: Final cosmetics.
46
472004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * include/bsp.h: Split out tmtest27 support.
50        * include/tm27.h: New.
51
522004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        PR 613/bsps
55        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
56
572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 614/bsps
60        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
61
622004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
65
662004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
69        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
70        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
71
722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * clock/ckinit.c, console/console-recording.h, console/console.c,
75        fatal/bspfatal.c, include/fatal.h, network/network.c,
76        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
77        using c99 fixed size types.
78
792004-03-05      Joel Sherrill <joel@OARcorp.com>
80
81        * network/network.c: Remove warnings for unused routines left from
82        original code.
83
842004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reflect changes to bsp.am.
87        Preinstall dist_project_lib*.
88
892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Reflect changes to bsp.am.
92
932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
96
972004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Pickup files from ../../m68k/shared instead of
100        ../shared. Reformat.
101
1022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
105
1062004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
109        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
110        timer/Makefile.am, wrapup/Makefile.am.
111        Use automake compilation rules.
112        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
113        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
114        wrapup/Makefile.am: Remove.
115        * configure.ac: Reflect changes above.
116
1172004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * console/console-recording.c: Remove (rename to console-recording.h).
120        * console/console-recording.h: New.
121
1222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Add PREINSTALL_DIRS.
125        * wrapup/Makefile.am: Reflect changes to libcpu.
126
1272004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Reflect changes to libcpu.
130
1312004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
134        Add PRE/TMPINSTALL_FILES to CLEANFILES.
135        * startup/Makefile.am: Ditto.
136
1372004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/Makefile.am: Remove.
140        * Makefile.am: Merge-in start/Makefile.am.
141        * configure.ac: Reflect changes above.
142
1432004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * wrapup/Makefile.am: Eliminate $(LIB).
146        Use noinst_DATA to trigger building libbsp.a.
147
1482003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
151        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
152
1532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
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        * fatal/Makefile.am: Cosmetics.
175        * network/Makefile.am: Cosmetics.
176        * startup/Makefile.am: Cosmetics.
177        * timer/Makefile.am: Cosmetics.
178        * wrapup/Makefile.am: Cosmetics.
179
1802003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am: Remove all-local: $(ARCH).
183        * console/Makefile.am: Remove all-local: $(ARCH).
184        * fatal/Makefile.am: Remove all-local: $(ARCH).
185        * network/Makefile.am: Remove all-local: $(ARCH).
186        * start/Makefile.am: Remove all-local: $(ARCH).
187        * startup/Makefile.am: Remove all-local: $(ARCH).
188        * timer/Makefile.am: Remove all-local: $(ARCH).
189        * wrapup/Makefile.am: Remove all-local: $(ARCH).
190
1912003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Merge-in include/Makefile.am.
194        Reflect changes to bsp.am.
195        * include/Makefile.am: Remove.
196        * configure.ac: Reflect changes above.
197
1982003-09-04      Joel Sherrill <joel@OARcorp.com>
199
200        * clock/ckinit.c, console/console-recording.c, console/console.c,
201        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
202        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
203        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
204        changed.
205
2062003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
209        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
210        Remove BSP_CPPFLAGS.
211
2122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Reflect having moved aclocal/.
215
2162003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect having moved automake/.
219        * clock/Makefile.am: Reflect having moved automake/.
220        * console/Makefile.am: Reflect having moved automake/.
221        * fatal/Makefile.am: Reflect having moved automake/.
222        * include/Makefile.am: Reflect having moved automake/.
223        * network/Makefile.am: Reflect having moved automake/.
224        * start/Makefile.am: Reflect having moved automake/.
225        * startup/Makefile.am: Reflect having moved automake/.
226        * timer/Makefile.am: Reflect having moved automake/.
227        * wrapup/Makefile.am: Reflect having moved automake/.
228
2292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        PR 452/bsps
232        * startup/Makefile.am: Remove USE_INIT_FINI.
233
2342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
237
2382003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        PR 445/bsps
241        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
242        Remove cpp, old_cpp (now unused).
243
2442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Remove AC_CONFIG_AUX_DIR.
247
2482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
251
2522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: AC_PREREQ(2.57).
255
2562003-01-20      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/linkcmds*: Add FreeBSD sysctl() sections.
259
2602002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * console/Makefile.am: Eliminate C_O_FILES.
264        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269
2702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * start/Makefile.am: Use install-data-local to install startfile.
273
2742002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277
2782002-11-04      Joel Sherrill <joel@OARcorp.com>
279
280        * console/console.c: Removed warnings.
281
2822002-11-01      Joel Sherrill <joel@OARcorp.com>
283
284        * network/network.c, startup/bspclean.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        * bsp_specs: Added support for -nostdlibs.
295
2962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
306
3072002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/Makefile.am: Eliminate PGM.
310        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
311
3122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
315
3162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
319        Remove $(OBJS) from all-local.
320
3212002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
324
3252001-05-28      Joel Sherrill <joel@OARcorp.com>
326
327        * Per PR31, moved mvme16x_hw.h to shared/mvme.
328        * include/Makefile.am: Modified to reflect movement.
329
3302001-05-09      Joel Sherrill <joel@OARcorp.com>
331
332        * startup/linkcmds: In support of gcc 3.1, added one of more
333        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
334        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
335        and direction of segments to memory regions may also have been
336        addressed.  This was a sweep across all BSPs.
337 
3382002-05-01      Eric Norum <eric.norum@usask.ca>
339
340        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
341        startup/page_table.c: Per PR200 fix multi-line inline assembly
342        to satisfy gcc 3.1 and newer.
343
3442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac:
347        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
348        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
349        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
359
3602002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
363
3642001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
367        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
368        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
369        Add AC_DEFINE_UNQUOTED([mvme167]).
370
3712001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
374
3752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
378        * configure.in: Remove.
379        * configure.ac: New file, generated from configure.in by autoupdate.
380
3812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * include/Makefile.am: Use 'CLEANFILES ='.
384        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
385
3862001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.in: Add bspopts.h.
389        * include/.cvsignore: Add bspopts.h*, stamp-h*.
390        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
391        * include/bsp.h: Include bspopts.h.
392
3932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
394
395        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
396
3972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
400
4012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
404
4052000-11-01      Joel Sherrill <joel@OARcorp.com>
406
407        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
408        and libcsupport.h moved from libc to lib/include/rtems and
409        now must be referenced as <rtems/XXX.h>.   Header file order
410        was cleaned up while doing this.
411
4122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
415        Switch to GNU canonicalization.
416
4172000-09-12      Joel Sherrill <joel@OARcorp.com>
418
419        * network/network.c (uti596_attach): Adjust cpp directives
420        and conditional braces so all cases compile.
421
4222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
425        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
426        wrapup/Makefile.am, network/Makefile.am: Include compile.am
427
4282000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
429
430        * console.c(_BSP_output_char): Output CR after LF for printk.
431
4322000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
433
434        * README: Updated
435        * console/console.c: Fix polled input.
436        Add support for shared printk.
437        Add support for more flexible polled I/O with and without termios.
438        I/O mode and console is selectable either from NVRAM or from
439        mvme167.cfg.  Clean up comments.
440
4412000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
442
443        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
444        * include/bsp.h: Reorganize NVRAM parameters.
445        Add support for shared printk.
446        * times: These are the times for the MVME167, not the MBX860-002.
447
4482000-08-11  John Cotton  <john.cotton@nrc.ca>
449
450        * network/network.c: Fix NVRAM configuration parameter
451        handling from previous revision.
452        Check J1-4,  restructure NVRAM parameter handling.
453
4542000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
455
456        * network/network.c: Cleanup of network driver to reduce warnings.
457        Addition of second parameter to uti596_attach.
458
4592000-08-10      Joel Sherrill <joel@OARcorp.com>
460
461        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.