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

4.104.115
Last change on this file since b4288f0 was b4288f0, checked in by Joel Sherrill <joel.sherrill@…>, on 10/15/08 at 17:50:00

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

PR 1303/bsps

  • fatal/bspfatal.c: strcat() is safe to use even in worst case, so do not have BSP specific mystrcat().
  • Property mode set to 100644
File size: 19.6 KB
Line 
12008-10-15      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        PR 1303/bsps
4        * fatal/bspfatal.c: strcat() is safe to use even in worst case, so do
5        not have BSP specific mystrcat().
6
72008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
10        of building libbspstart.a, using automake-rules.
11
122008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * Makefile.am: Eliminate *_SOURCES.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
19        components.
20
212008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
24
252008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * configure.ac: Make letting boot_card() handle work area allocation
28        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
29        BSP_BOOTCARD_OPTIONS.
30
312008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * include/bsp.h: Remove unnecessary boilerplate comments.
34
352008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.am, startup/linkcmds: Use top level shared
38        bsp_get_work_area() implementation.
39
402008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: Add
43        use of bsp_get_work_area() in its own file and rely on BSP Framework
44        to perform more initialization. Remove unnecessary includes of
45        rtems/libio.h and rtems/libcsupport.h.
46
472008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
50        phase, all prototypes were removed from bsp.h and empty
51        implementations were removed and made to use the shared stub.
52
532008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * clock/ckinit.c: The Shared Memory Driver no longer requires the
56        special IOCTL in Clock_control. This was a hack which has existed
57        since before the Classic API Timer Manager was implemented. All
58        implementations of and references to Clock_control were removed.
59
602008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * console/console.c, fatal/bspfatal.c, include/fatal.h,
63        timer/timer.c: Convert to "bool".
64
652008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
68        benchmark timer driver. Fix spelling.
69
702008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
73        follow RTEMS programming conventions.
74
752008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * timer/timer.c: Add missing prototypes.
78
792008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * console/console.c: Eliminate copies of switches to convert termios
82        Bxxx constants to xxx as an integer. Use the shared
83        termios_baud_to_number() routine to do the same conversion.
84
852008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * Makefile.am: Rework to avoid .rel files.
88
892008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * startup/bspstart.c: Refactored and renamed initialization routines to
92        rtems_initialize_data_structures, rtems_initialize_before_drivers,
93        rtems_initialize_device_drivers, and
94        rtems_initialize_start_multitasking. This opened the sequence up so
95        that bootcard() could provide a more robust and flexible framework
96        which is easier to explain and understand. This also lays the
97        groundwork for sharing the division of available memory between the
98        RTEMS workspace and heap and the C library initialization across all
99        BSPs.
100
1012008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * startup/linkcmds: Add wildcard to gcc_except_table section so
104        programs compiled with gcc 4.3.x can link.
105
1062007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
109        of the Configuration Table. Use the RTEMS provided accessor macros to
110        obtain configuration fields.
111
1122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
115        from CPU Table to Configuration Table. Eliminate CPU Table from all
116        ports. Delete references to CPU Table in all forms.
117
1182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
121        Table fields to the Configuration Table. This included
122        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
123        do_zero_of_workspace, extra_mpci_receive_server_stack,
124        stack_allocate_hook, and stack_free_hook. As a side-effect of this
125        effort some multiprocessing code was made conditional and some style
126        clean up occurred.
127
1282007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
131        m68k CPU Table since it is never read.
132
1332007-05-03      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds: Handle .data.* sections
136
1372007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * bsp_specs: Remove qrtems_debug.
140
1412006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: New BUG-REPORT address.
144
1452006-11-15      Joel Sherrill <joel@OARcorp.com>
146
147        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
148        file and simplified initialization.
149
1502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * Makefile.am: Remove superfluous -DASM.
153
1542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Require autoconf-2.60. Require automake-1.10.
157
1582006-02-08      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/linkcmds: Add sections required by newer gcc versions.
161
1622006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * Makefile.am: Add preinstall.am.
165
1662006-01-08      Joel Sherrill <joel@OARcorp.com>
167
168        * network/network.c: Remove warnings.
169
1702005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * include/bsp.h: New header guard.
173
1742005-04-26      Joel Sherrill <joel@OARcorp.com>
175
176        * network/network.c: Change int to rtems_id to eliminate warning.
177
1782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
181
1822005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Remove build-variant support.
185
1862004-11-25      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
189
1902004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * configure.ac: Require automake > 1.9.
193
1942004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        PR 610/bsps
197        * Makefile.am: Add include/tm27.h, Cosmetics.
198        * include/tm27.h: Final cosmetics.
199
2002004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        * include/bsp.h: Split out tmtest27 support.
203        * include/tm27.h: New.
204
2052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 613/bsps
208        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
209
2102004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        PR 614/bsps
213        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
214
2152004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
218
2192004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
222        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
223        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
224
2252004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * clock/ckinit.c, console/console-recording.h, console/console.c,
228        fatal/bspfatal.c, include/fatal.h, network/network.c,
229        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
230        using c99 fixed size types.
231
2322004-03-05      Joel Sherrill <joel@OARcorp.com>
233
234        * network/network.c: Remove warnings for unused routines left from
235        original code.
236
2372004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Reflect changes to bsp.am.
240        Preinstall dist_project_lib*.
241
2422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Reflect changes to bsp.am.
245
2462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
249
2502004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Pickup files from ../../m68k/shared instead of
253        ../shared. Reformat.
254
2552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
258
2592004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
262        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
263        timer/Makefile.am, wrapup/Makefile.am.
264        Use automake compilation rules.
265        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
266        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
267        wrapup/Makefile.am: Remove.
268        * configure.ac: Reflect changes above.
269
2702004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * console/console-recording.c: Remove (rename to console-recording.h).
273        * console/console-recording.h: New.
274
2752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Add PREINSTALL_DIRS.
278        * wrapup/Makefile.am: Reflect changes to libcpu.
279
2802004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * wrapup/Makefile.am: Reflect changes to libcpu.
283
2842004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
287        Add PRE/TMPINSTALL_FILES to CLEANFILES.
288        * startup/Makefile.am: Ditto.
289
2902004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * start/Makefile.am: Remove.
293        * Makefile.am: Merge-in start/Makefile.am.
294        * configure.ac: Reflect changes above.
295
2962004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Eliminate $(LIB).
299        Use noinst_DATA to trigger building libbsp.a.
300
3012003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
304        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
305
3062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
309        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
310
3112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
314
3152003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Misc cleanups and fixes.
318        * start/Makefile.am: Misc cleanups and fixes.
319        * startup/Makefile.am: Misc cleanups and fixes.
320        * wrapup/Makefile.am: Misc cleanups and fixes.
321
3222003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Add preinstallation dirstamp support.
325        * clock/Makefile.am: Cosmetics.
326        * console/Makefile.am: Cosmetics.
327        * fatal/Makefile.am: Cosmetics.
328        * network/Makefile.am: Cosmetics.
329        * startup/Makefile.am: Cosmetics.
330        * timer/Makefile.am: Cosmetics.
331        * wrapup/Makefile.am: Cosmetics.
332
3332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * clock/Makefile.am: Remove all-local: $(ARCH).
336        * console/Makefile.am: Remove all-local: $(ARCH).
337        * fatal/Makefile.am: Remove all-local: $(ARCH).
338        * network/Makefile.am: Remove all-local: $(ARCH).
339        * start/Makefile.am: Remove all-local: $(ARCH).
340        * startup/Makefile.am: Remove all-local: $(ARCH).
341        * timer/Makefile.am: Remove all-local: $(ARCH).
342        * wrapup/Makefile.am: Remove all-local: $(ARCH).
343
3442003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Merge-in include/Makefile.am.
347        Reflect changes to bsp.am.
348        * include/Makefile.am: Remove.
349        * configure.ac: Reflect changes above.
350
3512003-09-04      Joel Sherrill <joel@OARcorp.com>
352
353        * clock/ckinit.c, console/console-recording.c, console/console.c,
354        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
355        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
356        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
357        changed.
358
3592003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
362        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
363        Remove BSP_CPPFLAGS.
364
3652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Reflect having moved aclocal/.
368
3692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Reflect having moved automake/.
372        * clock/Makefile.am: Reflect having moved automake/.
373        * console/Makefile.am: Reflect having moved automake/.
374        * fatal/Makefile.am: Reflect having moved automake/.
375        * include/Makefile.am: Reflect having moved automake/.
376        * network/Makefile.am: Reflect having moved automake/.
377        * start/Makefile.am: Reflect having moved automake/.
378        * startup/Makefile.am: Reflect having moved automake/.
379        * timer/Makefile.am: Reflect having moved automake/.
380        * wrapup/Makefile.am: Reflect having moved automake/.
381
3822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        PR 452/bsps
385        * startup/Makefile.am: Remove USE_INIT_FINI.
386
3872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
390
3912003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        PR 445/bsps
394        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
395        Remove cpp, old_cpp (now unused).
396
3972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Remove AC_CONFIG_AUX_DIR.
400
4012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
404
4052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: AC_PREREQ(2.57).
408
4092003-01-20      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/linkcmds*: Add FreeBSD sysctl() sections.
412
4132002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416        * console/Makefile.am: Eliminate C_O_FILES.
417        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
418        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
419        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
420        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
421        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
422
4232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * start/Makefile.am: Use install-data-local to install startfile.
426
4272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
430
4312002-11-04      Joel Sherrill <joel@OARcorp.com>
432
433        * console/console.c: Removed warnings.
434
4352002-11-01      Joel Sherrill <joel@OARcorp.com>
436
437        * network/network.c, startup/bspclean.c: Removed warnings.
438
4392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * .cvsignore: Reformat.
442        Add autom4te*cache.
443        Remove autom4te.cache.
444
4452002-08-21      Joel Sherrill <joel@OARcorp.com>
446
447        * bsp_specs: Added support for -nostdlibs.
448
4492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
454        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
455        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
456        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
457        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
459
4602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * start/Makefile.am: Eliminate PGM.
463        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
464
4652002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
468
4692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
472        Remove $(OBJS) from all-local.
473
4742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
477
4782001-05-28      Joel Sherrill <joel@OARcorp.com>
479
480        * Per PR31, moved mvme16x_hw.h to shared/mvme.
481        * include/Makefile.am: Modified to reflect movement.
482
4832001-05-09      Joel Sherrill <joel@OARcorp.com>
484
485        * startup/linkcmds: In support of gcc 3.1, added one of more
486        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
487        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
488        and direction of segments to memory regions may also have been
489        addressed.  This was a sweep across all BSPs.
490 
4912002-05-01      Eric Norum <eric.norum@usask.ca>
492
493        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
494        startup/page_table.c: Per PR200 fix multi-line inline assembly
495        to satisfy gcc 3.1 and newer.
496
4972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac:
500        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
501        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
502        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
512
5132002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
516
5172001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
520        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
521        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
522        Add AC_DEFINE_UNQUOTED([mvme167]).
523
5242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
527
5282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
531        * configure.in: Remove.
532        * configure.ac: New file, generated from configure.in by autoupdate.
533
5342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * include/Makefile.am: Use 'CLEANFILES ='.
537        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
538
5392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.in: Add bspopts.h.
542        * include/.cvsignore: Add bspopts.h*, stamp-h*.
543        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
544        * include/bsp.h: Include bspopts.h.
545
5462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
547
548        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
549
5502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
553
5542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
557
5582000-11-01      Joel Sherrill <joel@OARcorp.com>
559
560        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
561        and libcsupport.h moved from libc to lib/include/rtems and
562        now must be referenced as <rtems/XXX.h>.   Header file order
563        was cleaned up while doing this.
564
5652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
568        Switch to GNU canonicalization.
569
5702000-09-12      Joel Sherrill <joel@OARcorp.com>
571
572        * network/network.c (uti596_attach): Adjust cpp directives
573        and conditional braces so all cases compile.
574
5752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
578        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
579        wrapup/Makefile.am, network/Makefile.am: Include compile.am
580
5812000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
582
583        * console.c(_BSP_output_char): Output CR after LF for printk.
584
5852000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
586
587        * README: Updated
588        * console/console.c: Fix polled input.
589        Add support for shared printk.
590        Add support for more flexible polled I/O with and without termios.
591        I/O mode and console is selectable either from NVRAM or from
592        mvme167.cfg.  Clean up comments.
593
5942000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
595
596        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
597        * include/bsp.h: Reorganize NVRAM parameters.
598        Add support for shared printk.
599        * times: These are the times for the MVME167, not the MBX860-002.
600
6012000-08-11  John Cotton  <john.cotton@nrc.ca>
602
603        * network/network.c: Fix NVRAM configuration parameter
604        handling from previous revision.
605        Check J1-4,  restructure NVRAM parameter handling.
606
6072000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
608
609        * network/network.c: Cleanup of network driver to reduce warnings.
610        Addition of second parameter to uti596_attach.
611
6122000-08-10      Joel Sherrill <joel@OARcorp.com>
613
614        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.