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

4.115
Last change on this file since 99cf9803 was 1bdfd262, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:37:58

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • console/console.c, fatal/bspfatal.c, startup/bspclean.c, startup/page_table.c: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 22.3 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
4        startup/page_table.c:
5        Use "__asm__" instead of "asm" for improved c99-compliance.
6
72011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * timer/timer.c: Include <rtems/btimer.h>.
10        Fix benchmark_timer_read() definition.
11
122011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * configure.ac: Require autoconf-2.68, automake-1.11.1.
15
162010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
17
18        * console/console.c: Add BSP_poll_char.
19
202010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
21
22        * timer/timer.c: Remove warnings.
23
242010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
25
26        * startup/bspclean.c, startup/bspstart.c: Remove warnings.
27
282009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
29
30        * console/console.c: adapted to new prototype for *_write
31        function
32
332009-12-08      Eric Norum <wenorum@lbl.gov>
34
35        PR 1479/bsps
36        * fatal/bspfatal.c: Complete strcat conversion.
37
382009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * make/custom/mvme167.cfg: Remove RTEMS_BSP_FAMILY.
41
422009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Don't add -ansi -fasm to CFLAGS.
45
462009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * make/custom/mvme167.cfg: New (relocated from /make/custom).
49
502009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * console/console.c: Reflect termios_baud_to_number having been
53        renamed to rtems_termios_baud_to_number.
54
552009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
58
592009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
62        Should be automatically handled by confdefs.h or the application.
63
642009-08-13      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * console/console.c, timer/timer.c: Fix warnings and typos.
67
682009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * console/console.c: Convert calls to legacy routine rtems_clock_get(
71        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
72
732009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
76        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
77        have the same options.
78
792009-02-17      Till Straumann <strauman@slac.stanford.edu>
80
81        PR 1371/bsps
82        * network/network.c: mvme167 network driver buggy.
83
842009-02-17      Till Straumann <strauman@slac.stanford.edu>
85
86        PR 1370/bsps
87        * console/console.c: mvme167 console driver BSP_output_char fails to
88        convert \n -> \n\r
89
902008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * bsp_specs: Move -e start from *link to *startfile to avoid warning
93        for undefined entry symbol when linking relocatables with binutils
94        2.19.
95
962008-10-15      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        PR 1303/bsps
99        * fatal/bspfatal.c: strcat() is safe to use even in worst case, so do
100        not have BSP specific mystrcat().
101
1022008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
105        of building libbspstart.a, using automake-rules.
106
1072008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * Makefile.am: Eliminate *_SOURCES.
110
1112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
114        components.
115
1162008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
119
1202008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * configure.ac: Make letting boot_card() handle work area allocation
123        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
124        BSP_BOOTCARD_OPTIONS.
125
1262008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * include/bsp.h: Remove unnecessary boilerplate comments.
129
1302008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * Makefile.am, startup/linkcmds: Use top level shared
133        bsp_get_work_area() implementation.
134
1352008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: Add
138        use of bsp_get_work_area() in its own file and rely on BSP Framework
139        to perform more initialization. Remove unnecessary includes of
140        rtems/libio.h and rtems/libcsupport.h.
141
1422008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
145        phase, all prototypes were removed from bsp.h and empty
146        implementations were removed and made to use the shared stub.
147
1482008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * clock/ckinit.c: The Shared Memory Driver no longer requires the
151        special IOCTL in Clock_control. This was a hack which has existed
152        since before the Classic API Timer Manager was implemented. All
153        implementations of and references to Clock_control were removed.
154
1552008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * console/console.c, fatal/bspfatal.c, include/fatal.h,
158        timer/timer.c: Convert to "bool".
159
1602008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
163        benchmark timer driver. Fix spelling.
164
1652008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
168        follow RTEMS programming conventions.
169
1702008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * timer/timer.c: Add missing prototypes.
173
1742008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * console/console.c: Eliminate copies of switches to convert termios
177        Bxxx constants to xxx as an integer. Use the shared
178        termios_baud_to_number() routine to do the same conversion.
179
1802008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * Makefile.am: Rework to avoid .rel files.
183
1842008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * startup/bspstart.c: Refactored and renamed initialization routines to
187        rtems_initialize_data_structures, rtems_initialize_before_drivers,
188        rtems_initialize_device_drivers, and
189        rtems_initialize_start_multitasking. This opened the sequence up so
190        that bootcard() could provide a more robust and flexible framework
191        which is easier to explain and understand. This also lays the
192        groundwork for sharing the division of available memory between the
193        RTEMS workspace and heap and the C library initialization across all
194        BSPs.
195
1962008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * startup/linkcmds: Add wildcard to gcc_except_table section so
199        programs compiled with gcc 4.3.x can link.
200
2012007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
204        of the Configuration Table. Use the RTEMS provided accessor macros to
205        obtain configuration fields.
206
2072007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
210        from CPU Table to Configuration Table. Eliminate CPU Table from all
211        ports. Delete references to CPU Table in all forms.
212
2132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
216        Table fields to the Configuration Table. This included
217        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
218        do_zero_of_workspace, extra_mpci_receive_server_stack,
219        stack_allocate_hook, and stack_free_hook. As a side-effect of this
220        effort some multiprocessing code was made conditional and some style
221        clean up occurred.
222
2232007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
226        m68k CPU Table since it is never read.
227
2282007-05-03      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: Handle .data.* sections
231
2322007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * bsp_specs: Remove qrtems_debug.
235
2362006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * configure.ac: New BUG-REPORT address.
239
2402006-11-15      Joel Sherrill <joel@OARcorp.com>
241
242        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
243        file and simplified initialization.
244
2452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * Makefile.am: Remove superfluous -DASM.
248
2492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
250
251        * configure.ac: Require autoconf-2.60. Require automake-1.10.
252
2532006-02-08      Joel Sherrill <joel@OARcorp.com>
254
255        * startup/linkcmds: Add sections required by newer gcc versions.
256
2572006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * Makefile.am: Add preinstall.am.
260
2612006-01-08      Joel Sherrill <joel@OARcorp.com>
262
263        * network/network.c: Remove warnings.
264
2652005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * include/bsp.h: New header guard.
268
2692005-04-26      Joel Sherrill <joel@OARcorp.com>
270
271        * network/network.c: Change int to rtems_id to eliminate warning.
272
2732005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
276
2772005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * Makefile.am: Remove build-variant support.
280
2812004-11-25      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
284
2852004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * configure.ac: Require automake > 1.9.
288
2892004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        PR 610/bsps
292        * Makefile.am: Add include/tm27.h, Cosmetics.
293        * include/tm27.h: Final cosmetics.
294
2952004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
296
297        * include/bsp.h: Split out tmtest27 support.
298        * include/tm27.h: New.
299
3002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
301
302        PR 613/bsps
303        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
304
3052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        PR 614/bsps
308        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
309
3102004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
311
312        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
313
3142004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
317        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
318        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
319
3202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
321
322        * clock/ckinit.c, console/console-recording.h, console/console.c,
323        fatal/bspfatal.c, include/fatal.h, network/network.c,
324        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
325        using c99 fixed size types.
326
3272004-03-05      Joel Sherrill <joel@OARcorp.com>
328
329        * network/network.c: Remove warnings for unused routines left from
330        original code.
331
3322004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Reflect changes to bsp.am.
335        Preinstall dist_project_lib*.
336
3372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Reflect changes to bsp.am.
340
3412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
344
3452004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Pickup files from ../../m68k/shared instead of
348        ../shared. Reformat.
349
3502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
353
3542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
357        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
358        timer/Makefile.am, wrapup/Makefile.am.
359        Use automake compilation rules.
360        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
361        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
362        wrapup/Makefile.am: Remove.
363        * configure.ac: Reflect changes above.
364
3652004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * console/console-recording.c: Remove (rename to console-recording.h).
368        * console/console-recording.h: New.
369
3702004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Add PREINSTALL_DIRS.
373        * wrapup/Makefile.am: Reflect changes to libcpu.
374
3752004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Reflect changes to libcpu.
378
3792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
382        Add PRE/TMPINSTALL_FILES to CLEANFILES.
383        * startup/Makefile.am: Ditto.
384
3852004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * start/Makefile.am: Remove.
388        * Makefile.am: Merge-in start/Makefile.am.
389        * configure.ac: Reflect changes above.
390
3912004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * wrapup/Makefile.am: Eliminate $(LIB).
394        Use noinst_DATA to trigger building libbsp.a.
395
3962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
399        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
400
4012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
404        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
405
4062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
409
4102003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Misc cleanups and fixes.
413        * start/Makefile.am: Misc cleanups and fixes.
414        * startup/Makefile.am: Misc cleanups and fixes.
415        * wrapup/Makefile.am: Misc cleanups and fixes.
416
4172003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Add preinstallation dirstamp support.
420        * clock/Makefile.am: Cosmetics.
421        * console/Makefile.am: Cosmetics.
422        * fatal/Makefile.am: Cosmetics.
423        * network/Makefile.am: Cosmetics.
424        * startup/Makefile.am: Cosmetics.
425        * timer/Makefile.am: Cosmetics.
426        * wrapup/Makefile.am: Cosmetics.
427
4282003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * clock/Makefile.am: Remove all-local: $(ARCH).
431        * console/Makefile.am: Remove all-local: $(ARCH).
432        * fatal/Makefile.am: Remove all-local: $(ARCH).
433        * network/Makefile.am: Remove all-local: $(ARCH).
434        * start/Makefile.am: Remove all-local: $(ARCH).
435        * startup/Makefile.am: Remove all-local: $(ARCH).
436        * timer/Makefile.am: Remove all-local: $(ARCH).
437        * wrapup/Makefile.am: Remove all-local: $(ARCH).
438
4392003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Merge-in include/Makefile.am.
442        Reflect changes to bsp.am.
443        * include/Makefile.am: Remove.
444        * configure.ac: Reflect changes above.
445
4462003-09-04      Joel Sherrill <joel@OARcorp.com>
447
448        * clock/ckinit.c, console/console-recording.c, console/console.c,
449        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
450        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
451        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
452        changed.
453
4542003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
457        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
458        Remove BSP_CPPFLAGS.
459
4602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Reflect having moved aclocal/.
463
4642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am: Reflect having moved automake/.
467        * clock/Makefile.am: Reflect having moved automake/.
468        * console/Makefile.am: Reflect having moved automake/.
469        * fatal/Makefile.am: Reflect having moved automake/.
470        * include/Makefile.am: Reflect having moved automake/.
471        * network/Makefile.am: Reflect having moved automake/.
472        * start/Makefile.am: Reflect having moved automake/.
473        * startup/Makefile.am: Reflect having moved automake/.
474        * timer/Makefile.am: Reflect having moved automake/.
475        * wrapup/Makefile.am: Reflect having moved automake/.
476
4772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        PR 452/bsps
480        * startup/Makefile.am: Remove USE_INIT_FINI.
481
4822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
485
4862003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        PR 445/bsps
489        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
490        Remove cpp, old_cpp (now unused).
491
4922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac: Remove AC_CONFIG_AUX_DIR.
495
4962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
499
5002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: AC_PREREQ(2.57).
503
5042003-01-20      Joel Sherrill <joel@OARcorp.com>
505
506        * startup/linkcmds*: Add FreeBSD sysctl() sections.
507
5082002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
511        * console/Makefile.am: Eliminate C_O_FILES.
512        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
513        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
514        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
515        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
516        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
517
5182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * start/Makefile.am: Use install-data-local to install startfile.
521
5222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
525
5262002-11-04      Joel Sherrill <joel@OARcorp.com>
527
528        * console/console.c: Removed warnings.
529
5302002-11-01      Joel Sherrill <joel@OARcorp.com>
531
532        * network/network.c, startup/bspclean.c: Removed warnings.
533
5342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * .cvsignore: Reformat.
537        Add autom4te*cache.
538        Remove autom4te.cache.
539
5402002-08-21      Joel Sherrill <joel@OARcorp.com>
541
542        * bsp_specs: Added support for -nostdlibs.
543
5442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
547        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
548        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
549        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
551        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
552        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
553        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
554
5552002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * start/Makefile.am: Eliminate PGM.
558        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
559
5602002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
563
5642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
567        Remove $(OBJS) from all-local.
568
5692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
572
5732001-05-28      Joel Sherrill <joel@OARcorp.com>
574
575        * Per PR31, moved mvme16x_hw.h to shared/mvme.
576        * include/Makefile.am: Modified to reflect movement.
577
5782001-05-09      Joel Sherrill <joel@OARcorp.com>
579
580        * startup/linkcmds: In support of gcc 3.1, added one of more
581        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
582        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
583        and direction of segments to memory regions may also have been
584        addressed.  This was a sweep across all BSPs.
585 
5862002-05-01      Eric Norum <eric.norum@usask.ca>
587
588        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
589        startup/page_table.c: Per PR200 fix multi-line inline assembly
590        to satisfy gcc 3.1 and newer.
591
5922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac:
595        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
596        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
597        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
607
6082002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
611
6122001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
615        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
616        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
617        Add AC_DEFINE_UNQUOTED([mvme167]).
618
6192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
622
6232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
626        * configure.in: Remove.
627        * configure.ac: New file, generated from configure.in by autoupdate.
628
6292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * include/Makefile.am: Use 'CLEANFILES ='.
632        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
633
6342001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * configure.in: Add bspopts.h.
637        * include/.cvsignore: Add bspopts.h*, stamp-h*.
638        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
639        * include/bsp.h: Include bspopts.h.
640
6412001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
642
643        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
644
6452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
648
6492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
652
6532000-11-01      Joel Sherrill <joel@OARcorp.com>
654
655        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
656        and libcsupport.h moved from libc to lib/include/rtems and
657        now must be referenced as <rtems/XXX.h>.   Header file order
658        was cleaned up while doing this.
659
6602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
663        Switch to GNU canonicalization.
664
6652000-09-12      Joel Sherrill <joel@OARcorp.com>
666
667        * network/network.c (uti596_attach): Adjust cpp directives
668        and conditional braces so all cases compile.
669
6702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
673        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
674        wrapup/Makefile.am, network/Makefile.am: Include compile.am
675
6762000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
677
678        * console.c(_BSP_output_char): Output CR after LF for printk.
679
6802000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
681
682        * README: Updated
683        * console/console.c: Fix polled input.
684        Add support for shared printk.
685        Add support for more flexible polled I/O with and without termios.
686        I/O mode and console is selectable either from NVRAM or from
687        mvme167.cfg.  Clean up comments.
688
6892000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
690
691        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
692        * include/bsp.h: Reorganize NVRAM parameters.
693        Add support for shared printk.
694        * times: These are the times for the MVME167, not the MBX860-002.
695
6962000-08-11  John Cotton  <john.cotton@nrc.ca>
697
698        * network/network.c: Fix NVRAM configuration parameter
699        handling from previous revision.
700        Check J1-4,  restructure NVRAM parameter handling.
701
7022000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
703
704        * network/network.c: Cleanup of network driver to reduce warnings.
705        Addition of second parameter to uti596_attach.
706
7072000-08-10      Joel Sherrill <joel@OARcorp.com>
708
709        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.