source: rtems/c/src/lib/libbsp/m68k/mvme167/ChangeLog @ 34ef6c7

4.104.114.95
Last change on this file since 34ef6c7 was 34ef6c7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/08 at 22:06:51

2008-09-05 Joel Sherrill <joel.sherrill@…>

  • clock/ckinit.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
  • Property mode set to 100644
File size: 17.9 KB
Line 
12008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clock/ckinit.c: The Shared Memory Driver no longer requires the
4        special IOCTL in Clock_control. This was a hack which has existed
5        since before the Classic API Timer Manager was implemented. All
6        implementations of and references to Clock_control were removed.
7
82008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * console/console.c, fatal/bspfatal.c, include/fatal.h,
11        timer/timer.c: Convert to "bool".
12
132008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
16        benchmark timer driver. Fix spelling.
17
182008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
21        follow RTEMS programming conventions.
22
232008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * timer/timer.c: Add missing prototypes.
26
272008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * console/console.c: Eliminate copies of switches to convert termios
30        Bxxx constants to xxx as an integer. Use the shared
31        termios_baud_to_number() routine to do the same conversion.
32
332008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * Makefile.am: Rework to avoid .rel files.
36
372008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * startup/bspstart.c: Refactored and renamed initialization routines to
40        rtems_initialize_data_structures, rtems_initialize_before_drivers,
41        rtems_initialize_device_drivers, and
42        rtems_initialize_start_multitasking. This opened the sequence up so
43        that bootcard() could provide a more robust and flexible framework
44        which is easier to explain and understand. This also lays the
45        groundwork for sharing the division of available memory between the
46        RTEMS workspace and heap and the C library initialization across all
47        BSPs.
48
492008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * startup/linkcmds: Add wildcard to gcc_except_table section so
52        programs compiled with gcc 4.3.x can link.
53
542007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
57        of the Configuration Table. Use the RTEMS provided accessor macros to
58        obtain configuration fields.
59
602007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
63        from CPU Table to Configuration Table. Eliminate CPU Table from all
64        ports. Delete references to CPU Table in all forms.
65
662007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
69        Table fields to the Configuration Table. This included
70        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
71        do_zero_of_workspace, extra_mpci_receive_server_stack,
72        stack_allocate_hook, and stack_free_hook. As a side-effect of this
73        effort some multiprocessing code was made conditional and some style
74        clean up occurred.
75
762007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
79        m68k CPU Table since it is never read.
80
812007-05-03      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: Handle .data.* sections
84
852007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * bsp_specs: Remove qrtems_debug.
88
892006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * configure.ac: New BUG-REPORT address.
92
932006-11-15      Joel Sherrill <joel@OARcorp.com>
94
95        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
96        file and simplified initialization.
97
982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Remove superfluous -DASM.
101
1022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * configure.ac: Require autoconf-2.60. Require automake-1.10.
105
1062006-02-08      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: Add sections required by newer gcc versions.
109
1102006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Add preinstall.am.
113
1142006-01-08      Joel Sherrill <joel@OARcorp.com>
115
116        * network/network.c: Remove warnings.
117
1182005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * include/bsp.h: New header guard.
121
1222005-04-26      Joel Sherrill <joel@OARcorp.com>
123
124        * network/network.c: Change int to rtems_id to eliminate warning.
125
1262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
129
1302005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Remove build-variant support.
133
1342004-11-25      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
137
1382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * configure.ac: Require automake > 1.9.
141
1422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        PR 610/bsps
145        * Makefile.am: Add include/tm27.h, Cosmetics.
146        * include/tm27.h: Final cosmetics.
147
1482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        * include/bsp.h: Split out tmtest27 support.
151        * include/tm27.h: New.
152
1532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        PR 613/bsps
156        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
157
1582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        PR 614/bsps
161        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
162
1632004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
164
165        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
166
1672004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
170        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
171        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
172
1732004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
174
175        * clock/ckinit.c, console/console-recording.h, console/console.c,
176        fatal/bspfatal.c, include/fatal.h, network/network.c,
177        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
178        using c99 fixed size types.
179
1802004-03-05      Joel Sherrill <joel@OARcorp.com>
181
182        * network/network.c: Remove warnings for unused routines left from
183        original code.
184
1852004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Reflect changes to bsp.am.
188        Preinstall dist_project_lib*.
189
1902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect changes to bsp.am.
193
1942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
197
1982004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Pickup files from ../../m68k/shared instead of
201        ../shared. Reformat.
202
2032004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
206
2072004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
210        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
211        timer/Makefile.am, wrapup/Makefile.am.
212        Use automake compilation rules.
213        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
214        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
215        wrapup/Makefile.am: Remove.
216        * configure.ac: Reflect changes above.
217
2182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * console/console-recording.c: Remove (rename to console-recording.h).
221        * console/console-recording.h: New.
222
2232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Add PREINSTALL_DIRS.
226        * wrapup/Makefile.am: Reflect changes to libcpu.
227
2282004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * wrapup/Makefile.am: Reflect changes to libcpu.
231
2322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
235        Add PRE/TMPINSTALL_FILES to CLEANFILES.
236        * startup/Makefile.am: Ditto.
237
2382004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * start/Makefile.am: Remove.
241        * Makefile.am: Merge-in start/Makefile.am.
242        * configure.ac: Reflect changes above.
243
2442004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Eliminate $(LIB).
247        Use noinst_DATA to trigger building libbsp.a.
248
2492003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
252        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
253
2542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
257        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
258
2592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
262
2632003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Misc cleanups and fixes.
266        * start/Makefile.am: Misc cleanups and fixes.
267        * startup/Makefile.am: Misc cleanups and fixes.
268        * wrapup/Makefile.am: Misc cleanups and fixes.
269
2702003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Add preinstallation dirstamp support.
273        * clock/Makefile.am: Cosmetics.
274        * console/Makefile.am: Cosmetics.
275        * fatal/Makefile.am: Cosmetics.
276        * network/Makefile.am: Cosmetics.
277        * startup/Makefile.am: Cosmetics.
278        * timer/Makefile.am: Cosmetics.
279        * wrapup/Makefile.am: Cosmetics.
280
2812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * clock/Makefile.am: Remove all-local: $(ARCH).
284        * console/Makefile.am: Remove all-local: $(ARCH).
285        * fatal/Makefile.am: Remove all-local: $(ARCH).
286        * network/Makefile.am: Remove all-local: $(ARCH).
287        * start/Makefile.am: Remove all-local: $(ARCH).
288        * startup/Makefile.am: Remove all-local: $(ARCH).
289        * timer/Makefile.am: Remove all-local: $(ARCH).
290        * wrapup/Makefile.am: Remove all-local: $(ARCH).
291
2922003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Merge-in include/Makefile.am.
295        Reflect changes to bsp.am.
296        * include/Makefile.am: Remove.
297        * configure.ac: Reflect changes above.
298
2992003-09-04      Joel Sherrill <joel@OARcorp.com>
300
301        * clock/ckinit.c, console/console-recording.c, console/console.c,
302        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
303        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
304        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
305        changed.
306
3072003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
310        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
311        Remove BSP_CPPFLAGS.
312
3132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Reflect having moved aclocal/.
316
3172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Reflect having moved automake/.
320        * clock/Makefile.am: Reflect having moved automake/.
321        * console/Makefile.am: Reflect having moved automake/.
322        * fatal/Makefile.am: Reflect having moved automake/.
323        * include/Makefile.am: Reflect having moved automake/.
324        * network/Makefile.am: Reflect having moved automake/.
325        * start/Makefile.am: Reflect having moved automake/.
326        * startup/Makefile.am: Reflect having moved automake/.
327        * timer/Makefile.am: Reflect having moved automake/.
328        * wrapup/Makefile.am: Reflect having moved automake/.
329
3302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        PR 452/bsps
333        * startup/Makefile.am: Remove USE_INIT_FINI.
334
3352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
338
3392003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        PR 445/bsps
342        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
343        Remove cpp, old_cpp (now unused).
344
3452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac: Remove AC_CONFIG_AUX_DIR.
348
3492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
352
3532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: AC_PREREQ(2.57).
356
3572003-01-20      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/linkcmds*: Add FreeBSD sysctl() sections.
360
3612002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364        * console/Makefile.am: Eliminate C_O_FILES.
365        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370
3712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * start/Makefile.am: Use install-data-local to install startfile.
374
3752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
378
3792002-11-04      Joel Sherrill <joel@OARcorp.com>
380
381        * console/console.c: Removed warnings.
382
3832002-11-01      Joel Sherrill <joel@OARcorp.com>
384
385        * network/network.c, startup/bspclean.c: Removed warnings.
386
3872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * .cvsignore: Reformat.
390        Add autom4te*cache.
391        Remove autom4te.cache.
392
3932002-08-21      Joel Sherrill <joel@OARcorp.com>
394
395        * bsp_specs: Added support for -nostdlibs.
396
3972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
402        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
403        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
407
4082002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * start/Makefile.am: Eliminate PGM.
411        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
412
4132002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
416
4172002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
420        Remove $(OBJS) from all-local.
421
4222002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
425
4262001-05-28      Joel Sherrill <joel@OARcorp.com>
427
428        * Per PR31, moved mvme16x_hw.h to shared/mvme.
429        * include/Makefile.am: Modified to reflect movement.
430
4312001-05-09      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/linkcmds: In support of gcc 3.1, added one of more
434        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
435        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
436        and direction of segments to memory regions may also have been
437        addressed.  This was a sweep across all BSPs.
438 
4392002-05-01      Eric Norum <eric.norum@usask.ca>
440
441        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
442        startup/page_table.c: Per PR200 fix multi-line inline assembly
443        to satisfy gcc 3.1 and newer.
444
4452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac:
448        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
449        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
450        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
460
4612002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
464
4652001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
468        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
469        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
470        Add AC_DEFINE_UNQUOTED([mvme167]).
471
4722001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
475
4762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
479        * configure.in: Remove.
480        * configure.ac: New file, generated from configure.in by autoupdate.
481
4822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * include/Makefile.am: Use 'CLEANFILES ='.
485        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
486
4872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.in: Add bspopts.h.
490        * include/.cvsignore: Add bspopts.h*, stamp-h*.
491        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
492        * include/bsp.h: Include bspopts.h.
493
4942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
495
496        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
497
4982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
501
5022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
505
5062000-11-01      Joel Sherrill <joel@OARcorp.com>
507
508        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
509        and libcsupport.h moved from libc to lib/include/rtems and
510        now must be referenced as <rtems/XXX.h>.   Header file order
511        was cleaned up while doing this.
512
5132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
516        Switch to GNU canonicalization.
517
5182000-09-12      Joel Sherrill <joel@OARcorp.com>
519
520        * network/network.c (uti596_attach): Adjust cpp directives
521        and conditional braces so all cases compile.
522
5232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
526        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
527        wrapup/Makefile.am, network/Makefile.am: Include compile.am
528
5292000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
530
531        * console.c(_BSP_output_char): Output CR after LF for printk.
532
5332000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
534
535        * README: Updated
536        * console/console.c: Fix polled input.
537        Add support for shared printk.
538        Add support for more flexible polled I/O with and without termios.
539        I/O mode and console is selectable either from NVRAM or from
540        mvme167.cfg.  Clean up comments.
541
5422000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
543
544        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
545        * include/bsp.h: Reorganize NVRAM parameters.
546        Add support for shared printk.
547        * times: These are the times for the MVME167, not the MBX860-002.
548
5492000-08-11  John Cotton  <john.cotton@nrc.ca>
550
551        * network/network.c: Fix NVRAM configuration parameter
552        handling from previous revision.
553        Check J1-4,  restructure NVRAM parameter handling.
554
5552000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
556
557        * network/network.c: Cleanup of network driver to reduce warnings.
558        Addition of second parameter to uti596_attach.
559
5602000-08-10      Joel Sherrill <joel@OARcorp.com>
561
562        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.