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

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
  • Property mode set to 100644
File size: 19.2 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
4        components.
5
62008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
9
102008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Make letting boot_card() handle work area allocation
13        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
14        BSP_BOOTCARD_OPTIONS.
15
162008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * include/bsp.h: Remove unnecessary boilerplate comments.
19
202008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am, startup/linkcmds: Use top level shared
23        bsp_get_work_area() implementation.
24
252008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: Add
28        use of bsp_get_work_area() in its own file and rely on BSP Framework
29        to perform more initialization. Remove unnecessary includes of
30        rtems/libio.h and rtems/libcsupport.h.
31
322008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
35        phase, all prototypes were removed from bsp.h and empty
36        implementations were removed and made to use the shared stub.
37
382008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * clock/ckinit.c: The Shared Memory Driver no longer requires the
41        special IOCTL in Clock_control. This was a hack which has existed
42        since before the Classic API Timer Manager was implemented. All
43        implementations of and references to Clock_control were removed.
44
452008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * console/console.c, fatal/bspfatal.c, include/fatal.h,
48        timer/timer.c: Convert to "bool".
49
502008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
53        benchmark timer driver. Fix spelling.
54
552008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
58        follow RTEMS programming conventions.
59
602008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * timer/timer.c: Add missing prototypes.
63
642008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * console/console.c: Eliminate copies of switches to convert termios
67        Bxxx constants to xxx as an integer. Use the shared
68        termios_baud_to_number() routine to do the same conversion.
69
702008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * Makefile.am: Rework to avoid .rel files.
73
742008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * startup/bspstart.c: Refactored and renamed initialization routines to
77        rtems_initialize_data_structures, rtems_initialize_before_drivers,
78        rtems_initialize_device_drivers, and
79        rtems_initialize_start_multitasking. This opened the sequence up so
80        that bootcard() could provide a more robust and flexible framework
81        which is easier to explain and understand. This also lays the
82        groundwork for sharing the division of available memory between the
83        RTEMS workspace and heap and the C library initialization across all
84        BSPs.
85
862008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * startup/linkcmds: Add wildcard to gcc_except_table section so
89        programs compiled with gcc 4.3.x can link.
90
912007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
94        of the Configuration Table. Use the RTEMS provided accessor macros to
95        obtain configuration fields.
96
972007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
100        from CPU Table to Configuration Table. Eliminate CPU Table from all
101        ports. Delete references to CPU Table in all forms.
102
1032007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
106        Table fields to the Configuration Table. This included
107        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
108        do_zero_of_workspace, extra_mpci_receive_server_stack,
109        stack_allocate_hook, and stack_free_hook. As a side-effect of this
110        effort some multiprocessing code was made conditional and some style
111        clean up occurred.
112
1132007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
116        m68k CPU Table since it is never read.
117
1182007-05-03      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds: Handle .data.* sections
121
1222007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * bsp_specs: Remove qrtems_debug.
125
1262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * configure.ac: New BUG-REPORT address.
129
1302006-11-15      Joel Sherrill <joel@OARcorp.com>
131
132        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
133        file and simplified initialization.
134
1352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Remove superfluous -DASM.
138
1392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Require autoconf-2.60. Require automake-1.10.
142
1432006-02-08      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/linkcmds: Add sections required by newer gcc versions.
146
1472006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Add preinstall.am.
150
1512006-01-08      Joel Sherrill <joel@OARcorp.com>
152
153        * network/network.c: Remove warnings.
154
1552005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * include/bsp.h: New header guard.
158
1592005-04-26      Joel Sherrill <joel@OARcorp.com>
160
161        * network/network.c: Change int to rtems_id to eliminate warning.
162
1632005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
166
1672005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Remove build-variant support.
170
1712004-11-25      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
174
1752004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
176
177        * configure.ac: Require automake > 1.9.
178
1792004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        PR 610/bsps
182        * Makefile.am: Add include/tm27.h, Cosmetics.
183        * include/tm27.h: Final cosmetics.
184
1852004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * include/bsp.h: Split out tmtest27 support.
188        * include/tm27.h: New.
189
1902004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        PR 613/bsps
193        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
194
1952004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        PR 614/bsps
198        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
199
2002004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
203
2042004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
207        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
208        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
209
2102004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        * clock/ckinit.c, console/console-recording.h, console/console.c,
213        fatal/bspfatal.c, include/fatal.h, network/network.c,
214        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
215        using c99 fixed size types.
216
2172004-03-05      Joel Sherrill <joel@OARcorp.com>
218
219        * network/network.c: Remove warnings for unused routines left from
220        original code.
221
2222004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Reflect changes to bsp.am.
225        Preinstall dist_project_lib*.
226
2272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect changes to bsp.am.
230
2312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
234
2352004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Pickup files from ../../m68k/shared instead of
238        ../shared. Reformat.
239
2402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
243
2442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
247        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
248        timer/Makefile.am, wrapup/Makefile.am.
249        Use automake compilation rules.
250        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
251        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
252        wrapup/Makefile.am: Remove.
253        * configure.ac: Reflect changes above.
254
2552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * console/console-recording.c: Remove (rename to console-recording.h).
258        * console/console-recording.h: New.
259
2602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Add PREINSTALL_DIRS.
263        * wrapup/Makefile.am: Reflect changes to libcpu.
264
2652004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Reflect changes to libcpu.
268
2692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
272        Add PRE/TMPINSTALL_FILES to CLEANFILES.
273        * startup/Makefile.am: Ditto.
274
2752004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Remove.
278        * Makefile.am: Merge-in start/Makefile.am.
279        * configure.ac: Reflect changes above.
280
2812004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Eliminate $(LIB).
284        Use noinst_DATA to trigger building libbsp.a.
285
2862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
289        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
290
2912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
294        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
295
2962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
299
3002003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Misc cleanups and fixes.
303        * start/Makefile.am: Misc cleanups and fixes.
304        * startup/Makefile.am: Misc cleanups and fixes.
305        * wrapup/Makefile.am: Misc cleanups and fixes.
306
3072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Add preinstallation dirstamp support.
310        * clock/Makefile.am: Cosmetics.
311        * console/Makefile.am: Cosmetics.
312        * fatal/Makefile.am: Cosmetics.
313        * network/Makefile.am: Cosmetics.
314        * startup/Makefile.am: Cosmetics.
315        * timer/Makefile.am: Cosmetics.
316        * wrapup/Makefile.am: Cosmetics.
317
3182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * clock/Makefile.am: Remove all-local: $(ARCH).
321        * console/Makefile.am: Remove all-local: $(ARCH).
322        * fatal/Makefile.am: Remove all-local: $(ARCH).
323        * network/Makefile.am: Remove all-local: $(ARCH).
324        * start/Makefile.am: Remove all-local: $(ARCH).
325        * startup/Makefile.am: Remove all-local: $(ARCH).
326        * timer/Makefile.am: Remove all-local: $(ARCH).
327        * wrapup/Makefile.am: Remove all-local: $(ARCH).
328
3292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Merge-in include/Makefile.am.
332        Reflect changes to bsp.am.
333        * include/Makefile.am: Remove.
334        * configure.ac: Reflect changes above.
335
3362003-09-04      Joel Sherrill <joel@OARcorp.com>
337
338        * clock/ckinit.c, console/console-recording.c, console/console.c,
339        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
340        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
341        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
342        changed.
343
3442003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
347        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
348        Remove BSP_CPPFLAGS.
349
3502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Reflect having moved aclocal/.
353
3542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Reflect having moved automake/.
357        * clock/Makefile.am: Reflect having moved automake/.
358        * console/Makefile.am: Reflect having moved automake/.
359        * fatal/Makefile.am: Reflect having moved automake/.
360        * include/Makefile.am: Reflect having moved automake/.
361        * network/Makefile.am: Reflect having moved automake/.
362        * start/Makefile.am: Reflect having moved automake/.
363        * startup/Makefile.am: Reflect having moved automake/.
364        * timer/Makefile.am: Reflect having moved automake/.
365        * wrapup/Makefile.am: Reflect having moved automake/.
366
3672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        PR 452/bsps
370        * startup/Makefile.am: Remove USE_INIT_FINI.
371
3722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
375
3762003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        PR 445/bsps
379        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
380        Remove cpp, old_cpp (now unused).
381
3822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: Remove AC_CONFIG_AUX_DIR.
385
3862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
389
3902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: AC_PREREQ(2.57).
393
3942003-01-20      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/linkcmds*: Add FreeBSD sysctl() sections.
397
3982002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
401        * console/Makefile.am: Eliminate C_O_FILES.
402        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
403        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
404        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
405        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
406        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
407
4082002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * start/Makefile.am: Use install-data-local to install startfile.
411
4122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415
4162002-11-04      Joel Sherrill <joel@OARcorp.com>
417
418        * console/console.c: Removed warnings.
419
4202002-11-01      Joel Sherrill <joel@OARcorp.com>
421
422        * network/network.c, startup/bspclean.c: Removed warnings.
423
4242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * .cvsignore: Reformat.
427        Add autom4te*cache.
428        Remove autom4te.cache.
429
4302002-08-21      Joel Sherrill <joel@OARcorp.com>
431
432        * bsp_specs: Added support for -nostdlibs.
433
4342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
437        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
439        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
440        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
441        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
442        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
443        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
444
4452002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * start/Makefile.am: Eliminate PGM.
448        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
449
4502002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
453
4542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
457        Remove $(OBJS) from all-local.
458
4592002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
462
4632001-05-28      Joel Sherrill <joel@OARcorp.com>
464
465        * Per PR31, moved mvme16x_hw.h to shared/mvme.
466        * include/Makefile.am: Modified to reflect movement.
467
4682001-05-09      Joel Sherrill <joel@OARcorp.com>
469
470        * startup/linkcmds: In support of gcc 3.1, added one of more
471        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
472        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
473        and direction of segments to memory regions may also have been
474        addressed.  This was a sweep across all BSPs.
475 
4762002-05-01      Eric Norum <eric.norum@usask.ca>
477
478        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
479        startup/page_table.c: Per PR200 fix multi-line inline assembly
480        to satisfy gcc 3.1 and newer.
481
4822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac:
485        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
486        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
487        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
497
4982002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
501
5022001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
505        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
506        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
507        Add AC_DEFINE_UNQUOTED([mvme167]).
508
5092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
512
5132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
516        * configure.in: Remove.
517        * configure.ac: New file, generated from configure.in by autoupdate.
518
5192001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * include/Makefile.am: Use 'CLEANFILES ='.
522        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
523
5242001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.in: Add bspopts.h.
527        * include/.cvsignore: Add bspopts.h*, stamp-h*.
528        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
529        * include/bsp.h: Include bspopts.h.
530
5312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
532
533        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
534
5352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
538
5392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
542
5432000-11-01      Joel Sherrill <joel@OARcorp.com>
544
545        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
546        and libcsupport.h moved from libc to lib/include/rtems and
547        now must be referenced as <rtems/XXX.h>.   Header file order
548        was cleaned up while doing this.
549
5502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
553        Switch to GNU canonicalization.
554
5552000-09-12      Joel Sherrill <joel@OARcorp.com>
556
557        * network/network.c (uti596_attach): Adjust cpp directives
558        and conditional braces so all cases compile.
559
5602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
563        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
564        wrapup/Makefile.am, network/Makefile.am: Include compile.am
565
5662000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
567
568        * console.c(_BSP_output_char): Output CR after LF for printk.
569
5702000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
571
572        * README: Updated
573        * console/console.c: Fix polled input.
574        Add support for shared printk.
575        Add support for more flexible polled I/O with and without termios.
576        I/O mode and console is selectable either from NVRAM or from
577        mvme167.cfg.  Clean up comments.
578
5792000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
580
581        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
582        * include/bsp.h: Reorganize NVRAM parameters.
583        Add support for shared printk.
584        * times: These are the times for the MVME167, not the MBX860-002.
585
5862000-08-11  John Cotton  <john.cotton@nrc.ca>
587
588        * network/network.c: Fix NVRAM configuration parameter
589        handling from previous revision.
590        Check J1-4,  restructure NVRAM parameter handling.
591
5922000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
593
594        * network/network.c: Cleanup of network driver to reduce warnings.
595        Addition of second parameter to uti596_attach.
596
5972000-08-10      Joel Sherrill <joel@OARcorp.com>
598
599        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.