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

4.104.115
Last change on this file since a1bc0a15 was a1bc0a15, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 04:56:17

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

  • Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
4
52008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Make letting boot_card() handle work area allocation
8        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
9        BSP_BOOTCARD_OPTIONS.
10
112008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * include/bsp.h: Remove unnecessary boilerplate comments.
14
152008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * Makefile.am, startup/linkcmds: Use top level shared
18        bsp_get_work_area() implementation.
19
202008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: Add
23        use of bsp_get_work_area() in its own file and rely on BSP Framework
24        to perform more initialization. Remove unnecessary includes of
25        rtems/libio.h and rtems/libcsupport.h.
26
272008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
30        phase, all prototypes were removed from bsp.h and empty
31        implementations were removed and made to use the shared stub.
32
332008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * clock/ckinit.c: The Shared Memory Driver no longer requires the
36        special IOCTL in Clock_control. This was a hack which has existed
37        since before the Classic API Timer Manager was implemented. All
38        implementations of and references to Clock_control were removed.
39
402008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * console/console.c, fatal/bspfatal.c, include/fatal.h,
43        timer/timer.c: Convert to "bool".
44
452008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
48        benchmark timer driver. Fix spelling.
49
502008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
53        follow RTEMS programming conventions.
54
552008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * timer/timer.c: Add missing prototypes.
58
592008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * console/console.c: Eliminate copies of switches to convert termios
62        Bxxx constants to xxx as an integer. Use the shared
63        termios_baud_to_number() routine to do the same conversion.
64
652008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * Makefile.am: Rework to avoid .rel files.
68
692008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * startup/bspstart.c: Refactored and renamed initialization routines to
72        rtems_initialize_data_structures, rtems_initialize_before_drivers,
73        rtems_initialize_device_drivers, and
74        rtems_initialize_start_multitasking. This opened the sequence up so
75        that bootcard() could provide a more robust and flexible framework
76        which is easier to explain and understand. This also lays the
77        groundwork for sharing the division of available memory between the
78        RTEMS workspace and heap and the C library initialization across all
79        BSPs.
80
812008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * startup/linkcmds: Add wildcard to gcc_except_table section so
84        programs compiled with gcc 4.3.x can link.
85
862007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
89        of the Configuration Table. Use the RTEMS provided accessor macros to
90        obtain configuration fields.
91
922007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
95        from CPU Table to Configuration Table. Eliminate CPU Table from all
96        ports. Delete references to CPU Table in all forms.
97
982007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
101        Table fields to the Configuration Table. This included
102        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
103        do_zero_of_workspace, extra_mpci_receive_server_stack,
104        stack_allocate_hook, and stack_free_hook. As a side-effect of this
105        effort some multiprocessing code was made conditional and some style
106        clean up occurred.
107
1082007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
111        m68k CPU Table since it is never read.
112
1132007-05-03      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: Handle .data.* sections
116
1172007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * bsp_specs: Remove qrtems_debug.
120
1212006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * configure.ac: New BUG-REPORT address.
124
1252006-11-15      Joel Sherrill <joel@OARcorp.com>
126
127        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
128        file and simplified initialization.
129
1302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Remove superfluous -DASM.
133
1342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * configure.ac: Require autoconf-2.60. Require automake-1.10.
137
1382006-02-08      Joel Sherrill <joel@OARcorp.com>
139
140        * startup/linkcmds: Add sections required by newer gcc versions.
141
1422006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Add preinstall.am.
145
1462006-01-08      Joel Sherrill <joel@OARcorp.com>
147
148        * network/network.c: Remove warnings.
149
1502005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * include/bsp.h: New header guard.
153
1542005-04-26      Joel Sherrill <joel@OARcorp.com>
155
156        * network/network.c: Change int to rtems_id to eliminate warning.
157
1582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
161
1622005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * Makefile.am: Remove build-variant support.
165
1662004-11-25      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
169
1702004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * configure.ac: Require automake > 1.9.
173
1742004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        PR 610/bsps
177        * Makefile.am: Add include/tm27.h, Cosmetics.
178        * include/tm27.h: Final cosmetics.
179
1802004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * include/bsp.h: Split out tmtest27 support.
183        * include/tm27.h: New.
184
1852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        PR 613/bsps
188        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
189
1902004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        PR 614/bsps
193        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
194
1952004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
198
1992004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
202        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
203        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
204
2052004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        * clock/ckinit.c, console/console-recording.h, console/console.c,
208        fatal/bspfatal.c, include/fatal.h, network/network.c,
209        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
210        using c99 fixed size types.
211
2122004-03-05      Joel Sherrill <joel@OARcorp.com>
213
214        * network/network.c: Remove warnings for unused routines left from
215        original code.
216
2172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Reflect changes to bsp.am.
220        Preinstall dist_project_lib*.
221
2222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Reflect changes to bsp.am.
225
2262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
229
2302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Pickup files from ../../m68k/shared instead of
233        ../shared. Reformat.
234
2352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
238
2392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
242        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
243        timer/Makefile.am, wrapup/Makefile.am.
244        Use automake compilation rules.
245        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
246        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
247        wrapup/Makefile.am: Remove.
248        * configure.ac: Reflect changes above.
249
2502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * console/console-recording.c: Remove (rename to console-recording.h).
253        * console/console-recording.h: New.
254
2552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Add PREINSTALL_DIRS.
258        * wrapup/Makefile.am: Reflect changes to libcpu.
259
2602004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Reflect changes to libcpu.
263
2642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
267        Add PRE/TMPINSTALL_FILES to CLEANFILES.
268        * startup/Makefile.am: Ditto.
269
2702004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * start/Makefile.am: Remove.
273        * Makefile.am: Merge-in start/Makefile.am.
274        * configure.ac: Reflect changes above.
275
2762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * wrapup/Makefile.am: Eliminate $(LIB).
279        Use noinst_DATA to trigger building libbsp.a.
280
2812003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
284        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
285
2862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
289        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
290
2912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
294
2952003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Misc cleanups and fixes.
298        * start/Makefile.am: Misc cleanups and fixes.
299        * startup/Makefile.am: Misc cleanups and fixes.
300        * wrapup/Makefile.am: Misc cleanups and fixes.
301
3022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Add preinstallation dirstamp support.
305        * clock/Makefile.am: Cosmetics.
306        * console/Makefile.am: Cosmetics.
307        * fatal/Makefile.am: Cosmetics.
308        * network/Makefile.am: Cosmetics.
309        * startup/Makefile.am: Cosmetics.
310        * timer/Makefile.am: Cosmetics.
311        * wrapup/Makefile.am: Cosmetics.
312
3132003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * clock/Makefile.am: Remove all-local: $(ARCH).
316        * console/Makefile.am: Remove all-local: $(ARCH).
317        * fatal/Makefile.am: Remove all-local: $(ARCH).
318        * network/Makefile.am: Remove all-local: $(ARCH).
319        * start/Makefile.am: Remove all-local: $(ARCH).
320        * startup/Makefile.am: Remove all-local: $(ARCH).
321        * timer/Makefile.am: Remove all-local: $(ARCH).
322        * wrapup/Makefile.am: Remove all-local: $(ARCH).
323
3242003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Merge-in include/Makefile.am.
327        Reflect changes to bsp.am.
328        * include/Makefile.am: Remove.
329        * configure.ac: Reflect changes above.
330
3312003-09-04      Joel Sherrill <joel@OARcorp.com>
332
333        * clock/ckinit.c, console/console-recording.c, console/console.c,
334        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
335        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
336        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
337        changed.
338
3392003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
342        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
343        Remove BSP_CPPFLAGS.
344
3452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Reflect having moved aclocal/.
348
3492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Reflect having moved automake/.
352        * clock/Makefile.am: Reflect having moved automake/.
353        * console/Makefile.am: Reflect having moved automake/.
354        * fatal/Makefile.am: Reflect having moved automake/.
355        * include/Makefile.am: Reflect having moved automake/.
356        * network/Makefile.am: Reflect having moved automake/.
357        * start/Makefile.am: Reflect having moved automake/.
358        * startup/Makefile.am: Reflect having moved automake/.
359        * timer/Makefile.am: Reflect having moved automake/.
360        * wrapup/Makefile.am: Reflect having moved automake/.
361
3622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        PR 452/bsps
365        * startup/Makefile.am: Remove USE_INIT_FINI.
366
3672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
370
3712003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        PR 445/bsps
374        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
375        Remove cpp, old_cpp (now unused).
376
3772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Remove AC_CONFIG_AUX_DIR.
380
3812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
384
3852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: AC_PREREQ(2.57).
388
3892003-01-20      Joel Sherrill <joel@OARcorp.com>
390
391        * startup/linkcmds*: Add FreeBSD sysctl() sections.
392
3932002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396        * console/Makefile.am: Eliminate C_O_FILES.
397        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
401        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
402
4032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * start/Makefile.am: Use install-data-local to install startfile.
406
4072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
410
4112002-11-04      Joel Sherrill <joel@OARcorp.com>
412
413        * console/console.c: Removed warnings.
414
4152002-11-01      Joel Sherrill <joel@OARcorp.com>
416
417        * network/network.c, startup/bspclean.c: Removed warnings.
418
4192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * .cvsignore: Reformat.
422        Add autom4te*cache.
423        Remove autom4te.cache.
424
4252002-08-21      Joel Sherrill <joel@OARcorp.com>
426
427        * bsp_specs: Added support for -nostdlibs.
428
4292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
432        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
433        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
434        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
435        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
437        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
439
4402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * start/Makefile.am: Eliminate PGM.
443        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
444
4452002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
448
4492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
452        Remove $(OBJS) from all-local.
453
4542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
457
4582001-05-28      Joel Sherrill <joel@OARcorp.com>
459
460        * Per PR31, moved mvme16x_hw.h to shared/mvme.
461        * include/Makefile.am: Modified to reflect movement.
462
4632001-05-09      Joel Sherrill <joel@OARcorp.com>
464
465        * startup/linkcmds: In support of gcc 3.1, added one of more
466        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
467        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
468        and direction of segments to memory regions may also have been
469        addressed.  This was a sweep across all BSPs.
470 
4712002-05-01      Eric Norum <eric.norum@usask.ca>
472
473        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
474        startup/page_table.c: Per PR200 fix multi-line inline assembly
475        to satisfy gcc 3.1 and newer.
476
4772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac:
480        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
481        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
482        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
492
4932002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
496
4972001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
500        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
501        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
502        Add AC_DEFINE_UNQUOTED([mvme167]).
503
5042001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
507
5082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
511        * configure.in: Remove.
512        * configure.ac: New file, generated from configure.in by autoupdate.
513
5142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * include/Makefile.am: Use 'CLEANFILES ='.
517        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
518
5192001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.in: Add bspopts.h.
522        * include/.cvsignore: Add bspopts.h*, stamp-h*.
523        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
524        * include/bsp.h: Include bspopts.h.
525
5262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
527
528        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
529
5302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
533
5342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
537
5382000-11-01      Joel Sherrill <joel@OARcorp.com>
539
540        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
541        and libcsupport.h moved from libc to lib/include/rtems and
542        now must be referenced as <rtems/XXX.h>.   Header file order
543        was cleaned up while doing this.
544
5452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
548        Switch to GNU canonicalization.
549
5502000-09-12      Joel Sherrill <joel@OARcorp.com>
551
552        * network/network.c (uti596_attach): Adjust cpp directives
553        and conditional braces so all cases compile.
554
5552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
558        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
559        wrapup/Makefile.am, network/Makefile.am: Include compile.am
560
5612000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
562
563        * console.c(_BSP_output_char): Output CR after LF for printk.
564
5652000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
566
567        * README: Updated
568        * console/console.c: Fix polled input.
569        Add support for shared printk.
570        Add support for more flexible polled I/O with and without termios.
571        I/O mode and console is selectable either from NVRAM or from
572        mvme167.cfg.  Clean up comments.
573
5742000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
575
576        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
577        * include/bsp.h: Reorganize NVRAM parameters.
578        Add support for shared printk.
579        * times: These are the times for the MVME167, not the MBX860-002.
580
5812000-08-11  John Cotton  <john.cotton@nrc.ca>
582
583        * network/network.c: Fix NVRAM configuration parameter
584        handling from previous revision.
585        Check J1-4,  restructure NVRAM parameter handling.
586
5872000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
588
589        * network/network.c: Cleanup of network driver to reduce warnings.
590        Addition of second parameter to uti596_attach.
591
5922000-08-10      Joel Sherrill <joel@OARcorp.com>
593
594        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.