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

4.104.115
Last change on this file since e0e2cb8e was e0e2cb8e, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/09 at 16:48:26

2009-12-08 Eric Norum <wenorum@…>

PR 1479/bsps

  • fatal/bspfatal.c: Complete strcat conversion.
  • Property mode set to 100644
File size: 21.4 KB
Line 
12009-12-08      Eric Norum <wenorum@lbl.gov>
2
3        PR 1479/bsps
4        * fatal/bspfatal.c: Complete strcat conversion.
5
62009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * make/custom/mvme167.cfg: Remove RTEMS_BSP_FAMILY.
9
102009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Don't add -ansi -fasm to CFLAGS.
13
142009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * make/custom/mvme167.cfg: New (relocated from /make/custom).
17
182009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * console/console.c: Reflect termios_baud_to_number having been
21        renamed to rtems_termios_baud_to_number.
22
232009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
26
272009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
30        Should be automatically handled by confdefs.h or the application.
31
322009-08-13      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * console/console.c, timer/timer.c: Fix warnings and typos.
35
362009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * console/console.c: Convert calls to legacy routine rtems_clock_get(
39        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
40
412009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
44        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
45        have the same options.
46
472009-02-17      Till Straumann <strauman@slac.stanford.edu>
48
49        PR 1371/bsps
50        * network/network.c: mvme167 network driver buggy.
51
522009-02-17      Till Straumann <strauman@slac.stanford.edu>
53
54        PR 1370/bsps
55        * console/console.c: mvme167 console driver BSP_output_char fails to
56        convert \n -> \n\r
57
582008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * bsp_specs: Move -e start from *link to *startfile to avoid warning
61        for undefined entry symbol when linking relocatables with binutils
62        2.19.
63
642008-10-15      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        PR 1303/bsps
67        * fatal/bspfatal.c: strcat() is safe to use even in worst case, so do
68        not have BSP specific mystrcat().
69
702008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
73        of building libbspstart.a, using automake-rules.
74
752008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Eliminate *_SOURCES.
78
792008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
82        components.
83
842008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
87
882008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * configure.ac: Make letting boot_card() handle work area allocation
91        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
92        BSP_BOOTCARD_OPTIONS.
93
942008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * include/bsp.h: Remove unnecessary boilerplate comments.
97
982008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, startup/linkcmds: Use top level shared
101        bsp_get_work_area() implementation.
102
1032008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: Add
106        use of bsp_get_work_area() in its own file and rely on BSP Framework
107        to perform more initialization. Remove unnecessary includes of
108        rtems/libio.h and rtems/libcsupport.h.
109
1102008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
113        phase, all prototypes were removed from bsp.h and empty
114        implementations were removed and made to use the shared stub.
115
1162008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * clock/ckinit.c: The Shared Memory Driver no longer requires the
119        special IOCTL in Clock_control. This was a hack which has existed
120        since before the Classic API Timer Manager was implemented. All
121        implementations of and references to Clock_control were removed.
122
1232008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * console/console.c, fatal/bspfatal.c, include/fatal.h,
126        timer/timer.c: Convert to "bool".
127
1282008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
131        benchmark timer driver. Fix spelling.
132
1332008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
136        follow RTEMS programming conventions.
137
1382008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * timer/timer.c: Add missing prototypes.
141
1422008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * console/console.c: Eliminate copies of switches to convert termios
145        Bxxx constants to xxx as an integer. Use the shared
146        termios_baud_to_number() routine to do the same conversion.
147
1482008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * Makefile.am: Rework to avoid .rel files.
151
1522008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * startup/bspstart.c: Refactored and renamed initialization routines to
155        rtems_initialize_data_structures, rtems_initialize_before_drivers,
156        rtems_initialize_device_drivers, and
157        rtems_initialize_start_multitasking. This opened the sequence up so
158        that bootcard() could provide a more robust and flexible framework
159        which is easier to explain and understand. This also lays the
160        groundwork for sharing the division of available memory between the
161        RTEMS workspace and heap and the C library initialization across all
162        BSPs.
163
1642008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * startup/linkcmds: Add wildcard to gcc_except_table section so
167        programs compiled with gcc 4.3.x can link.
168
1692007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
172        of the Configuration Table. Use the RTEMS provided accessor macros to
173        obtain configuration fields.
174
1752007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
178        from CPU Table to Configuration Table. Eliminate CPU Table from all
179        ports. Delete references to CPU Table in all forms.
180
1812007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
184        Table fields to the Configuration Table. This included
185        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
186        do_zero_of_workspace, extra_mpci_receive_server_stack,
187        stack_allocate_hook, and stack_free_hook. As a side-effect of this
188        effort some multiprocessing code was made conditional and some style
189        clean up occurred.
190
1912007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
194        m68k CPU Table since it is never read.
195
1962007-05-03      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/linkcmds: Handle .data.* sections
199
2002007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * bsp_specs: Remove qrtems_debug.
203
2042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * configure.ac: New BUG-REPORT address.
207
2082006-11-15      Joel Sherrill <joel@OARcorp.com>
209
210        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
211        file and simplified initialization.
212
2132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * Makefile.am: Remove superfluous -DASM.
216
2172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * configure.ac: Require autoconf-2.60. Require automake-1.10.
220
2212006-02-08      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds: Add sections required by newer gcc versions.
224
2252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * Makefile.am: Add preinstall.am.
228
2292006-01-08      Joel Sherrill <joel@OARcorp.com>
230
231        * network/network.c: Remove warnings.
232
2332005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * include/bsp.h: New header guard.
236
2372005-04-26      Joel Sherrill <joel@OARcorp.com>
238
239        * network/network.c: Change int to rtems_id to eliminate warning.
240
2412005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
244
2452005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * Makefile.am: Remove build-variant support.
248
2492004-11-25      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
252
2532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        * configure.ac: Require automake > 1.9.
256
2572004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        PR 610/bsps
260        * Makefile.am: Add include/tm27.h, Cosmetics.
261        * include/tm27.h: Final cosmetics.
262
2632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
264
265        * include/bsp.h: Split out tmtest27 support.
266        * include/tm27.h: New.
267
2682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        PR 613/bsps
271        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
272
2732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        PR 614/bsps
276        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
277
2782004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
281
2822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
285        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
286        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
287
2882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        * clock/ckinit.c, console/console-recording.h, console/console.c,
291        fatal/bspfatal.c, include/fatal.h, network/network.c,
292        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
293        using c99 fixed size types.
294
2952004-03-05      Joel Sherrill <joel@OARcorp.com>
296
297        * network/network.c: Remove warnings for unused routines left from
298        original code.
299
3002004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Reflect changes to bsp.am.
303        Preinstall dist_project_lib*.
304
3052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Reflect changes to bsp.am.
308
3092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
312
3132004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Pickup files from ../../m68k/shared instead of
316        ../shared. Reformat.
317
3182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
321
3222004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
325        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
326        timer/Makefile.am, wrapup/Makefile.am.
327        Use automake compilation rules.
328        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
329        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
330        wrapup/Makefile.am: Remove.
331        * configure.ac: Reflect changes above.
332
3332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * console/console-recording.c: Remove (rename to console-recording.h).
336        * console/console-recording.h: New.
337
3382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Add PREINSTALL_DIRS.
341        * wrapup/Makefile.am: Reflect changes to libcpu.
342
3432004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/Makefile.am: Reflect changes to libcpu.
346
3472004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
350        Add PRE/TMPINSTALL_FILES to CLEANFILES.
351        * startup/Makefile.am: Ditto.
352
3532004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * start/Makefile.am: Remove.
356        * Makefile.am: Merge-in start/Makefile.am.
357        * configure.ac: Reflect changes above.
358
3592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * wrapup/Makefile.am: Eliminate $(LIB).
362        Use noinst_DATA to trigger building libbsp.a.
363
3642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
367        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
368
3692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
372        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
373
3742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
377
3782003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Misc cleanups and fixes.
381        * start/Makefile.am: Misc cleanups and fixes.
382        * startup/Makefile.am: Misc cleanups and fixes.
383        * wrapup/Makefile.am: Misc cleanups and fixes.
384
3852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Add preinstallation dirstamp support.
388        * clock/Makefile.am: Cosmetics.
389        * console/Makefile.am: Cosmetics.
390        * fatal/Makefile.am: Cosmetics.
391        * network/Makefile.am: Cosmetics.
392        * startup/Makefile.am: Cosmetics.
393        * timer/Makefile.am: Cosmetics.
394        * wrapup/Makefile.am: Cosmetics.
395
3962003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * clock/Makefile.am: Remove all-local: $(ARCH).
399        * console/Makefile.am: Remove all-local: $(ARCH).
400        * fatal/Makefile.am: Remove all-local: $(ARCH).
401        * network/Makefile.am: Remove all-local: $(ARCH).
402        * start/Makefile.am: Remove all-local: $(ARCH).
403        * startup/Makefile.am: Remove all-local: $(ARCH).
404        * timer/Makefile.am: Remove all-local: $(ARCH).
405        * wrapup/Makefile.am: Remove all-local: $(ARCH).
406
4072003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Merge-in include/Makefile.am.
410        Reflect changes to bsp.am.
411        * include/Makefile.am: Remove.
412        * configure.ac: Reflect changes above.
413
4142003-09-04      Joel Sherrill <joel@OARcorp.com>
415
416        * clock/ckinit.c, console/console-recording.c, console/console.c,
417        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
418        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
419        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
420        changed.
421
4222003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
425        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
426        Remove BSP_CPPFLAGS.
427
4282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Reflect having moved aclocal/.
431
4322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Reflect having moved automake/.
435        * clock/Makefile.am: Reflect having moved automake/.
436        * console/Makefile.am: Reflect having moved automake/.
437        * fatal/Makefile.am: Reflect having moved automake/.
438        * include/Makefile.am: Reflect having moved automake/.
439        * network/Makefile.am: Reflect having moved automake/.
440        * start/Makefile.am: Reflect having moved automake/.
441        * startup/Makefile.am: Reflect having moved automake/.
442        * timer/Makefile.am: Reflect having moved automake/.
443        * wrapup/Makefile.am: Reflect having moved automake/.
444
4452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        PR 452/bsps
448        * startup/Makefile.am: Remove USE_INIT_FINI.
449
4502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
453
4542003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        PR 445/bsps
457        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
458        Remove cpp, old_cpp (now unused).
459
4602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: Remove AC_CONFIG_AUX_DIR.
463
4642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
467
4682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: AC_PREREQ(2.57).
471
4722003-01-20      Joel Sherrill <joel@OARcorp.com>
473
474        * startup/linkcmds*: Add FreeBSD sysctl() sections.
475
4762002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
479        * console/Makefile.am: Eliminate C_O_FILES.
480        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
481        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
482        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
483        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
484        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
485
4862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * start/Makefile.am: Use install-data-local to install startfile.
489
4902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
493
4942002-11-04      Joel Sherrill <joel@OARcorp.com>
495
496        * console/console.c: Removed warnings.
497
4982002-11-01      Joel Sherrill <joel@OARcorp.com>
499
500        * network/network.c, startup/bspclean.c: Removed warnings.
501
5022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * .cvsignore: Reformat.
505        Add autom4te*cache.
506        Remove autom4te.cache.
507
5082002-08-21      Joel Sherrill <joel@OARcorp.com>
509
510        * bsp_specs: Added support for -nostdlibs.
511
5122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
515        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
516        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
517        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
518        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
519        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
520        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
521        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
522
5232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * start/Makefile.am: Eliminate PGM.
526        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
527
5282002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
531
5322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
535        Remove $(OBJS) from all-local.
536
5372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
540
5412001-05-28      Joel Sherrill <joel@OARcorp.com>
542
543        * Per PR31, moved mvme16x_hw.h to shared/mvme.
544        * include/Makefile.am: Modified to reflect movement.
545
5462001-05-09      Joel Sherrill <joel@OARcorp.com>
547
548        * startup/linkcmds: In support of gcc 3.1, added one of more
549        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
550        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
551        and direction of segments to memory regions may also have been
552        addressed.  This was a sweep across all BSPs.
553 
5542002-05-01      Eric Norum <eric.norum@usask.ca>
555
556        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
557        startup/page_table.c: Per PR200 fix multi-line inline assembly
558        to satisfy gcc 3.1 and newer.
559
5602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * configure.ac:
563        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
564        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
565        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
566        * Makefile.am: Remove AUTOMAKE_OPTIONS.
567        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
570        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
575
5762002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
579
5802001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
583        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
584        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
585        Add AC_DEFINE_UNQUOTED([mvme167]).
586
5872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
590
5912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
594        * configure.in: Remove.
595        * configure.ac: New file, generated from configure.in by autoupdate.
596
5972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * include/Makefile.am: Use 'CLEANFILES ='.
600        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
601
6022001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.in: Add bspopts.h.
605        * include/.cvsignore: Add bspopts.h*, stamp-h*.
606        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
607        * include/bsp.h: Include bspopts.h.
608
6092001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
610
611        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
612
6132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
616
6172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
620
6212000-11-01      Joel Sherrill <joel@OARcorp.com>
622
623        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
624        and libcsupport.h moved from libc to lib/include/rtems and
625        now must be referenced as <rtems/XXX.h>.   Header file order
626        was cleaned up while doing this.
627
6282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
631        Switch to GNU canonicalization.
632
6332000-09-12      Joel Sherrill <joel@OARcorp.com>
634
635        * network/network.c (uti596_attach): Adjust cpp directives
636        and conditional braces so all cases compile.
637
6382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
641        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
642        wrapup/Makefile.am, network/Makefile.am: Include compile.am
643
6442000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
645
646        * console.c(_BSP_output_char): Output CR after LF for printk.
647
6482000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
649
650        * README: Updated
651        * console/console.c: Fix polled input.
652        Add support for shared printk.
653        Add support for more flexible polled I/O with and without termios.
654        I/O mode and console is selectable either from NVRAM or from
655        mvme167.cfg.  Clean up comments.
656
6572000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
658
659        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
660        * include/bsp.h: Reorganize NVRAM parameters.
661        Add support for shared printk.
662        * times: These are the times for the MVME167, not the MBX860-002.
663
6642000-08-11  John Cotton  <john.cotton@nrc.ca>
665
666        * network/network.c: Fix NVRAM configuration parameter
667        handling from previous revision.
668        Check J1-4,  restructure NVRAM parameter handling.
669
6702000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
671
672        * network/network.c: Cleanup of network driver to reduce warnings.
673        Addition of second parameter to uti596_attach.
674
6752000-08-10      Joel Sherrill <joel@OARcorp.com>
676
677        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.