source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 99cf9803

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

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

PR 1824/cpukit

  • misc/interr.c, spurious/spinit.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        * misc/interr.c, spurious/spinit.c: Return exit/shutdown status back to
5        boot_card(). boot_card() propagates this to bsp_cleanup() and returns
6        it to the assembly that started the application. bsp_cleanup()
7        prototype changed.
8
92011-03-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
10
11        PR 1772/bsps
12        * console/sci.c: Use same default baud rate as monitor.
13
142011-02-21      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
17
182011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * include/bsp.h, include/mrm332.h, spurious/spinit.c:
21        Use "__asm__" instead of "asm" for improved c99-compliance.
22
232011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * timer/timer.c: Include <rtems/btimer.h>.
26        Fix benchmark_timer_read() definition.
27
282011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: Require autoconf-2.68, automake-1.11.1.
31
322010-08-13      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * spurious/spinit.c: Add include of bootcard.h to fix warning.
35
362010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
37
38        * startup/bsppredriverhook.c: Remove warnings.
39
402009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
41
42        * console/sci.c: adapted to new prototype for *_write
43        function
44
452009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * make/custom/mrm332.cfg: Remove RTEMS_BSP_FAMILY.
48
492009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * make/custom/mrm332.cfg: New (relocated from /make/custom).
52
532009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * console/sci.c: Reflect termios_baud_to_number having been
56        renamed to rtems_termios_baud_to_number.
57
582009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
61
622009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
65        Should be automatically handled by confdefs.h or the application.
66
672009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
70        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
71        have the same options.
72
732009-05-09      Chris Johns <chrisj@rtems.org>
74
75        * include/bsp.h: Defined as a small memory target. It cannot build
76        one of the sample programs any more.
77
782009-04-28      Chris Johns <chrisj@rtems.org>
79
80        * start/start.S, startup/start_c.c: Update for boot_card command
81        line change.
82
832008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * bsp_specs: Move -e start from *link to *startfile to avoid warning
86        for undefined entry symbol when linking relocatables with binutils
87        2.19.
88
892008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * Makefile.am, preinstall.am: Use shared tm27.h stub.
92        * include/tm27.h: Removed.
93
942008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * timer/timer.c: Eliminate uses of old benchmark timer names.
97
982008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
101        of building libbspstart.a, using automake-rules.
102
1032008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * Makefile.am: Eliminate *_SOURCES.
106
1072008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
110        components.
111
1122008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * Makefile.am: Remove noinst_PROGRAMS (Unused).
115
1162008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
119
1202008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * configure.ac: Make letting boot_card() handle work area allocation
123        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
124        BSP_BOOTCARD_OPTIONS.
125
1262008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
129        * startup/bspclean.c: Removed.
130
1312008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * include/bsp.h: Remove unnecessary boilerplate comments.
134
1352008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level
138        shared bsp_get_work_area() implementation.
139
1402008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * startup/bspstart.c: Removed.
143
1442008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds,
147        startup/linkcmds_ROM: Add use of bsp_get_work_area() in its own file
148        and rely on BSP Framework to perform more initialization. Remove
149        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
150        * startup/bsppredriverhook.c: New file.
151
1522008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
155        phase, all prototypes were removed from bsp.h and empty
156        implementations were removed and made to use the shared stub.
157
1582008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * misc/interr.c: Convert to "bool".
161
1622008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * clock/ckinit.c: The Shared Memory Driver no longer requires the
165        special IOCTL in Clock_control. This was a hack which has existed
166        since before the Classic API Timer Manager was implemented. All
167        implementations of and references to Clock_control were removed.
168
1692008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * timer/timer.c: Convert to "bool".
172
1732008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * timer/timer.c: Eliminate empty function from every benchmark timer
176        driver. Fix spelling.
177
1782008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * timer/timer.c: Rename timer driver methods to follow RTEMS
181        programming conventions.
182
1832008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * console/sci.c, startup/bspstart.c, startup/start_c.c,
186        timer/timer.c: Add missing prototypes.
187
1882008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * misc/interr.c: Convention calls for leading underscore on private
191        RTEMS variables.
192
1932008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * Makefile.am: Rework to avoid .rel files.
196
1972008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * console/console.c, startup/bspstart.c: Refactored and renamed
200        initialization routines to rtems_initialize_data_structures,
201        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
202        rtems_initialize_start_multitasking. This opened the sequence up so
203        that bootcard() could provide a more robust and flexible framework
204        which is easier to explain and understand. This also lays the
205        groundwork for sharing the division of available memory between the
206        RTEMS workspace and heap and the C library initialization across all
207        BSPs.
208
2092008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
212        gcc_except_table section so programs compiled with gcc 4.3.x can
213        link.
214
2152007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
216
217        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
218        of the Configuration Table. Use the RTEMS provided accessor macros to
219        obtain configuration fields.
220
2212007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
224        from CPU Table to Configuration Table. Eliminate CPU Table from all
225        ports. Delete references to CPU Table in all forms.
226
2272007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
230        the Configuration Table. This included pretasking_hook,
231        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
232        extra_mpci_receive_server_stack, stack_allocate_hook, and
233        stack_free_hook. As a side-effect of this effort some multiprocessing
234        code was made conditional and some style clean up occurred.
235
2362007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
237
238        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
239        m68k CPU Table since it is never read.
240
2412007-05-03      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/linkcmds: Handle .data.* sections
244
2452007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * bsp_specs: Remove qrtems_debug.
248
2492007-03-13      Joel Sherrill <joel@OARcorp.com>
250
251        * include/bsp.h: Remove redundant prototypes.
252
2532006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * configure.ac: New BUG-REPORT address.
256
2572006-11-15      Joel Sherrill <joel@OARcorp.com>
258
259        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
260        file and simplified initialization.
261
2622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * Makefile.am: Remove superfluous -DASM.
265
2662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
267
268        * configure.ac: Require autoconf-2.60. Require automake-1.10.
269
2702006-09-11      Joel Sherrill <joel@OARcorp.com>
271
272        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
273        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
274        C style.
275
2762006-02-08      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
279        newer gcc versions.
280
2812006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * Makefile.am: Add preinstall.am.
284
2852005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * include/bsp.h: New header guard.
288
2892005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
292
2932005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * console/sci.c: Remove CVS Log.
296
2972005-01-04      Joel Sherrill <joel@OARcorp.com>
298
299        * console/sci.c: Remove warnings.
300
3012005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * Makefile.am: Remove build-variant support.
304
3052004-11-25      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
308        and .gnu.linkonce.b*.
309
3102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
311
312        * configure.ac: Require automake > 1.9.
313
3142004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        PR 610/bsps
317        * Makefile.am: Add include/tm27.h, Cosmetics.
318        * include/tm27.h: Final cosmetics.
319
3202004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
321
322        * include/bsp.h: Split out tmtest27 support.
323        * include/tm27.h: New.
324
3252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
326
327        PR 613/bsps
328        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
329
3302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
331
332        PR 614/bsps
333        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
334
3352004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
336
337        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
338        c/src/lib/libbsp/m68k/mrm332/start/start.S,
339        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
340        <rtems/m68k/sim.h> instead of <sim.h>.
341        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
342        <rtems/m68k/qsm.h> instead of <qsm.h>.
343
3442004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
345
346        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
347
3482004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
349
350        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
351        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
352        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
353
3542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
355
356        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
357        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
358        c99 fixed size types.
359
3602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Reflect changes to bsp.am.
363        Preinstall dist_project_lib*.
364
3652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Reflect changes to bsp.am.
368
3692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
372
3732004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Pickup files from ../../m68k/shared instead of
376        ../shared. Reformat.
377
3782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
381
3822004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Don't include subdirs.am.
385
3862004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Fix typo.
389
3902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
393        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
394        wrapup/Makefile.am.
395        Use automake compilation rules.
396        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
397        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
398        Remove.
399        * configure.ac: Reflect changes above.
400
4012004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Add PREINSTALL_DIRS.
404        * wrapup/Makefile.am: Reflect changes to libcpu.
405
4062004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * wrapup/Makefile.am: Reflect changes to libcpu.
409
4102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
413        Add PRE/TMPINSTALL_FILES to CLEANFILES.
414        * startup/Makefile.am: Ditto.
415
4162004-01-07      Joel Sherrill <joel@OARcorp.com>
417
418        * times, console/sci.c: Remove efi68k and efi332 references as they are
419        no longer in the tree.
420
4212004-01-07      Joel Sherrill <joel@OARcorp.com>
422
423        * timer/timer.c: Remove efi68k and efi332 references as they are no
424        longer in the tree.
425
4262004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * start/Makefile.am: Remove.
429        * Makefile.am: Merge-in start/Makefile.am.
430        * configure.ac: Reflect changes above.
431
4322004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * wrapup/Makefile.am: Eliminate $(LIB).
435        Use noinst_DATA to trigger building libbsp.a.
436
4372003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
440        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
441
4422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
445        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
446
4472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
450
4512003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * start/Makefile.am: Misc cleanups and fixes.
454        * startup/Makefile.am: Misc cleanups and fixes.
455        * wrapup/Makefile.am: Misc cleanups and fixes.
456
4572003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * Makefile.am: Add preinstallation dirstamp support.
460        * clock/Makefile.am: Cosmetics.
461        * console/Makefile.am: Cosmetics.
462        * spurious/Makefile.am: Cosmetics.
463        * startup/Makefile.am: Cosmetics.
464        * timer/Makefile.am: Cosmetics.
465        * wrapup/Makefile.am: Cosmetics.
466
4672003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * clock/Makefile.am: Remove all-local: $(ARCH).
470        * console/Makefile.am: Remove all-local: $(ARCH).
471        * spurious/Makefile.am: Remove all-local: $(ARCH).
472        * start/Makefile.am: Remove all-local: $(ARCH).
473        * startup/Makefile.am: Remove all-local: $(ARCH).
474        * timer/Makefile.am: Remove all-local: $(ARCH).
475        * wrapup/Makefile.am: Remove all-local: $(ARCH).
476
4772003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: Merge-in include/Makefile.am.
480        Reflect changes to bsp.am.
481        * include/Makefile.am: Remove.
482        * configure.ac: Reflect changes above.
483
4842003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * bsp_specs: Remove *lib:.
487
4882003-09-15      Joel Sherrill <joel@OARcorp.com>
489
490        PR 483/bsps
491        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
492        cannot be installed until RTEMS has initialized the vector table.
493
4942003-09-04      Joel Sherrill <joel@OARcorp.com>
495
496        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
497        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
498        timer/timer.c: URL for license changed.
499
5002003-08-20      Joel Sherrill <joel@OARcorp.com>
501
502        * console/console.c: Correct copyright statements.
503
5042003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * Makefile.am: Reflect having moved aclocal/.
507
5082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * Makefile.am: Reflect having moved automake/.
511        * clock/Makefile.am: Reflect having moved automake/.
512        * console/Makefile.am: Reflect having moved automake/.
513        * include/Makefile.am: Reflect having moved automake/.
514        * spurious/Makefile.am: Reflect having moved automake/.
515        * start/Makefile.am: Reflect having moved automake/.
516        * startup/Makefile.am: Reflect having moved automake/.
517        * timer/Makefile.am: Reflect having moved automake/.
518        * wrapup/Makefile.am: Reflect having moved automake/.
519
5202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        PR 452/bsps
523        * startup/Makefile.am: Remove USE_INIT_FINI.
524
5252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
528
5292003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        PR 445/bsps
532        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
533        Remove cpp, old_cpp (now unused).
534
5352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac: Remove AC_CONFIG_AUX_DIR.
538
5392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
542
5432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac: AC_PREREQ(2.57).
546
5472003-01-20      Duane Gustavus <duane@unt.edu>
548
549        * console/sci.c, include/mrm332.h, startup/linkcmds,
550        startup/linkcmds_ROM: Various updates to make this run properly
551        from ROM.
552
5532002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
556        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
557        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
558        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
559        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
560        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
561
5622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * start/Makefile.am: Use install-data-local to install startfile.
565
5662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
569
5702002-11-04      Joel Sherrill <joel@OARcorp.com>
571
572        * console/sci.c, spurious/spinit.c: Removed warnings.
573
5742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * .cvsignore: Reformat.
577        Add autom4te*cache.
578        Remove autom4te.cache.
579
5802002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
583
5842002-08-21      Joel Sherrill <joel@OARcorp.com>
585
586        * wrapup/Makefile.am: PR217 required that the idle task be moved to
587        libcpu so it could be more acutely aware of the CPU model.  This
588        file was modified to pick up the idle task from there.
589
5902002-08-21      Joel Sherrill <joel@OARcorp.com>
591
592        * bsp_specs: Added support for -nostdlibs.
593
5942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
597        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
598        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
599        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
600        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
601        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
602        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
603
6042002-08-05      Joel Sherrill <joel@OARcorp.com>
605
606        * Per PR260 eliminate use of make-target-options.  This impacted
607        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
608        SuperCore and required that the m68k optimized memcpy be moved
609        to libcpu.
610        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
611
6122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * start/Makefile.am: Eliminate PGM.
615        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
616
6172002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
620
6212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
624        Remove $(OBJS) from all-local.
625
6262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
629
6302001-05-09      Joel Sherrill <joel@OARcorp.com>
631
632        * startup/linkcmds: In support of gcc 3.1, added one of more
633        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
634        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
635        and direction of segments to memory regions may also have been
636        addressed.  This was a sweep across all BSPs.
637 
6382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.ac:
641        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
642        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
643        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
644        * Makefile.am: Remove AUTOMAKE_OPTIONS.
645        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
646        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
647        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
648        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
649        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
650        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
651        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
652
6532002-02-28      Mike Panetta <ahuitzot@mindspring.com>
654
655        * console/sci.c, console/sci.h,
656        console/console.c: Added new SCI driver.
657        * start/start.c: Removed file.
658        * start/start.S: New file, the asm portion of the updated start code.
659        * start/configure.am: Added start.S, removed start.c
660        * startup/start_c.c: New file, the C portion of the updated start code.         Contains most of the code that was in the old start.c.
661        * startup/configure.am: Added start_c.c to C_FILES.
662        * include/bsp.h: Added include <rtems/bspIo.h>
663
6642001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
667
6682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
671        * configure.in: Remove.
672        * configure.ac: New file, generated from configure.in by autoupdate.
673
6742001-09-27      Joel Sherrill <joel@OARcorp.com>
675
676        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
677
6782001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
681
6822001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.in: Add bspopts.h.
685        * include/.cvsignore: Add bspopts.h*, stamp-h*.
686        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
687        * include/bsp.h: Include bspopts.h.
688
6892001-05-25      Joel Sherrill <joel@OARcorp.com>
690
691        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
692        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
693        wrapup/Makefile.am: Modified to include compile.am.
694        * startup/bspstart.c: Removed include of <libcsupport.h>
695
6962000-05-25      Matt Cross <profesor@gweep.net>
697
698        * New MRM332 BSP for the Mini RoboMind board based
699        on the 68332 microcontroller designed and build by Mark
700        Castelluccio.  For details on the MRM see http://www.robominds.com.
701        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
702        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
703        console/.cvsignore, console/Makefile.am, console/console.c,
704        include/.cvsignore, include/Makefile.am, include/bsp.h,
705        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
706        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
707        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
708        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
709        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
710        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
711        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
712
Note: See TracBrowser for help on using the repository browser.