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

4.104.115
Last change on this file since 4909a30 was 4909a30, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:37

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

  • include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • Property mode set to 100644
File size: 18.2 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
4        phase, all prototypes were removed from bsp.h and empty
5        implementations were removed and made to use the shared stub.
6
72008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * clock/ckinit.c: The Shared Memory Driver no longer requires the
10        special IOCTL in Clock_control. This was a hack which has existed
11        since before the Classic API Timer Manager was implemented. All
12        implementations of and references to Clock_control were removed.
13
142008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * console/console.c, fatal/bspfatal.c, include/fatal.h,
17        timer/timer.c: Convert to "bool".
18
192008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
22        benchmark timer driver. Fix spelling.
23
242008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
27        follow RTEMS programming conventions.
28
292008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * timer/timer.c: Add missing prototypes.
32
332008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * console/console.c: Eliminate copies of switches to convert termios
36        Bxxx constants to xxx as an integer. Use the shared
37        termios_baud_to_number() routine to do the same conversion.
38
392008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * Makefile.am: Rework to avoid .rel files.
42
432008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * startup/bspstart.c: Refactored and renamed initialization routines to
46        rtems_initialize_data_structures, rtems_initialize_before_drivers,
47        rtems_initialize_device_drivers, and
48        rtems_initialize_start_multitasking. This opened the sequence up so
49        that bootcard() could provide a more robust and flexible framework
50        which is easier to explain and understand. This also lays the
51        groundwork for sharing the division of available memory between the
52        RTEMS workspace and heap and the C library initialization across all
53        BSPs.
54
552008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * startup/linkcmds: Add wildcard to gcc_except_table section so
58        programs compiled with gcc 4.3.x can link.
59
602007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
63        of the Configuration Table. Use the RTEMS provided accessor macros to
64        obtain configuration fields.
65
662007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
69        from CPU Table to Configuration Table. Eliminate CPU Table from all
70        ports. Delete references to CPU Table in all forms.
71
722007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
75        Table fields to the Configuration Table. This included
76        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
77        do_zero_of_workspace, extra_mpci_receive_server_stack,
78        stack_allocate_hook, and stack_free_hook. As a side-effect of this
79        effort some multiprocessing code was made conditional and some style
80        clean up occurred.
81
822007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
85        m68k CPU Table since it is never read.
86
872007-05-03      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/linkcmds: Handle .data.* sections
90
912007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * bsp_specs: Remove qrtems_debug.
94
952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * configure.ac: New BUG-REPORT address.
98
992006-11-15      Joel Sherrill <joel@OARcorp.com>
100
101        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
102        file and simplified initialization.
103
1042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Remove superfluous -DASM.
107
1082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * configure.ac: Require autoconf-2.60. Require automake-1.10.
111
1122006-02-08      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds: Add sections required by newer gcc versions.
115
1162006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * Makefile.am: Add preinstall.am.
119
1202006-01-08      Joel Sherrill <joel@OARcorp.com>
121
122        * network/network.c: Remove warnings.
123
1242005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * include/bsp.h: New header guard.
127
1282005-04-26      Joel Sherrill <joel@OARcorp.com>
129
130        * network/network.c: Change int to rtems_id to eliminate warning.
131
1322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
135
1362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Remove build-variant support.
139
1402004-11-25      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
143
1442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        * configure.ac: Require automake > 1.9.
147
1482004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        PR 610/bsps
151        * Makefile.am: Add include/tm27.h, Cosmetics.
152        * include/tm27.h: Final cosmetics.
153
1542004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * include/bsp.h: Split out tmtest27 support.
157        * include/tm27.h: New.
158
1592004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        PR 613/bsps
162        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
163
1642004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        PR 614/bsps
167        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
168
1692004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
172
1732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
174
175        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
176        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
177        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
178
1792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * clock/ckinit.c, console/console-recording.h, console/console.c,
182        fatal/bspfatal.c, include/fatal.h, network/network.c,
183        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
184        using c99 fixed size types.
185
1862004-03-05      Joel Sherrill <joel@OARcorp.com>
187
188        * network/network.c: Remove warnings for unused routines left from
189        original code.
190
1912004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Reflect changes to bsp.am.
194        Preinstall dist_project_lib*.
195
1962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Reflect changes to bsp.am.
199
2002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
203
2042004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Pickup files from ../../m68k/shared instead of
207        ../shared. Reformat.
208
2092004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
212
2132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
216        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
217        timer/Makefile.am, wrapup/Makefile.am.
218        Use automake compilation rules.
219        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
220        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
221        wrapup/Makefile.am: Remove.
222        * configure.ac: Reflect changes above.
223
2242004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * console/console-recording.c: Remove (rename to console-recording.h).
227        * console/console-recording.h: New.
228
2292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Add PREINSTALL_DIRS.
232        * wrapup/Makefile.am: Reflect changes to libcpu.
233
2342004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Reflect changes to libcpu.
237
2382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
241        Add PRE/TMPINSTALL_FILES to CLEANFILES.
242        * startup/Makefile.am: Ditto.
243
2442004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Remove.
247        * Makefile.am: Merge-in start/Makefile.am.
248        * configure.ac: Reflect changes above.
249
2502004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Eliminate $(LIB).
253        Use noinst_DATA to trigger building libbsp.a.
254
2552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
258        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
259
2602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
263        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
264
2652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
268
2692003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Misc cleanups and fixes.
272        * start/Makefile.am: Misc cleanups and fixes.
273        * startup/Makefile.am: Misc cleanups and fixes.
274        * wrapup/Makefile.am: Misc cleanups and fixes.
275
2762003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Add preinstallation dirstamp support.
279        * clock/Makefile.am: Cosmetics.
280        * console/Makefile.am: Cosmetics.
281        * fatal/Makefile.am: Cosmetics.
282        * network/Makefile.am: Cosmetics.
283        * startup/Makefile.am: Cosmetics.
284        * timer/Makefile.am: Cosmetics.
285        * wrapup/Makefile.am: Cosmetics.
286
2872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * clock/Makefile.am: Remove all-local: $(ARCH).
290        * console/Makefile.am: Remove all-local: $(ARCH).
291        * fatal/Makefile.am: Remove all-local: $(ARCH).
292        * network/Makefile.am: Remove all-local: $(ARCH).
293        * start/Makefile.am: Remove all-local: $(ARCH).
294        * startup/Makefile.am: Remove all-local: $(ARCH).
295        * timer/Makefile.am: Remove all-local: $(ARCH).
296        * wrapup/Makefile.am: Remove all-local: $(ARCH).
297
2982003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Merge-in include/Makefile.am.
301        Reflect changes to bsp.am.
302        * include/Makefile.am: Remove.
303        * configure.ac: Reflect changes above.
304
3052003-09-04      Joel Sherrill <joel@OARcorp.com>
306
307        * clock/ckinit.c, console/console-recording.c, console/console.c,
308        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
309        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
310        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
311        changed.
312
3132003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
316        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
317        Remove BSP_CPPFLAGS.
318
3192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Reflect having moved aclocal/.
322
3232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Reflect having moved automake/.
326        * clock/Makefile.am: Reflect having moved automake/.
327        * console/Makefile.am: Reflect having moved automake/.
328        * fatal/Makefile.am: Reflect having moved automake/.
329        * include/Makefile.am: Reflect having moved automake/.
330        * network/Makefile.am: Reflect having moved automake/.
331        * start/Makefile.am: Reflect having moved automake/.
332        * startup/Makefile.am: Reflect having moved automake/.
333        * timer/Makefile.am: Reflect having moved automake/.
334        * wrapup/Makefile.am: Reflect having moved automake/.
335
3362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        PR 452/bsps
339        * startup/Makefile.am: Remove USE_INIT_FINI.
340
3412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
344
3452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        PR 445/bsps
348        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
349        Remove cpp, old_cpp (now unused).
350
3512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Remove AC_CONFIG_AUX_DIR.
354
3552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
358
3592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: AC_PREREQ(2.57).
362
3632003-01-20      Joel Sherrill <joel@OARcorp.com>
364
365        * startup/linkcmds*: Add FreeBSD sysctl() sections.
366
3672002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370        * console/Makefile.am: Eliminate C_O_FILES.
371        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
372        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
373        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
375        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376
3772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * start/Makefile.am: Use install-data-local to install startfile.
380
3812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
384
3852002-11-04      Joel Sherrill <joel@OARcorp.com>
386
387        * console/console.c: Removed warnings.
388
3892002-11-01      Joel Sherrill <joel@OARcorp.com>
390
391        * network/network.c, startup/bspclean.c: Removed warnings.
392
3932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * .cvsignore: Reformat.
396        Add autom4te*cache.
397        Remove autom4te.cache.
398
3992002-08-21      Joel Sherrill <joel@OARcorp.com>
400
401        * bsp_specs: Added support for -nostdlibs.
402
4032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
407        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
408        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
409        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
410        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
411        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
412        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
413
4142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * start/Makefile.am: Eliminate PGM.
417        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
418
4192002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
422
4232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
426        Remove $(OBJS) from all-local.
427
4282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
431
4322001-05-28      Joel Sherrill <joel@OARcorp.com>
433
434        * Per PR31, moved mvme16x_hw.h to shared/mvme.
435        * include/Makefile.am: Modified to reflect movement.
436
4372001-05-09      Joel Sherrill <joel@OARcorp.com>
438
439        * startup/linkcmds: In support of gcc 3.1, added one of more
440        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
441        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
442        and direction of segments to memory regions may also have been
443        addressed.  This was a sweep across all BSPs.
444 
4452002-05-01      Eric Norum <eric.norum@usask.ca>
446
447        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
448        startup/page_table.c: Per PR200 fix multi-line inline assembly
449        to satisfy gcc 3.1 and newer.
450
4512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac:
454        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
455        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
456        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
466
4672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
470
4712001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
474        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
475        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
476        Add AC_DEFINE_UNQUOTED([mvme167]).
477
4782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
481
4822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
485        * configure.in: Remove.
486        * configure.ac: New file, generated from configure.in by autoupdate.
487
4882001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * include/Makefile.am: Use 'CLEANFILES ='.
491        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
492
4932001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.in: Add bspopts.h.
496        * include/.cvsignore: Add bspopts.h*, stamp-h*.
497        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
498        * include/bsp.h: Include bspopts.h.
499
5002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
501
502        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
503
5042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
507
5082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
511
5122000-11-01      Joel Sherrill <joel@OARcorp.com>
513
514        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
515        and libcsupport.h moved from libc to lib/include/rtems and
516        now must be referenced as <rtems/XXX.h>.   Header file order
517        was cleaned up while doing this.
518
5192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
522        Switch to GNU canonicalization.
523
5242000-09-12      Joel Sherrill <joel@OARcorp.com>
525
526        * network/network.c (uti596_attach): Adjust cpp directives
527        and conditional braces so all cases compile.
528
5292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
532        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
533        wrapup/Makefile.am, network/Makefile.am: Include compile.am
534
5352000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
536
537        * console.c(_BSP_output_char): Output CR after LF for printk.
538
5392000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
540
541        * README: Updated
542        * console/console.c: Fix polled input.
543        Add support for shared printk.
544        Add support for more flexible polled I/O with and without termios.
545        I/O mode and console is selectable either from NVRAM or from
546        mvme167.cfg.  Clean up comments.
547
5482000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
549
550        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
551        * include/bsp.h: Reorganize NVRAM parameters.
552        Add support for shared printk.
553        * times: These are the times for the MVME167, not the MBX860-002.
554
5552000-08-11  John Cotton  <john.cotton@nrc.ca>
556
557        * network/network.c: Fix NVRAM configuration parameter
558        handling from previous revision.
559        Check J1-4,  restructure NVRAM parameter handling.
560
5612000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
562
563        * network/network.c: Cleanup of network driver to reduce warnings.
564        Addition of second parameter to uti596_attach.
565
5662000-08-10      Joel Sherrill <joel@OARcorp.com>
567
568        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.