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

4.104.115
Last change on this file since 39a9f8e was 39a9f8e, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 12/17/09 at 08:42:17

adapted to new prototype for *_write function

  • Property mode set to 100644
File size: 21.6 KB
Line 
12009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * console/console.c: adapted to new prototype for *_write
4        function
5
62009-12-08      Eric Norum <wenorum@lbl.gov>
7
8        PR 1479/bsps
9        * fatal/bspfatal.c: Complete strcat conversion.
10
112009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * make/custom/mvme167.cfg: Remove RTEMS_BSP_FAMILY.
14
152009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Don't add -ansi -fasm to CFLAGS.
18
192009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * make/custom/mvme167.cfg: New (relocated from /make/custom).
22
232009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * console/console.c: Reflect termios_baud_to_number having been
26        renamed to rtems_termios_baud_to_number.
27
282009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
31
322009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
35        Should be automatically handled by confdefs.h or the application.
36
372009-08-13      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * console/console.c, timer/timer.c: Fix warnings and typos.
40
412009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * console/console.c: Convert calls to legacy routine rtems_clock_get(
44        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
45
462009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
49        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
50        have the same options.
51
522009-02-17      Till Straumann <strauman@slac.stanford.edu>
53
54        PR 1371/bsps
55        * network/network.c: mvme167 network driver buggy.
56
572009-02-17      Till Straumann <strauman@slac.stanford.edu>
58
59        PR 1370/bsps
60        * console/console.c: mvme167 console driver BSP_output_char fails to
61        convert \n -> \n\r
62
632008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * bsp_specs: Move -e start from *link to *startfile to avoid warning
66        for undefined entry symbol when linking relocatables with binutils
67        2.19.
68
692008-10-15      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        PR 1303/bsps
72        * fatal/bspfatal.c: strcat() is safe to use even in worst case, so do
73        not have BSP specific mystrcat().
74
752008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
78        of building libbspstart.a, using automake-rules.
79
802008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Eliminate *_SOURCES.
83
842008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
87        components.
88
892008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
92
932008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * configure.ac: Make letting boot_card() handle work area allocation
96        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
97        BSP_BOOTCARD_OPTIONS.
98
992008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * include/bsp.h: Remove unnecessary boilerplate comments.
102
1032008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am, startup/linkcmds: Use top level shared
106        bsp_get_work_area() implementation.
107
1082008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: Add
111        use of bsp_get_work_area() in its own file and rely on BSP Framework
112        to perform more initialization. Remove unnecessary includes of
113        rtems/libio.h and rtems/libcsupport.h.
114
1152008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
118        phase, all prototypes were removed from bsp.h and empty
119        implementations were removed and made to use the shared stub.
120
1212008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * clock/ckinit.c: The Shared Memory Driver no longer requires the
124        special IOCTL in Clock_control. This was a hack which has existed
125        since before the Classic API Timer Manager was implemented. All
126        implementations of and references to Clock_control were removed.
127
1282008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * console/console.c, fatal/bspfatal.c, include/fatal.h,
131        timer/timer.c: Convert to "bool".
132
1332008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
136        benchmark timer driver. Fix spelling.
137
1382008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
141        follow RTEMS programming conventions.
142
1432008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * timer/timer.c: Add missing prototypes.
146
1472008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * console/console.c: Eliminate copies of switches to convert termios
150        Bxxx constants to xxx as an integer. Use the shared
151        termios_baud_to_number() routine to do the same conversion.
152
1532008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * Makefile.am: Rework to avoid .rel files.
156
1572008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * startup/bspstart.c: Refactored and renamed initialization routines to
160        rtems_initialize_data_structures, rtems_initialize_before_drivers,
161        rtems_initialize_device_drivers, and
162        rtems_initialize_start_multitasking. This opened the sequence up so
163        that bootcard() could provide a more robust and flexible framework
164        which is easier to explain and understand. This also lays the
165        groundwork for sharing the division of available memory between the
166        RTEMS workspace and heap and the C library initialization across all
167        BSPs.
168
1692008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * startup/linkcmds: Add wildcard to gcc_except_table section so
172        programs compiled with gcc 4.3.x can link.
173
1742007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
177        of the Configuration Table. Use the RTEMS provided accessor macros to
178        obtain configuration fields.
179
1802007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
183        from CPU Table to Configuration Table. Eliminate CPU Table from all
184        ports. Delete references to CPU Table in all forms.
185
1862007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
189        Table fields to the Configuration Table. This included
190        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
191        do_zero_of_workspace, extra_mpci_receive_server_stack,
192        stack_allocate_hook, and stack_free_hook. As a side-effect of this
193        effort some multiprocessing code was made conditional and some style
194        clean up occurred.
195
1962007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
197
198        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
199        m68k CPU Table since it is never read.
200
2012007-05-03      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: Handle .data.* sections
204
2052007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * bsp_specs: Remove qrtems_debug.
208
2092006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * configure.ac: New BUG-REPORT address.
212
2132006-11-15      Joel Sherrill <joel@OARcorp.com>
214
215        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
216        file and simplified initialization.
217
2182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * Makefile.am: Remove superfluous -DASM.
221
2222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * configure.ac: Require autoconf-2.60. Require automake-1.10.
225
2262006-02-08      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Add sections required by newer gcc versions.
229
2302006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * Makefile.am: Add preinstall.am.
233
2342006-01-08      Joel Sherrill <joel@OARcorp.com>
235
236        * network/network.c: Remove warnings.
237
2382005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * include/bsp.h: New header guard.
241
2422005-04-26      Joel Sherrill <joel@OARcorp.com>
243
244        * network/network.c: Change int to rtems_id to eliminate warning.
245
2462005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
249
2502005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * Makefile.am: Remove build-variant support.
253
2542004-11-25      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
257
2582004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        * configure.ac: Require automake > 1.9.
261
2622004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        PR 610/bsps
265        * Makefile.am: Add include/tm27.h, Cosmetics.
266        * include/tm27.h: Final cosmetics.
267
2682004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * include/bsp.h: Split out tmtest27 support.
271        * include/tm27.h: New.
272
2732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        PR 613/bsps
276        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
277
2782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        PR 614/bsps
281        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
282
2832004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
284
285        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
286
2872004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
288
289        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
290        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
291        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
292
2932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        * clock/ckinit.c, console/console-recording.h, console/console.c,
296        fatal/bspfatal.c, include/fatal.h, network/network.c,
297        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
298        using c99 fixed size types.
299
3002004-03-05      Joel Sherrill <joel@OARcorp.com>
301
302        * network/network.c: Remove warnings for unused routines left from
303        original code.
304
3052004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Reflect changes to bsp.am.
308        Preinstall dist_project_lib*.
309
3102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Reflect changes to bsp.am.
313
3142004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
317
3182004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Pickup files from ../../m68k/shared instead of
321        ../shared. Reformat.
322
3232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
326
3272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
330        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
331        timer/Makefile.am, wrapup/Makefile.am.
332        Use automake compilation rules.
333        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
334        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
335        wrapup/Makefile.am: Remove.
336        * configure.ac: Reflect changes above.
337
3382004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * console/console-recording.c: Remove (rename to console-recording.h).
341        * console/console-recording.h: New.
342
3432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Add PREINSTALL_DIRS.
346        * wrapup/Makefile.am: Reflect changes to libcpu.
347
3482004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Reflect changes to libcpu.
351
3522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
355        Add PRE/TMPINSTALL_FILES to CLEANFILES.
356        * startup/Makefile.am: Ditto.
357
3582004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * start/Makefile.am: Remove.
361        * Makefile.am: Merge-in start/Makefile.am.
362        * configure.ac: Reflect changes above.
363
3642004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * wrapup/Makefile.am: Eliminate $(LIB).
367        Use noinst_DATA to trigger building libbsp.a.
368
3692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
372        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
373
3742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
377        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
378
3792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
382
3832003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Misc cleanups and fixes.
386        * start/Makefile.am: Misc cleanups and fixes.
387        * startup/Makefile.am: Misc cleanups and fixes.
388        * wrapup/Makefile.am: Misc cleanups and fixes.
389
3902003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Add preinstallation dirstamp support.
393        * clock/Makefile.am: Cosmetics.
394        * console/Makefile.am: Cosmetics.
395        * fatal/Makefile.am: Cosmetics.
396        * network/Makefile.am: Cosmetics.
397        * startup/Makefile.am: Cosmetics.
398        * timer/Makefile.am: Cosmetics.
399        * wrapup/Makefile.am: Cosmetics.
400
4012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * clock/Makefile.am: Remove all-local: $(ARCH).
404        * console/Makefile.am: Remove all-local: $(ARCH).
405        * fatal/Makefile.am: Remove all-local: $(ARCH).
406        * network/Makefile.am: Remove all-local: $(ARCH).
407        * start/Makefile.am: Remove all-local: $(ARCH).
408        * startup/Makefile.am: Remove all-local: $(ARCH).
409        * timer/Makefile.am: Remove all-local: $(ARCH).
410        * wrapup/Makefile.am: Remove all-local: $(ARCH).
411
4122003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Merge-in include/Makefile.am.
415        Reflect changes to bsp.am.
416        * include/Makefile.am: Remove.
417        * configure.ac: Reflect changes above.
418
4192003-09-04      Joel Sherrill <joel@OARcorp.com>
420
421        * clock/ckinit.c, console/console-recording.c, console/console.c,
422        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
423        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
424        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
425        changed.
426
4272003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
430        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
431        Remove BSP_CPPFLAGS.
432
4332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Reflect having moved aclocal/.
436
4372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Reflect having moved automake/.
440        * clock/Makefile.am: Reflect having moved automake/.
441        * console/Makefile.am: Reflect having moved automake/.
442        * fatal/Makefile.am: Reflect having moved automake/.
443        * include/Makefile.am: Reflect having moved automake/.
444        * network/Makefile.am: Reflect having moved automake/.
445        * start/Makefile.am: Reflect having moved automake/.
446        * startup/Makefile.am: Reflect having moved automake/.
447        * timer/Makefile.am: Reflect having moved automake/.
448        * wrapup/Makefile.am: Reflect having moved automake/.
449
4502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        PR 452/bsps
453        * startup/Makefile.am: Remove USE_INIT_FINI.
454
4552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
458
4592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        PR 445/bsps
462        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
463        Remove cpp, old_cpp (now unused).
464
4652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * configure.ac: Remove AC_CONFIG_AUX_DIR.
468
4692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
472
4732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: AC_PREREQ(2.57).
476
4772003-01-20      Joel Sherrill <joel@OARcorp.com>
478
479        * startup/linkcmds*: Add FreeBSD sysctl() sections.
480
4812002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
484        * console/Makefile.am: Eliminate C_O_FILES.
485        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
486        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
487        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
488        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
489        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
490
4912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * start/Makefile.am: Use install-data-local to install startfile.
494
4952002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
498
4992002-11-04      Joel Sherrill <joel@OARcorp.com>
500
501        * console/console.c: Removed warnings.
502
5032002-11-01      Joel Sherrill <joel@OARcorp.com>
504
505        * network/network.c, startup/bspclean.c: Removed warnings.
506
5072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * .cvsignore: Reformat.
510        Add autom4te*cache.
511        Remove autom4te.cache.
512
5132002-08-21      Joel Sherrill <joel@OARcorp.com>
514
515        * bsp_specs: Added support for -nostdlibs.
516
5172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
520        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
521        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
522        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
523        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
524        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
525        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
526        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
527
5282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * start/Makefile.am: Eliminate PGM.
531        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
532
5332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
536
5372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
540        Remove $(OBJS) from all-local.
541
5422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
545
5462001-05-28      Joel Sherrill <joel@OARcorp.com>
547
548        * Per PR31, moved mvme16x_hw.h to shared/mvme.
549        * include/Makefile.am: Modified to reflect movement.
550
5512001-05-09      Joel Sherrill <joel@OARcorp.com>
552
553        * startup/linkcmds: In support of gcc 3.1, added one of more
554        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
555        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
556        and direction of segments to memory regions may also have been
557        addressed.  This was a sweep across all BSPs.
558 
5592002-05-01      Eric Norum <eric.norum@usask.ca>
560
561        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
562        startup/page_table.c: Per PR200 fix multi-line inline assembly
563        to satisfy gcc 3.1 and newer.
564
5652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.ac:
568        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
569        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
570        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
575        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
577        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
578        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
579        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
580
5812002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
584
5852001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
588        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
589        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
590        Add AC_DEFINE_UNQUOTED([mvme167]).
591
5922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
595
5962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
599        * configure.in: Remove.
600        * configure.ac: New file, generated from configure.in by autoupdate.
601
6022001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * include/Makefile.am: Use 'CLEANFILES ='.
605        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
606
6072001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * configure.in: Add bspopts.h.
610        * include/.cvsignore: Add bspopts.h*, stamp-h*.
611        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
612        * include/bsp.h: Include bspopts.h.
613
6142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
615
616        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
617
6182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
621
6222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
625
6262000-11-01      Joel Sherrill <joel@OARcorp.com>
627
628        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
629        and libcsupport.h moved from libc to lib/include/rtems and
630        now must be referenced as <rtems/XXX.h>.   Header file order
631        was cleaned up while doing this.
632
6332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
636        Switch to GNU canonicalization.
637
6382000-09-12      Joel Sherrill <joel@OARcorp.com>
639
640        * network/network.c (uti596_attach): Adjust cpp directives
641        and conditional braces so all cases compile.
642
6432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
646        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
647        wrapup/Makefile.am, network/Makefile.am: Include compile.am
648
6492000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
650
651        * console.c(_BSP_output_char): Output CR after LF for printk.
652
6532000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
654
655        * README: Updated
656        * console/console.c: Fix polled input.
657        Add support for shared printk.
658        Add support for more flexible polled I/O with and without termios.
659        I/O mode and console is selectable either from NVRAM or from
660        mvme167.cfg.  Clean up comments.
661
6622000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
663
664        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
665        * include/bsp.h: Reorganize NVRAM parameters.
666        Add support for shared printk.
667        * times: These are the times for the MVME167, not the MBX860-002.
668
6692000-08-11  John Cotton  <john.cotton@nrc.ca>
670
671        * network/network.c: Fix NVRAM configuration parameter
672        handling from previous revision.
673        Check J1-4,  restructure NVRAM parameter handling.
674
6752000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
676
677        * network/network.c: Cleanup of network driver to reduce warnings.
678        Addition of second parameter to uti596_attach.
679
6802000-08-10      Joel Sherrill <joel@OARcorp.com>
681
682        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.