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

4.115
Last change on this file since f4adc0d1 was f4adc0d1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/13/11 at 18:35:43

2011-07-13 Joel Sherrill <joel.sherrilL@…>

PR 1824/cpukit

  • startup/bspclean.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed.
  • Property mode set to 100644
File size: 22.6 KB
Line 
12011-07-13      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        PR 1824/cpukit
4        * startup/bspclean.c: Return exit/shutdown status back to boot_card().
5        boot_card() propagates this to bsp_cleanup() and returns it to the
6        assembly that started the application. bsp_cleanup() prototype
7        changed.
8
92011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
12        startup/page_table.c:
13        Use "__asm__" instead of "asm" for improved c99-compliance.
14
152011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * timer/timer.c: Include <rtems/btimer.h>.
18        Fix benchmark_timer_read() definition.
19
202011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: Require autoconf-2.68, automake-1.11.1.
23
242010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
25
26        * console/console.c: Add BSP_poll_char.
27
282010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
29
30        * timer/timer.c: Remove warnings.
31
322010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
33
34        * startup/bspclean.c, startup/bspstart.c: Remove warnings.
35
362009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
37
38        * console/console.c: adapted to new prototype for *_write
39        function
40
412009-12-08      Eric Norum <wenorum@lbl.gov>
42
43        PR 1479/bsps
44        * fatal/bspfatal.c: Complete strcat conversion.
45
462009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * make/custom/mvme167.cfg: Remove RTEMS_BSP_FAMILY.
49
502009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * configure.ac: Don't add -ansi -fasm to CFLAGS.
53
542009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * make/custom/mvme167.cfg: New (relocated from /make/custom).
57
582009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * console/console.c: Reflect termios_baud_to_number having been
61        renamed to rtems_termios_baud_to_number.
62
632009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
66
672009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
70        Should be automatically handled by confdefs.h or the application.
71
722009-08-13      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * console/console.c, timer/timer.c: Fix warnings and typos.
75
762009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * console/console.c: Convert calls to legacy routine rtems_clock_get(
79        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
80
812009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
84        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
85        have the same options.
86
872009-02-17      Till Straumann <strauman@slac.stanford.edu>
88
89        PR 1371/bsps
90        * network/network.c: mvme167 network driver buggy.
91
922009-02-17      Till Straumann <strauman@slac.stanford.edu>
93
94        PR 1370/bsps
95        * console/console.c: mvme167 console driver BSP_output_char fails to
96        convert \n -> \n\r
97
982008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * bsp_specs: Move -e start from *link to *startfile to avoid warning
101        for undefined entry symbol when linking relocatables with binutils
102        2.19.
103
1042008-10-15      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        PR 1303/bsps
107        * fatal/bspfatal.c: strcat() is safe to use even in worst case, so do
108        not have BSP specific mystrcat().
109
1102008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
113        of building libbspstart.a, using automake-rules.
114
1152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * Makefile.am: Eliminate *_SOURCES.
118
1192008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
122        components.
123
1242008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
127
1282008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * configure.ac: Make letting boot_card() handle work area allocation
131        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
132        BSP_BOOTCARD_OPTIONS.
133
1342008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * include/bsp.h: Remove unnecessary boilerplate comments.
137
1382008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * Makefile.am, startup/linkcmds: Use top level shared
141        bsp_get_work_area() implementation.
142
1432008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c: Add
146        use of bsp_get_work_area() in its own file and rely on BSP Framework
147        to perform more initialization. Remove unnecessary includes of
148        rtems/libio.h and rtems/libcsupport.h.
149
1502008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
153        phase, all prototypes were removed from bsp.h and empty
154        implementations were removed and made to use the shared stub.
155
1562008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * clock/ckinit.c: The Shared Memory Driver no longer requires the
159        special IOCTL in Clock_control. This was a hack which has existed
160        since before the Classic API Timer Manager was implemented. All
161        implementations of and references to Clock_control were removed.
162
1632008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * console/console.c, fatal/bspfatal.c, include/fatal.h,
166        timer/timer.c: Convert to "bool".
167
1682008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
171        benchmark timer driver. Fix spelling.
172
1732008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
176        follow RTEMS programming conventions.
177
1782008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * timer/timer.c: Add missing prototypes.
181
1822008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * console/console.c: Eliminate copies of switches to convert termios
185        Bxxx constants to xxx as an integer. Use the shared
186        termios_baud_to_number() routine to do the same conversion.
187
1882008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * Makefile.am: Rework to avoid .rel files.
191
1922008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * startup/bspstart.c: Refactored and renamed initialization routines to
195        rtems_initialize_data_structures, rtems_initialize_before_drivers,
196        rtems_initialize_device_drivers, and
197        rtems_initialize_start_multitasking. This opened the sequence up so
198        that bootcard() could provide a more robust and flexible framework
199        which is easier to explain and understand. This also lays the
200        groundwork for sharing the division of available memory between the
201        RTEMS workspace and heap and the C library initialization across all
202        BSPs.
203
2042008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * startup/linkcmds: Add wildcard to gcc_except_table section so
207        programs compiled with gcc 4.3.x can link.
208
2092007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
212        of the Configuration Table. Use the RTEMS provided accessor macros to
213        obtain configuration fields.
214
2152007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
216
217        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
218        from CPU Table to Configuration Table. Eliminate CPU Table from all
219        ports. Delete references to CPU Table in all forms.
220
2212007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
224        Table fields to the Configuration Table. This included
225        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
226        do_zero_of_workspace, extra_mpci_receive_server_stack,
227        stack_allocate_hook, and stack_free_hook. As a side-effect of this
228        effort some multiprocessing code was made conditional and some style
229        clean up occurred.
230
2312007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
234        m68k CPU Table since it is never read.
235
2362007-05-03      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/linkcmds: Handle .data.* sections
239
2402007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
241
242        * bsp_specs: Remove qrtems_debug.
243
2442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * configure.ac: New BUG-REPORT address.
247
2482006-11-15      Joel Sherrill <joel@OARcorp.com>
249
250        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
251        file and simplified initialization.
252
2532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * Makefile.am: Remove superfluous -DASM.
256
2572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * configure.ac: Require autoconf-2.60. Require automake-1.10.
260
2612006-02-08      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/linkcmds: Add sections required by newer gcc versions.
264
2652006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * Makefile.am: Add preinstall.am.
268
2692006-01-08      Joel Sherrill <joel@OARcorp.com>
270
271        * network/network.c: Remove warnings.
272
2732005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * include/bsp.h: New header guard.
276
2772005-04-26      Joel Sherrill <joel@OARcorp.com>
278
279        * network/network.c: Change int to rtems_id to eliminate warning.
280
2812005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
284
2852005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * Makefile.am: Remove build-variant support.
288
2892004-11-25      Joel Sherrill <joel@OARcorp.com>
290
291        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
292
2932004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        * configure.ac: Require automake > 1.9.
296
2972004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
298
299        PR 610/bsps
300        * Makefile.am: Add include/tm27.h, Cosmetics.
301        * include/tm27.h: Final cosmetics.
302
3032004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        * include/bsp.h: Split out tmtest27 support.
306        * include/tm27.h: New.
307
3082004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
309
310        PR 613/bsps
311        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
312
3132004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
314
315        PR 614/bsps
316        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
317
3182004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
319
320        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
321
3222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
323
324        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
325        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
326        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
327
3282004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
329
330        * clock/ckinit.c, console/console-recording.h, console/console.c,
331        fatal/bspfatal.c, include/fatal.h, network/network.c,
332        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
333        using c99 fixed size types.
334
3352004-03-05      Joel Sherrill <joel@OARcorp.com>
336
337        * network/network.c: Remove warnings for unused routines left from
338        original code.
339
3402004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Reflect changes to bsp.am.
343        Preinstall dist_project_lib*.
344
3452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Reflect changes to bsp.am.
348
3492004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
352
3532004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Pickup files from ../../m68k/shared instead of
356        ../shared. Reformat.
357
3582004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
361
3622004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
365        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
366        timer/Makefile.am, wrapup/Makefile.am.
367        Use automake compilation rules.
368        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
369        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
370        wrapup/Makefile.am: Remove.
371        * configure.ac: Reflect changes above.
372
3732004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * console/console-recording.c: Remove (rename to console-recording.h).
376        * console/console-recording.h: New.
377
3782004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Add PREINSTALL_DIRS.
381        * wrapup/Makefile.am: Reflect changes to libcpu.
382
3832004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * wrapup/Makefile.am: Reflect changes to libcpu.
386
3872004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
390        Add PRE/TMPINSTALL_FILES to CLEANFILES.
391        * startup/Makefile.am: Ditto.
392
3932004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * start/Makefile.am: Remove.
396        * Makefile.am: Merge-in start/Makefile.am.
397        * configure.ac: Reflect changes above.
398
3992004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * wrapup/Makefile.am: Eliminate $(LIB).
402        Use noinst_DATA to trigger building libbsp.a.
403
4042003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
407        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
408
4092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
412        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
413
4142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
417
4182003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Misc cleanups and fixes.
421        * start/Makefile.am: Misc cleanups and fixes.
422        * startup/Makefile.am: Misc cleanups and fixes.
423        * wrapup/Makefile.am: Misc cleanups and fixes.
424
4252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Add preinstallation dirstamp support.
428        * clock/Makefile.am: Cosmetics.
429        * console/Makefile.am: Cosmetics.
430        * fatal/Makefile.am: Cosmetics.
431        * network/Makefile.am: Cosmetics.
432        * startup/Makefile.am: Cosmetics.
433        * timer/Makefile.am: Cosmetics.
434        * wrapup/Makefile.am: Cosmetics.
435
4362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * clock/Makefile.am: Remove all-local: $(ARCH).
439        * console/Makefile.am: Remove all-local: $(ARCH).
440        * fatal/Makefile.am: Remove all-local: $(ARCH).
441        * network/Makefile.am: Remove all-local: $(ARCH).
442        * start/Makefile.am: Remove all-local: $(ARCH).
443        * startup/Makefile.am: Remove all-local: $(ARCH).
444        * timer/Makefile.am: Remove all-local: $(ARCH).
445        * wrapup/Makefile.am: Remove all-local: $(ARCH).
446
4472003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Merge-in include/Makefile.am.
450        Reflect changes to bsp.am.
451        * include/Makefile.am: Remove.
452        * configure.ac: Reflect changes above.
453
4542003-09-04      Joel Sherrill <joel@OARcorp.com>
455
456        * clock/ckinit.c, console/console-recording.c, console/console.c,
457        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
458        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
459        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
460        changed.
461
4622003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
465        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
466        Remove BSP_CPPFLAGS.
467
4682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * Makefile.am: Reflect having moved aclocal/.
471
4722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * Makefile.am: Reflect having moved automake/.
475        * clock/Makefile.am: Reflect having moved automake/.
476        * console/Makefile.am: Reflect having moved automake/.
477        * fatal/Makefile.am: Reflect having moved automake/.
478        * include/Makefile.am: Reflect having moved automake/.
479        * network/Makefile.am: Reflect having moved automake/.
480        * start/Makefile.am: Reflect having moved automake/.
481        * startup/Makefile.am: Reflect having moved automake/.
482        * timer/Makefile.am: Reflect having moved automake/.
483        * wrapup/Makefile.am: Reflect having moved automake/.
484
4852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        PR 452/bsps
488        * startup/Makefile.am: Remove USE_INIT_FINI.
489
4902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
493
4942003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        PR 445/bsps
497        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
498        Remove cpp, old_cpp (now unused).
499
5002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Remove AC_CONFIG_AUX_DIR.
503
5042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
507
5082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac: AC_PREREQ(2.57).
511
5122003-01-20      Joel Sherrill <joel@OARcorp.com>
513
514        * startup/linkcmds*: Add FreeBSD sysctl() sections.
515
5162002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
519        * console/Makefile.am: Eliminate C_O_FILES.
520        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
521        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
522        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
523        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
524        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
525
5262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * start/Makefile.am: Use install-data-local to install startfile.
529
5302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
533
5342002-11-04      Joel Sherrill <joel@OARcorp.com>
535
536        * console/console.c: Removed warnings.
537
5382002-11-01      Joel Sherrill <joel@OARcorp.com>
539
540        * network/network.c, startup/bspclean.c: Removed warnings.
541
5422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * .cvsignore: Reformat.
545        Add autom4te*cache.
546        Remove autom4te.cache.
547
5482002-08-21      Joel Sherrill <joel@OARcorp.com>
549
550        * bsp_specs: Added support for -nostdlibs.
551
5522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
555        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
556        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
557        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
558        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
559        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
560        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
561        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
562
5632002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * start/Makefile.am: Eliminate PGM.
566        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
567
5682002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
571
5722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
575        Remove $(OBJS) from all-local.
576
5772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
580
5812001-05-28      Joel Sherrill <joel@OARcorp.com>
582
583        * Per PR31, moved mvme16x_hw.h to shared/mvme.
584        * include/Makefile.am: Modified to reflect movement.
585
5862001-05-09      Joel Sherrill <joel@OARcorp.com>
587
588        * startup/linkcmds: In support of gcc 3.1, added one of more
589        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
590        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
591        and direction of segments to memory regions may also have been
592        addressed.  This was a sweep across all BSPs.
593 
5942002-05-01      Eric Norum <eric.norum@usask.ca>
595
596        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
597        startup/page_table.c: Per PR200 fix multi-line inline assembly
598        to satisfy gcc 3.1 and newer.
599
6002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.ac:
603        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
604        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
605        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
609        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
611        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
612        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
613        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
614        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
615
6162002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
619
6202001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
623        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
624        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
625        Add AC_DEFINE_UNQUOTED([mvme167]).
626
6272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
630
6312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
634        * configure.in: Remove.
635        * configure.ac: New file, generated from configure.in by autoupdate.
636
6372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * include/Makefile.am: Use 'CLEANFILES ='.
640        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
641
6422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * configure.in: Add bspopts.h.
645        * include/.cvsignore: Add bspopts.h*, stamp-h*.
646        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
647        * include/bsp.h: Include bspopts.h.
648
6492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
650
651        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
652
6532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
656
6572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
660
6612000-11-01      Joel Sherrill <joel@OARcorp.com>
662
663        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
664        and libcsupport.h moved from libc to lib/include/rtems and
665        now must be referenced as <rtems/XXX.h>.   Header file order
666        was cleaned up while doing this.
667
6682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
671        Switch to GNU canonicalization.
672
6732000-09-12      Joel Sherrill <joel@OARcorp.com>
674
675        * network/network.c (uti596_attach): Adjust cpp directives
676        and conditional braces so all cases compile.
677
6782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
681        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
682        wrapup/Makefile.am, network/Makefile.am: Include compile.am
683
6842000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
685
686        * console.c(_BSP_output_char): Output CR after LF for printk.
687
6882000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
689
690        * README: Updated
691        * console/console.c: Fix polled input.
692        Add support for shared printk.
693        Add support for more flexible polled I/O with and without termios.
694        I/O mode and console is selectable either from NVRAM or from
695        mvme167.cfg.  Clean up comments.
696
6972000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
698
699        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
700        * include/bsp.h: Reorganize NVRAM parameters.
701        Add support for shared printk.
702        * times: These are the times for the MVME167, not the MBX860-002.
703
7042000-08-11  John Cotton  <john.cotton@nrc.ca>
705
706        * network/network.c: Fix NVRAM configuration parameter
707        handling from previous revision.
708        Check J1-4,  restructure NVRAM parameter handling.
709
7102000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
711
712        * network/network.c: Cleanup of network driver to reduce warnings.
713        Addition of second parameter to uti596_attach.
714
7152000-08-10      Joel Sherrill <joel@OARcorp.com>
716
717        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.