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

4.104.115
Last change on this file since ccceaf3 was ccceaf3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:42:45

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

  • include/bsp.h: Remove unnecessary boilerplate comments.
  • Property mode set to 100644
File size: 18.7 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Remove unnecessary boilerplate comments.
4
52008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, startup/linkcmds: Use top level shared
8        bsp_get_work_area() implementation.
9
102008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: Add
13        use of bsp_get_work_area() in its own file and rely on BSP Framework
14        to perform more initialization. Remove unnecessary includes of
15        rtems/libio.h and rtems/libcsupport.h.
16
172008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
20        phase, all prototypes were removed from bsp.h and empty
21        implementations were removed and made to use the shared stub.
22
232008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * clock/ckinit.c: The Shared Memory Driver no longer requires the
26        special IOCTL in Clock_control. This was a hack which has existed
27        since before the Classic API Timer Manager was implemented. All
28        implementations of and references to Clock_control were removed.
29
302008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * console/console.c, fatal/bspfatal.c, include/fatal.h,
33        timer/timer.c: Convert to "bool".
34
352008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
38        benchmark timer driver. Fix spelling.
39
402008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
43        follow RTEMS programming conventions.
44
452008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * timer/timer.c: Add missing prototypes.
48
492008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * console/console.c: Eliminate copies of switches to convert termios
52        Bxxx constants to xxx as an integer. Use the shared
53        termios_baud_to_number() routine to do the same conversion.
54
552008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * Makefile.am: Rework to avoid .rel files.
58
592008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * startup/bspstart.c: Refactored and renamed initialization routines to
62        rtems_initialize_data_structures, rtems_initialize_before_drivers,
63        rtems_initialize_device_drivers, and
64        rtems_initialize_start_multitasking. This opened the sequence up so
65        that bootcard() could provide a more robust and flexible framework
66        which is easier to explain and understand. This also lays the
67        groundwork for sharing the division of available memory between the
68        RTEMS workspace and heap and the C library initialization across all
69        BSPs.
70
712008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * startup/linkcmds: Add wildcard to gcc_except_table section so
74        programs compiled with gcc 4.3.x can link.
75
762007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
79        of the Configuration Table. Use the RTEMS provided accessor macros to
80        obtain configuration fields.
81
822007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
85        from CPU Table to Configuration Table. Eliminate CPU Table from all
86        ports. Delete references to CPU Table in all forms.
87
882007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
91        Table fields to the Configuration Table. This included
92        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
93        do_zero_of_workspace, extra_mpci_receive_server_stack,
94        stack_allocate_hook, and stack_free_hook. As a side-effect of this
95        effort some multiprocessing code was made conditional and some style
96        clean up occurred.
97
982007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
101        m68k CPU Table since it is never read.
102
1032007-05-03      Joel Sherrill <joel@OARcorp.com>
104
105        * startup/linkcmds: Handle .data.* sections
106
1072007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * bsp_specs: Remove qrtems_debug.
110
1112006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: New BUG-REPORT address.
114
1152006-11-15      Joel Sherrill <joel@OARcorp.com>
116
117        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
118        file and simplified initialization.
119
1202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Remove superfluous -DASM.
123
1242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: Require autoconf-2.60. Require automake-1.10.
127
1282006-02-08      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/linkcmds: Add sections required by newer gcc versions.
131
1322006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Add preinstall.am.
135
1362006-01-08      Joel Sherrill <joel@OARcorp.com>
137
138        * network/network.c: Remove warnings.
139
1402005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * include/bsp.h: New header guard.
143
1442005-04-26      Joel Sherrill <joel@OARcorp.com>
145
146        * network/network.c: Change int to rtems_id to eliminate warning.
147
1482005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
151
1522005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Remove build-variant support.
155
1562004-11-25      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
159
1602004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        * configure.ac: Require automake > 1.9.
163
1642004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        PR 610/bsps
167        * Makefile.am: Add include/tm27.h, Cosmetics.
168        * include/tm27.h: Final cosmetics.
169
1702004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * include/bsp.h: Split out tmtest27 support.
173        * include/tm27.h: New.
174
1752004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
176
177        PR 613/bsps
178        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
179
1802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        PR 614/bsps
183        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
184
1852004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
188
1892004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
192        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
193        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
194
1952004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * clock/ckinit.c, console/console-recording.h, console/console.c,
198        fatal/bspfatal.c, include/fatal.h, network/network.c,
199        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
200        using c99 fixed size types.
201
2022004-03-05      Joel Sherrill <joel@OARcorp.com>
203
204        * network/network.c: Remove warnings for unused routines left from
205        original code.
206
2072004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Reflect changes to bsp.am.
210        Preinstall dist_project_lib*.
211
2122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Reflect changes to bsp.am.
215
2162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
219
2202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Pickup files from ../../m68k/shared instead of
223        ../shared. Reformat.
224
2252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
228
2292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
232        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
233        timer/Makefile.am, wrapup/Makefile.am.
234        Use automake compilation rules.
235        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
236        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
237        wrapup/Makefile.am: Remove.
238        * configure.ac: Reflect changes above.
239
2402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * console/console-recording.c: Remove (rename to console-recording.h).
243        * console/console-recording.h: New.
244
2452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Add PREINSTALL_DIRS.
248        * wrapup/Makefile.am: Reflect changes to libcpu.
249
2502004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Reflect changes to libcpu.
253
2542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
257        Add PRE/TMPINSTALL_FILES to CLEANFILES.
258        * startup/Makefile.am: Ditto.
259
2602004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Remove.
263        * Makefile.am: Merge-in start/Makefile.am.
264        * configure.ac: Reflect changes above.
265
2662004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Eliminate $(LIB).
269        Use noinst_DATA to trigger building libbsp.a.
270
2712003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
274        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
275
2762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
279        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
280
2812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
284
2852003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Misc cleanups and fixes.
288        * start/Makefile.am: Misc cleanups and fixes.
289        * startup/Makefile.am: Misc cleanups and fixes.
290        * wrapup/Makefile.am: Misc cleanups and fixes.
291
2922003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Add preinstallation dirstamp support.
295        * clock/Makefile.am: Cosmetics.
296        * console/Makefile.am: Cosmetics.
297        * fatal/Makefile.am: Cosmetics.
298        * network/Makefile.am: Cosmetics.
299        * startup/Makefile.am: Cosmetics.
300        * timer/Makefile.am: Cosmetics.
301        * wrapup/Makefile.am: Cosmetics.
302
3032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * clock/Makefile.am: Remove all-local: $(ARCH).
306        * console/Makefile.am: Remove all-local: $(ARCH).
307        * fatal/Makefile.am: Remove all-local: $(ARCH).
308        * network/Makefile.am: Remove all-local: $(ARCH).
309        * start/Makefile.am: Remove all-local: $(ARCH).
310        * startup/Makefile.am: Remove all-local: $(ARCH).
311        * timer/Makefile.am: Remove all-local: $(ARCH).
312        * wrapup/Makefile.am: Remove all-local: $(ARCH).
313
3142003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Merge-in include/Makefile.am.
317        Reflect changes to bsp.am.
318        * include/Makefile.am: Remove.
319        * configure.ac: Reflect changes above.
320
3212003-09-04      Joel Sherrill <joel@OARcorp.com>
322
323        * clock/ckinit.c, console/console-recording.c, console/console.c,
324        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
325        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
326        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
327        changed.
328
3292003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
332        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
333        Remove BSP_CPPFLAGS.
334
3352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Reflect having moved aclocal/.
338
3392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Reflect having moved automake/.
342        * clock/Makefile.am: Reflect having moved automake/.
343        * console/Makefile.am: Reflect having moved automake/.
344        * fatal/Makefile.am: Reflect having moved automake/.
345        * include/Makefile.am: Reflect having moved automake/.
346        * network/Makefile.am: Reflect having moved automake/.
347        * start/Makefile.am: Reflect having moved automake/.
348        * startup/Makefile.am: Reflect having moved automake/.
349        * timer/Makefile.am: Reflect having moved automake/.
350        * wrapup/Makefile.am: Reflect having moved automake/.
351
3522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        PR 452/bsps
355        * startup/Makefile.am: Remove USE_INIT_FINI.
356
3572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
360
3612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        PR 445/bsps
364        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
365        Remove cpp, old_cpp (now unused).
366
3672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Remove AC_CONFIG_AUX_DIR.
370
3712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
374
3752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: AC_PREREQ(2.57).
378
3792003-01-20      Joel Sherrill <joel@OARcorp.com>
380
381        * startup/linkcmds*: Add FreeBSD sysctl() sections.
382
3832002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * console/Makefile.am: Eliminate C_O_FILES.
387        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392
3932002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * start/Makefile.am: Use install-data-local to install startfile.
396
3972002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400
4012002-11-04      Joel Sherrill <joel@OARcorp.com>
402
403        * console/console.c: Removed warnings.
404
4052002-11-01      Joel Sherrill <joel@OARcorp.com>
406
407        * network/network.c, startup/bspclean.c: Removed warnings.
408
4092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * .cvsignore: Reformat.
412        Add autom4te*cache.
413        Remove autom4te.cache.
414
4152002-08-21      Joel Sherrill <joel@OARcorp.com>
416
417        * bsp_specs: Added support for -nostdlibs.
418
4192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
424        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
427        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
428        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
429
4302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * start/Makefile.am: Eliminate PGM.
433        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
434
4352002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
438
4392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
442        Remove $(OBJS) from all-local.
443
4442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
447
4482001-05-28      Joel Sherrill <joel@OARcorp.com>
449
450        * Per PR31, moved mvme16x_hw.h to shared/mvme.
451        * include/Makefile.am: Modified to reflect movement.
452
4532001-05-09      Joel Sherrill <joel@OARcorp.com>
454
455        * startup/linkcmds: In support of gcc 3.1, added one of more
456        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
457        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
458        and direction of segments to memory regions may also have been
459        addressed.  This was a sweep across all BSPs.
460 
4612002-05-01      Eric Norum <eric.norum@usask.ca>
462
463        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
464        startup/page_table.c: Per PR200 fix multi-line inline assembly
465        to satisfy gcc 3.1 and newer.
466
4672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac:
470        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
471        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
472        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * Makefile.am: Remove AUTOMAKE_OPTIONS.
474        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
482
4832002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
486
4872001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
490        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
491        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
492        Add AC_DEFINE_UNQUOTED([mvme167]).
493
4942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
497
4982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
501        * configure.in: Remove.
502        * configure.ac: New file, generated from configure.in by autoupdate.
503
5042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * include/Makefile.am: Use 'CLEANFILES ='.
507        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
508
5092001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.in: Add bspopts.h.
512        * include/.cvsignore: Add bspopts.h*, stamp-h*.
513        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
514        * include/bsp.h: Include bspopts.h.
515
5162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
517
518        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
519
5202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
523
5242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
527
5282000-11-01      Joel Sherrill <joel@OARcorp.com>
529
530        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
531        and libcsupport.h moved from libc to lib/include/rtems and
532        now must be referenced as <rtems/XXX.h>.   Header file order
533        was cleaned up while doing this.
534
5352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
538        Switch to GNU canonicalization.
539
5402000-09-12      Joel Sherrill <joel@OARcorp.com>
541
542        * network/network.c (uti596_attach): Adjust cpp directives
543        and conditional braces so all cases compile.
544
5452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
548        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
549        wrapup/Makefile.am, network/Makefile.am: Include compile.am
550
5512000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
552
553        * console.c(_BSP_output_char): Output CR after LF for printk.
554
5552000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
556
557        * README: Updated
558        * console/console.c: Fix polled input.
559        Add support for shared printk.
560        Add support for more flexible polled I/O with and without termios.
561        I/O mode and console is selectable either from NVRAM or from
562        mvme167.cfg.  Clean up comments.
563
5642000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
565
566        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
567        * include/bsp.h: Reorganize NVRAM parameters.
568        Add support for shared printk.
569        * times: These are the times for the MVME167, not the MBX860-002.
570
5712000-08-11  John Cotton  <john.cotton@nrc.ca>
572
573        * network/network.c: Fix NVRAM configuration parameter
574        handling from previous revision.
575        Check J1-4,  restructure NVRAM parameter handling.
576
5772000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
578
579        * network/network.c: Cleanup of network driver to reduce warnings.
580        Addition of second parameter to uti596_attach.
581
5822000-08-10      Joel Sherrill <joel@OARcorp.com>
583
584        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.