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

4.115
Last change on this file since 989938f1 was 989938f1, checked in by Joel Sherrill <joel.sherrill@…>, on 08/03/10 at 14:16:41

2010-08-03 Joel Sherrill <joel.sherrilL@…>

  • console/console.c: Add BSP_poll_char.
  • Property mode set to 100644
File size: 21.9 KB
Line 
12010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * console/console.c: Add BSP_poll_char.
4
52010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * timer/timer.c: Remove warnings.
8
92010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
10
11        * startup/bspclean.c, startup/bspstart.c: Remove warnings.
12
132009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
14
15        * console/console.c: adapted to new prototype for *_write
16        function
17
182009-12-08      Eric Norum <wenorum@lbl.gov>
19
20        PR 1479/bsps
21        * fatal/bspfatal.c: Complete strcat conversion.
22
232009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/mvme167.cfg: Remove RTEMS_BSP_FAMILY.
26
272009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Don't add -ansi -fasm to CFLAGS.
30
312009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * make/custom/mvme167.cfg: New (relocated from /make/custom).
34
352009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * console/console.c: Reflect termios_baud_to_number having been
38        renamed to rtems_termios_baud_to_number.
39
402009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
43
442009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
47        Should be automatically handled by confdefs.h or the application.
48
492009-08-13      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * console/console.c, timer/timer.c: Fix warnings and typos.
52
532009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * console/console.c: Convert calls to legacy routine rtems_clock_get(
56        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
57
582009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
61        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
62        have the same options.
63
642009-02-17      Till Straumann <strauman@slac.stanford.edu>
65
66        PR 1371/bsps
67        * network/network.c: mvme167 network driver buggy.
68
692009-02-17      Till Straumann <strauman@slac.stanford.edu>
70
71        PR 1370/bsps
72        * console/console.c: mvme167 console driver BSP_output_char fails to
73        convert \n -> \n\r
74
752008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * bsp_specs: Move -e start from *link to *startfile to avoid warning
78        for undefined entry symbol when linking relocatables with binutils
79        2.19.
80
812008-10-15      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        PR 1303/bsps
84        * fatal/bspfatal.c: strcat() is safe to use even in worst case, so do
85        not have BSP specific mystrcat().
86
872008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
90        of building libbspstart.a, using automake-rules.
91
922008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Eliminate *_SOURCES.
95
962008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
99        components.
100
1012008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
104
1052008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * configure.ac: Make letting boot_card() handle work area allocation
108        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
109        BSP_BOOTCARD_OPTIONS.
110
1112008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * include/bsp.h: Remove unnecessary boilerplate comments.
114
1152008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * Makefile.am, startup/linkcmds: Use top level shared
118        bsp_get_work_area() implementation.
119
1202008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: Add
123        use of bsp_get_work_area() in its own file and rely on BSP Framework
124        to perform more initialization. Remove unnecessary includes of
125        rtems/libio.h and rtems/libcsupport.h.
126
1272008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
130        phase, all prototypes were removed from bsp.h and empty
131        implementations were removed and made to use the shared stub.
132
1332008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * clock/ckinit.c: The Shared Memory Driver no longer requires the
136        special IOCTL in Clock_control. This was a hack which has existed
137        since before the Classic API Timer Manager was implemented. All
138        implementations of and references to Clock_control were removed.
139
1402008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * console/console.c, fatal/bspfatal.c, include/fatal.h,
143        timer/timer.c: Convert to "bool".
144
1452008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
148        benchmark timer driver. Fix spelling.
149
1502008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
153        follow RTEMS programming conventions.
154
1552008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * timer/timer.c: Add missing prototypes.
158
1592008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * console/console.c: Eliminate copies of switches to convert termios
162        Bxxx constants to xxx as an integer. Use the shared
163        termios_baud_to_number() routine to do the same conversion.
164
1652008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * Makefile.am: Rework to avoid .rel files.
168
1692008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * startup/bspstart.c: Refactored and renamed initialization routines to
172        rtems_initialize_data_structures, rtems_initialize_before_drivers,
173        rtems_initialize_device_drivers, and
174        rtems_initialize_start_multitasking. This opened the sequence up so
175        that bootcard() could provide a more robust and flexible framework
176        which is easier to explain and understand. This also lays the
177        groundwork for sharing the division of available memory between the
178        RTEMS workspace and heap and the C library initialization across all
179        BSPs.
180
1812008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * startup/linkcmds: Add wildcard to gcc_except_table section so
184        programs compiled with gcc 4.3.x can link.
185
1862007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
189        of the Configuration Table. Use the RTEMS provided accessor macros to
190        obtain configuration fields.
191
1922007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
195        from CPU Table to Configuration Table. Eliminate CPU Table from all
196        ports. Delete references to CPU Table in all forms.
197
1982007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
201        Table fields to the Configuration Table. This included
202        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
203        do_zero_of_workspace, extra_mpci_receive_server_stack,
204        stack_allocate_hook, and stack_free_hook. As a side-effect of this
205        effort some multiprocessing code was made conditional and some style
206        clean up occurred.
207
2082007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
211        m68k CPU Table since it is never read.
212
2132007-05-03      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds: Handle .data.* sections
216
2172007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * bsp_specs: Remove qrtems_debug.
220
2212006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * configure.ac: New BUG-REPORT address.
224
2252006-11-15      Joel Sherrill <joel@OARcorp.com>
226
227        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
228        file and simplified initialization.
229
2302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * Makefile.am: Remove superfluous -DASM.
233
2342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * configure.ac: Require autoconf-2.60. Require automake-1.10.
237
2382006-02-08      Joel Sherrill <joel@OARcorp.com>
239
240        * startup/linkcmds: Add sections required by newer gcc versions.
241
2422006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * Makefile.am: Add preinstall.am.
245
2462006-01-08      Joel Sherrill <joel@OARcorp.com>
247
248        * network/network.c: Remove warnings.
249
2502005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * include/bsp.h: New header guard.
253
2542005-04-26      Joel Sherrill <joel@OARcorp.com>
255
256        * network/network.c: Change int to rtems_id to eliminate warning.
257
2582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
261
2622005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * Makefile.am: Remove build-variant support.
265
2662004-11-25      Joel Sherrill <joel@OARcorp.com>
267
268        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
269
2702004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
271
272        * configure.ac: Require automake > 1.9.
273
2742004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
275
276        PR 610/bsps
277        * Makefile.am: Add include/tm27.h, Cosmetics.
278        * include/tm27.h: Final cosmetics.
279
2802004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        * include/bsp.h: Split out tmtest27 support.
283        * include/tm27.h: New.
284
2852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        PR 613/bsps
288        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
289
2902004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        PR 614/bsps
293        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
294
2952004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
296
297        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
298
2992004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
302        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
303        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
304
3052004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        * clock/ckinit.c, console/console-recording.h, console/console.c,
308        fatal/bspfatal.c, include/fatal.h, network/network.c,
309        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
310        using c99 fixed size types.
311
3122004-03-05      Joel Sherrill <joel@OARcorp.com>
313
314        * network/network.c: Remove warnings for unused routines left from
315        original code.
316
3172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Reflect changes to bsp.am.
320        Preinstall dist_project_lib*.
321
3222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Reflect changes to bsp.am.
325
3262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
329
3302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Pickup files from ../../m68k/shared instead of
333        ../shared. Reformat.
334
3352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
338
3392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
342        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
343        timer/Makefile.am, wrapup/Makefile.am.
344        Use automake compilation rules.
345        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
346        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
347        wrapup/Makefile.am: Remove.
348        * configure.ac: Reflect changes above.
349
3502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * console/console-recording.c: Remove (rename to console-recording.h).
353        * console/console-recording.h: New.
354
3552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Add PREINSTALL_DIRS.
358        * wrapup/Makefile.am: Reflect changes to libcpu.
359
3602004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Reflect changes to libcpu.
363
3642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
367        Add PRE/TMPINSTALL_FILES to CLEANFILES.
368        * startup/Makefile.am: Ditto.
369
3702004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * start/Makefile.am: Remove.
373        * Makefile.am: Merge-in start/Makefile.am.
374        * configure.ac: Reflect changes above.
375
3762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * wrapup/Makefile.am: Eliminate $(LIB).
379        Use noinst_DATA to trigger building libbsp.a.
380
3812003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
384        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
385
3862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
389        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
390
3912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
394
3952003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Misc cleanups and fixes.
398        * start/Makefile.am: Misc cleanups and fixes.
399        * startup/Makefile.am: Misc cleanups and fixes.
400        * wrapup/Makefile.am: Misc cleanups and fixes.
401
4022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Add preinstallation dirstamp support.
405        * clock/Makefile.am: Cosmetics.
406        * console/Makefile.am: Cosmetics.
407        * fatal/Makefile.am: Cosmetics.
408        * network/Makefile.am: Cosmetics.
409        * startup/Makefile.am: Cosmetics.
410        * timer/Makefile.am: Cosmetics.
411        * wrapup/Makefile.am: Cosmetics.
412
4132003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * clock/Makefile.am: Remove all-local: $(ARCH).
416        * console/Makefile.am: Remove all-local: $(ARCH).
417        * fatal/Makefile.am: Remove all-local: $(ARCH).
418        * network/Makefile.am: Remove all-local: $(ARCH).
419        * start/Makefile.am: Remove all-local: $(ARCH).
420        * startup/Makefile.am: Remove all-local: $(ARCH).
421        * timer/Makefile.am: Remove all-local: $(ARCH).
422        * wrapup/Makefile.am: Remove all-local: $(ARCH).
423
4242003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Merge-in include/Makefile.am.
427        Reflect changes to bsp.am.
428        * include/Makefile.am: Remove.
429        * configure.ac: Reflect changes above.
430
4312003-09-04      Joel Sherrill <joel@OARcorp.com>
432
433        * clock/ckinit.c, console/console-recording.c, console/console.c,
434        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
435        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
436        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
437        changed.
438
4392003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
442        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
443        Remove BSP_CPPFLAGS.
444
4452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Reflect having moved aclocal/.
448
4492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am: Reflect having moved automake/.
452        * clock/Makefile.am: Reflect having moved automake/.
453        * console/Makefile.am: Reflect having moved automake/.
454        * fatal/Makefile.am: Reflect having moved automake/.
455        * include/Makefile.am: Reflect having moved automake/.
456        * network/Makefile.am: Reflect having moved automake/.
457        * start/Makefile.am: Reflect having moved automake/.
458        * startup/Makefile.am: Reflect having moved automake/.
459        * timer/Makefile.am: Reflect having moved automake/.
460        * wrapup/Makefile.am: Reflect having moved automake/.
461
4622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        PR 452/bsps
465        * startup/Makefile.am: Remove USE_INIT_FINI.
466
4672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
470
4712003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        PR 445/bsps
474        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
475        Remove cpp, old_cpp (now unused).
476
4772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: Remove AC_CONFIG_AUX_DIR.
480
4812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
484
4852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac: AC_PREREQ(2.57).
488
4892003-01-20      Joel Sherrill <joel@OARcorp.com>
490
491        * startup/linkcmds*: Add FreeBSD sysctl() sections.
492
4932002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
496        * console/Makefile.am: Eliminate C_O_FILES.
497        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
498        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
499        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
500        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
501        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
502
5032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * start/Makefile.am: Use install-data-local to install startfile.
506
5072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
510
5112002-11-04      Joel Sherrill <joel@OARcorp.com>
512
513        * console/console.c: Removed warnings.
514
5152002-11-01      Joel Sherrill <joel@OARcorp.com>
516
517        * network/network.c, startup/bspclean.c: Removed warnings.
518
5192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * .cvsignore: Reformat.
522        Add autom4te*cache.
523        Remove autom4te.cache.
524
5252002-08-21      Joel Sherrill <joel@OARcorp.com>
526
527        * bsp_specs: Added support for -nostdlibs.
528
5292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
532        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
533        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
534        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
535        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
536        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
537        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
538        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
539
5402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * start/Makefile.am: Eliminate PGM.
543        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
544
5452002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
548
5492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
552        Remove $(OBJS) from all-local.
553
5542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
557
5582001-05-28      Joel Sherrill <joel@OARcorp.com>
559
560        * Per PR31, moved mvme16x_hw.h to shared/mvme.
561        * include/Makefile.am: Modified to reflect movement.
562
5632001-05-09      Joel Sherrill <joel@OARcorp.com>
564
565        * startup/linkcmds: In support of gcc 3.1, added one of more
566        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
567        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
568        and direction of segments to memory regions may also have been
569        addressed.  This was a sweep across all BSPs.
570 
5712002-05-01      Eric Norum <eric.norum@usask.ca>
572
573        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
574        startup/page_table.c: Per PR200 fix multi-line inline assembly
575        to satisfy gcc 3.1 and newer.
576
5772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.ac:
580        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
581        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
582        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
583        * Makefile.am: Remove AUTOMAKE_OPTIONS.
584        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
585        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
586        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
587        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
588        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
589        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
590        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
591        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
592
5932002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
596
5972001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
600        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
601        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
602        Add AC_DEFINE_UNQUOTED([mvme167]).
603
6042001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
607
6082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
611        * configure.in: Remove.
612        * configure.ac: New file, generated from configure.in by autoupdate.
613
6142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * include/Makefile.am: Use 'CLEANFILES ='.
617        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
618
6192001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.in: Add bspopts.h.
622        * include/.cvsignore: Add bspopts.h*, stamp-h*.
623        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
624        * include/bsp.h: Include bspopts.h.
625
6262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
627
628        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
629
6302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
633
6342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
637
6382000-11-01      Joel Sherrill <joel@OARcorp.com>
639
640        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
641        and libcsupport.h moved from libc to lib/include/rtems and
642        now must be referenced as <rtems/XXX.h>.   Header file order
643        was cleaned up while doing this.
644
6452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
648        Switch to GNU canonicalization.
649
6502000-09-12      Joel Sherrill <joel@OARcorp.com>
651
652        * network/network.c (uti596_attach): Adjust cpp directives
653        and conditional braces so all cases compile.
654
6552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
658        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
659        wrapup/Makefile.am, network/Makefile.am: Include compile.am
660
6612000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
662
663        * console.c(_BSP_output_char): Output CR after LF for printk.
664
6652000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
666
667        * README: Updated
668        * console/console.c: Fix polled input.
669        Add support for shared printk.
670        Add support for more flexible polled I/O with and without termios.
671        I/O mode and console is selectable either from NVRAM or from
672        mvme167.cfg.  Clean up comments.
673
6742000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
675
676        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
677        * include/bsp.h: Reorganize NVRAM parameters.
678        Add support for shared printk.
679        * times: These are the times for the MVME167, not the MBX860-002.
680
6812000-08-11  John Cotton  <john.cotton@nrc.ca>
682
683        * network/network.c: Fix NVRAM configuration parameter
684        handling from previous revision.
685        Check J1-4,  restructure NVRAM parameter handling.
686
6872000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
688
689        * network/network.c: Cleanup of network driver to reduce warnings.
690        Addition of second parameter to uti596_attach.
691
6922000-08-10      Joel Sherrill <joel@OARcorp.com>
693
694        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.