source: rtems/c/src/lib/libbsp/m68k/mvme167/ChangeLog @ 80d4330

4.104.114.84.95
Last change on this file since 80d4330 was 80d4330, checked in by Joel Sherrill <joel.sherrill@…>, on 01/08/06 at 18:07:33

2006-01-08 Joel Sherrill <joel@…>

  • network/network.c: Remove warnings.
  • Property mode set to 100644
File size: 14.1 KB
Line 
12006-01-08      Joel Sherrill <joel@OARcorp.com>
2
3        * network/network.c: Remove warnings.
4
52005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * include/bsp.h: New header guard.
8
92005-04-26      Joel Sherrill <joel@OARcorp.com>
10
11        * network/network.c: Change int to rtems_id to eliminate warning.
12
132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
16
172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Remove build-variant support.
20
212004-11-25      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
24
252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * configure.ac: Require automake > 1.9.
28
292004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 610/bsps
32        * Makefile.am: Add include/tm27.h, Cosmetics.
33        * include/tm27.h: Final cosmetics.
34
352004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * include/bsp.h: Split out tmtest27 support.
38        * include/tm27.h: New.
39
402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        PR 613/bsps
43        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
44
452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        PR 614/bsps
48        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
49
502004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
53
542004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
57        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
58        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
59
602004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * clock/ckinit.c, console/console-recording.h, console/console.c,
63        fatal/bspfatal.c, include/fatal.h, network/network.c,
64        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
65        using c99 fixed size types.
66
672004-03-05      Joel Sherrill <joel@OARcorp.com>
68
69        * network/network.c: Remove warnings for unused routines left from
70        original code.
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-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
93
942004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
97        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
98        timer/Makefile.am, wrapup/Makefile.am.
99        Use automake compilation rules.
100        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
101        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
102        wrapup/Makefile.am: Remove.
103        * configure.ac: Reflect changes above.
104
1052004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * console/console-recording.c: Remove (rename to console-recording.h).
108        * console/console-recording.h: New.
109
1102004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Add PREINSTALL_DIRS.
113        * wrapup/Makefile.am: Reflect changes to libcpu.
114
1152004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Reflect changes to libcpu.
118
1192004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
122        Add PRE/TMPINSTALL_FILES to CLEANFILES.
123        * startup/Makefile.am: Ditto.
124
1252004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Remove.
128        * Makefile.am: Merge-in start/Makefile.am.
129        * configure.ac: Reflect changes above.
130
1312004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Eliminate $(LIB).
134        Use noinst_DATA to trigger building libbsp.a.
135
1362003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
139        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
140
1412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
144        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
145
1462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
149
1502003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Misc cleanups and fixes.
153        * start/Makefile.am: Misc cleanups and fixes.
154        * startup/Makefile.am: Misc cleanups and fixes.
155        * wrapup/Makefile.am: Misc cleanups and fixes.
156
1572003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Add preinstallation dirstamp support.
160        * clock/Makefile.am: Cosmetics.
161        * console/Makefile.am: Cosmetics.
162        * fatal/Makefile.am: Cosmetics.
163        * network/Makefile.am: Cosmetics.
164        * startup/Makefile.am: Cosmetics.
165        * timer/Makefile.am: Cosmetics.
166        * wrapup/Makefile.am: Cosmetics.
167
1682003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * clock/Makefile.am: Remove all-local: $(ARCH).
171        * console/Makefile.am: Remove all-local: $(ARCH).
172        * fatal/Makefile.am: Remove all-local: $(ARCH).
173        * network/Makefile.am: Remove all-local: $(ARCH).
174        * start/Makefile.am: Remove all-local: $(ARCH).
175        * startup/Makefile.am: Remove all-local: $(ARCH).
176        * timer/Makefile.am: Remove all-local: $(ARCH).
177        * wrapup/Makefile.am: Remove all-local: $(ARCH).
178
1792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Merge-in include/Makefile.am.
182        Reflect changes to bsp.am.
183        * include/Makefile.am: Remove.
184        * configure.ac: Reflect changes above.
185
1862003-09-04      Joel Sherrill <joel@OARcorp.com>
187
188        * clock/ckinit.c, console/console-recording.c, console/console.c,
189        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
190        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
191        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
192        changed.
193
1942003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
197        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
198        Remove BSP_CPPFLAGS.
199
2002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Reflect having moved aclocal/.
203
2042003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Reflect having moved automake/.
207        * clock/Makefile.am: Reflect having moved automake/.
208        * console/Makefile.am: Reflect having moved automake/.
209        * fatal/Makefile.am: Reflect having moved automake/.
210        * include/Makefile.am: Reflect having moved automake/.
211        * network/Makefile.am: Reflect having moved automake/.
212        * start/Makefile.am: Reflect having moved automake/.
213        * startup/Makefile.am: Reflect having moved automake/.
214        * timer/Makefile.am: Reflect having moved automake/.
215        * wrapup/Makefile.am: Reflect having moved automake/.
216
2172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        PR 452/bsps
220        * startup/Makefile.am: Remove USE_INIT_FINI.
221
2222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
225
2262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        PR 445/bsps
229        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
230        Remove cpp, old_cpp (now unused).
231
2322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove AC_CONFIG_AUX_DIR.
235
2362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
239
2402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: AC_PREREQ(2.57).
243
2442003-01-20      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds*: Add FreeBSD sysctl() sections.
247
2482002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * console/Makefile.am: Eliminate C_O_FILES.
252        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
257
2582002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * start/Makefile.am: Use install-data-local to install startfile.
261
2622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265
2662002-11-04      Joel Sherrill <joel@OARcorp.com>
267
268        * console/console.c: Removed warnings.
269
2702002-11-01      Joel Sherrill <joel@OARcorp.com>
271
272        * network/network.c, startup/bspclean.c: Removed warnings.
273
2742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * .cvsignore: Reformat.
277        Add autom4te*cache.
278        Remove autom4te.cache.
279
2802002-08-21      Joel Sherrill <joel@OARcorp.com>
281
282        * bsp_specs: Added support for -nostdlibs.
283
2842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
293        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
294
2952002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * start/Makefile.am: Eliminate PGM.
298        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
299
3002002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
303
3042002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
307        Remove $(OBJS) from all-local.
308
3092002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
312
3132001-05-28      Joel Sherrill <joel@OARcorp.com>
314
315        * Per PR31, moved mvme16x_hw.h to shared/mvme.
316        * include/Makefile.am: Modified to reflect movement.
317
3182001-05-09      Joel Sherrill <joel@OARcorp.com>
319
320        * startup/linkcmds: In support of gcc 3.1, added one of more
321        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
322        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
323        and direction of segments to memory regions may also have been
324        addressed.  This was a sweep across all BSPs.
325 
3262002-05-01      Eric Norum <eric.norum@usask.ca>
327
328        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
329        startup/page_table.c: Per PR200 fix multi-line inline assembly
330        to satisfy gcc 3.1 and newer.
331
3322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac:
335        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
336        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
337        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
347
3482002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
351
3522001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
355        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
356        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
357        Add AC_DEFINE_UNQUOTED([mvme167]).
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      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * include/Makefile.am: Use 'CLEANFILES ='.
372        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
373
3742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.in: Add bspopts.h.
377        * include/.cvsignore: Add bspopts.h*, stamp-h*.
378        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
379        * include/bsp.h: Include bspopts.h.
380
3812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
382
383        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
384
3852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
388
3892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
392
3932000-11-01      Joel Sherrill <joel@OARcorp.com>
394
395        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
396        and libcsupport.h moved from libc to lib/include/rtems and
397        now must be referenced as <rtems/XXX.h>.   Header file order
398        was cleaned up while doing this.
399
4002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
403        Switch to GNU canonicalization.
404
4052000-09-12      Joel Sherrill <joel@OARcorp.com>
406
407        * network/network.c (uti596_attach): Adjust cpp directives
408        and conditional braces so all cases compile.
409
4102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
413        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
414        wrapup/Makefile.am, network/Makefile.am: Include compile.am
415
4162000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
417
418        * console.c(_BSP_output_char): Output CR after LF for printk.
419
4202000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
421
422        * README: Updated
423        * console/console.c: Fix polled input.
424        Add support for shared printk.
425        Add support for more flexible polled I/O with and without termios.
426        I/O mode and console is selectable either from NVRAM or from
427        mvme167.cfg.  Clean up comments.
428
4292000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
430
431        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
432        * include/bsp.h: Reorganize NVRAM parameters.
433        Add support for shared printk.
434        * times: These are the times for the MVME167, not the MBX860-002.
435
4362000-08-11  John Cotton  <john.cotton@nrc.ca>
437
438        * network/network.c: Fix NVRAM configuration parameter
439        handling from previous revision.
440        Check J1-4,  restructure NVRAM parameter handling.
441
4422000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
443
444        * network/network.c: Cleanup of network driver to reduce warnings.
445        Addition of second parameter to uti596_attach.
446
4472000-08-10      Joel Sherrill <joel@OARcorp.com>
448
449        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.