source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 8ff2188

4.104.115
Last change on this file since 8ff2188 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 20.9 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
8        Should be automatically handled by confdefs.h or the application.
9
102009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
13        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
14        have the same options.
15
162009-05-09      Chris Johns <chrisj@rtems.org>
17
18        * include/bsp.h: Defined as a small memory target. It cannot build
19        one of the sample programs any more.
20
212009-04-28      Chris Johns <chrisj@rtems.org>
22
23        * start/start.S, startup/start_c.c: Update for boot_card command
24        line change.
25
262008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * bsp_specs: Move -e start from *link to *startfile to avoid warning
29        for undefined entry symbol when linking relocatables with binutils
30        2.19.
31
322008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * Makefile.am, preinstall.am: Use shared tm27.h stub.
35        * include/tm27.h: Removed.
36
372008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * timer/timer.c: Eliminate uses of old benchmark timer names.
40
412008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
44        of building libbspstart.a, using automake-rules.
45
462008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Eliminate *_SOURCES.
49
502008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
53        components.
54
552008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Remove noinst_PROGRAMS (Unused).
58
592008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
62
632008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * configure.ac: Make letting boot_card() handle work area allocation
66        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
67        BSP_BOOTCARD_OPTIONS.
68
692008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
72        * startup/bspclean.c: Removed.
73
742008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * include/bsp.h: Remove unnecessary boilerplate comments.
77
782008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level
81        shared bsp_get_work_area() implementation.
82
832008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * startup/bspstart.c: Removed.
86
872008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds,
90        startup/linkcmds_ROM: Add use of bsp_get_work_area() in its own file
91        and rely on BSP Framework to perform more initialization. Remove
92        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
93        * startup/bsppredriverhook.c: New file.
94
952008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
98        phase, all prototypes were removed from bsp.h and empty
99        implementations were removed and made to use the shared stub.
100
1012008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * misc/interr.c: Convert to "bool".
104
1052008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * clock/ckinit.c: The Shared Memory Driver no longer requires the
108        special IOCTL in Clock_control. This was a hack which has existed
109        since before the Classic API Timer Manager was implemented. All
110        implementations of and references to Clock_control were removed.
111
1122008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * timer/timer.c: Convert to "bool".
115
1162008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * timer/timer.c: Eliminate empty function from every benchmark timer
119        driver. Fix spelling.
120
1212008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * timer/timer.c: Rename timer driver methods to follow RTEMS
124        programming conventions.
125
1262008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * console/sci.c, startup/bspstart.c, startup/start_c.c,
129        timer/timer.c: Add missing prototypes.
130
1312008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * misc/interr.c: Convention calls for leading underscore on private
134        RTEMS variables.
135
1362008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * Makefile.am: Rework to avoid .rel files.
139
1402008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * console/console.c, startup/bspstart.c: Refactored and renamed
143        initialization routines to rtems_initialize_data_structures,
144        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
145        rtems_initialize_start_multitasking. This opened the sequence up so
146        that bootcard() could provide a more robust and flexible framework
147        which is easier to explain and understand. This also lays the
148        groundwork for sharing the division of available memory between the
149        RTEMS workspace and heap and the C library initialization across all
150        BSPs.
151
1522008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
155        gcc_except_table section so programs compiled with gcc 4.3.x can
156        link.
157
1582007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
161        of the Configuration Table. Use the RTEMS provided accessor macros to
162        obtain configuration fields.
163
1642007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
167        from CPU Table to Configuration Table. Eliminate CPU Table from all
168        ports. Delete references to CPU Table in all forms.
169
1702007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
173        the Configuration Table. This included pretasking_hook,
174        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
175        extra_mpci_receive_server_stack, stack_allocate_hook, and
176        stack_free_hook. As a side-effect of this effort some multiprocessing
177        code was made conditional and some style clean up occurred.
178
1792007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
182        m68k CPU Table since it is never read.
183
1842007-05-03      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds: Handle .data.* sections
187
1882007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * bsp_specs: Remove qrtems_debug.
191
1922007-03-13      Joel Sherrill <joel@OARcorp.com>
193
194        * include/bsp.h: Remove redundant prototypes.
195
1962006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * configure.ac: New BUG-REPORT address.
199
2002006-11-15      Joel Sherrill <joel@OARcorp.com>
201
202        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
203        file and simplified initialization.
204
2052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Remove superfluous -DASM.
208
2092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * configure.ac: Require autoconf-2.60. Require automake-1.10.
212
2132006-09-11      Joel Sherrill <joel@OARcorp.com>
214
215        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
216        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
217        C style.
218
2192006-02-08      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
222        newer gcc versions.
223
2242006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Add preinstall.am.
227
2282005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * include/bsp.h: New header guard.
231
2322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
235
2362005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * console/sci.c: Remove CVS Log.
239
2402005-01-04      Joel Sherrill <joel@OARcorp.com>
241
242        * console/sci.c: Remove warnings.
243
2442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * Makefile.am: Remove build-variant support.
247
2482004-11-25      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
251        and .gnu.linkonce.b*.
252
2532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        * configure.ac: Require automake > 1.9.
256
2572004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        PR 610/bsps
260        * Makefile.am: Add include/tm27.h, Cosmetics.
261        * include/tm27.h: Final cosmetics.
262
2632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
264
265        * include/bsp.h: Split out tmtest27 support.
266        * include/tm27.h: New.
267
2682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        PR 613/bsps
271        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
272
2732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        PR 614/bsps
276        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
277
2782004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
279
280        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
281        c/src/lib/libbsp/m68k/mrm332/start/start.S,
282        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
283        <rtems/m68k/sim.h> instead of <sim.h>.
284        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
285        <rtems/m68k/qsm.h> instead of <qsm.h>.
286
2872004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
288
289        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
290
2912004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
292
293        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
294        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
295        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
296
2972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
298
299        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
300        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
301        c99 fixed size types.
302
3032004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Reflect changes to bsp.am.
306        Preinstall dist_project_lib*.
307
3082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Reflect changes to bsp.am.
311
3122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
315
3162004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Pickup files from ../../m68k/shared instead of
319        ../shared. Reformat.
320
3212004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
324
3252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Don't include subdirs.am.
328
3292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Fix typo.
332
3332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
336        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
337        wrapup/Makefile.am.
338        Use automake compilation rules.
339        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
340        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
341        Remove.
342        * configure.ac: Reflect changes above.
343
3442004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Add PREINSTALL_DIRS.
347        * wrapup/Makefile.am: Reflect changes to libcpu.
348
3492004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Reflect changes to libcpu.
352
3532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
356        Add PRE/TMPINSTALL_FILES to CLEANFILES.
357        * startup/Makefile.am: Ditto.
358
3592004-01-07      Joel Sherrill <joel@OARcorp.com>
360
361        * times, console/sci.c: Remove efi68k and efi332 references as they are
362        no longer in the tree.
363
3642004-01-07      Joel Sherrill <joel@OARcorp.com>
365
366        * timer/timer.c: Remove efi68k and efi332 references as they are no
367        longer in the tree.
368
3692004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * start/Makefile.am: Remove.
372        * Makefile.am: Merge-in start/Makefile.am.
373        * configure.ac: Reflect changes above.
374
3752004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Eliminate $(LIB).
378        Use noinst_DATA to trigger building libbsp.a.
379
3802003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
383        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
384
3852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
388        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
389
3902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
393
3942003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * start/Makefile.am: Misc cleanups and fixes.
397        * startup/Makefile.am: Misc cleanups and fixes.
398        * wrapup/Makefile.am: Misc cleanups and fixes.
399
4002003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Add preinstallation dirstamp support.
403        * clock/Makefile.am: Cosmetics.
404        * console/Makefile.am: Cosmetics.
405        * spurious/Makefile.am: Cosmetics.
406        * startup/Makefile.am: Cosmetics.
407        * timer/Makefile.am: Cosmetics.
408        * wrapup/Makefile.am: Cosmetics.
409
4102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * clock/Makefile.am: Remove all-local: $(ARCH).
413        * console/Makefile.am: Remove all-local: $(ARCH).
414        * spurious/Makefile.am: Remove all-local: $(ARCH).
415        * start/Makefile.am: Remove all-local: $(ARCH).
416        * startup/Makefile.am: Remove all-local: $(ARCH).
417        * timer/Makefile.am: Remove all-local: $(ARCH).
418        * wrapup/Makefile.am: Remove all-local: $(ARCH).
419
4202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: Merge-in include/Makefile.am.
423        Reflect changes to bsp.am.
424        * include/Makefile.am: Remove.
425        * configure.ac: Reflect changes above.
426
4272003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * bsp_specs: Remove *lib:.
430
4312003-09-15      Joel Sherrill <joel@OARcorp.com>
432
433        PR 483/bsps
434        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
435        cannot be installed until RTEMS has initialized the vector table.
436
4372003-09-04      Joel Sherrill <joel@OARcorp.com>
438
439        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
440        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
441        timer/timer.c: URL for license changed.
442
4432003-08-20      Joel Sherrill <joel@OARcorp.com>
444
445        * console/console.c: Correct copyright statements.
446
4472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Reflect having moved aclocal/.
450
4512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Reflect having moved automake/.
454        * clock/Makefile.am: Reflect having moved automake/.
455        * console/Makefile.am: Reflect having moved automake/.
456        * include/Makefile.am: Reflect having moved automake/.
457        * spurious/Makefile.am: Reflect having moved automake/.
458        * start/Makefile.am: Reflect having moved automake/.
459        * startup/Makefile.am: Reflect having moved automake/.
460        * timer/Makefile.am: Reflect having moved automake/.
461        * wrapup/Makefile.am: Reflect having moved automake/.
462
4632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        PR 452/bsps
466        * startup/Makefile.am: Remove USE_INIT_FINI.
467
4682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
471
4722003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        PR 445/bsps
475        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
476        Remove cpp, old_cpp (now unused).
477
4782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Remove AC_CONFIG_AUX_DIR.
481
4822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
485
4862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac: AC_PREREQ(2.57).
489
4902003-01-20      Duane Gustavus <duane@unt.edu>
491
492        * console/sci.c, include/mrm332.h, startup/linkcmds,
493        startup/linkcmds_ROM: Various updates to make this run properly
494        from ROM.
495
4962002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
499        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
500        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
501        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
502        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
503        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
504
5052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * start/Makefile.am: Use install-data-local to install startfile.
508
5092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
512
5132002-11-04      Joel Sherrill <joel@OARcorp.com>
514
515        * console/sci.c, spurious/spinit.c: Removed warnings.
516
5172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * .cvsignore: Reformat.
520        Add autom4te*cache.
521        Remove autom4te.cache.
522
5232002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
526
5272002-08-21      Joel Sherrill <joel@OARcorp.com>
528
529        * wrapup/Makefile.am: PR217 required that the idle task be moved to
530        libcpu so it could be more acutely aware of the CPU model.  This
531        file was modified to pick up the idle task from there.
532
5332002-08-21      Joel Sherrill <joel@OARcorp.com>
534
535        * bsp_specs: Added support for -nostdlibs.
536
5372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
540        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
541        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
542        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
543        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
544        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
545        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
546
5472002-08-05      Joel Sherrill <joel@OARcorp.com>
548
549        * Per PR260 eliminate use of make-target-options.  This impacted
550        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
551        SuperCore and required that the m68k optimized memcpy be moved
552        to libcpu.
553        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
554
5552002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * start/Makefile.am: Eliminate PGM.
558        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
559
5602002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
563
5642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
567        Remove $(OBJS) from all-local.
568
5692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
572
5732001-05-09      Joel Sherrill <joel@OARcorp.com>
574
575        * startup/linkcmds: In support of gcc 3.1, added one of more
576        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
577        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
578        and direction of segments to memory regions may also have been
579        addressed.  This was a sweep across all BSPs.
580 
5812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac:
584        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
585        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
586        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
587        * Makefile.am: Remove AUTOMAKE_OPTIONS.
588        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
589        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
590        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
591        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
592        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
594        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
595
5962002-02-28      Mike Panetta <ahuitzot@mindspring.com>
597
598        * console/sci.c, console/sci.h,
599        console/console.c: Added new SCI driver.
600        * start/start.c: Removed file.
601        * start/start.S: New file, the asm portion of the updated start code.
602        * start/configure.am: Added start.S, removed start.c
603        * 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.
604        * startup/configure.am: Added start_c.c to C_FILES.
605        * include/bsp.h: Added include <rtems/bspIo.h>
606
6072001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
610
6112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
614        * configure.in: Remove.
615        * configure.ac: New file, generated from configure.in by autoupdate.
616
6172001-09-27      Joel Sherrill <joel@OARcorp.com>
618
619        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
620
6212001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
624
6252001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.in: Add bspopts.h.
628        * include/.cvsignore: Add bspopts.h*, stamp-h*.
629        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
630        * include/bsp.h: Include bspopts.h.
631
6322001-05-25      Joel Sherrill <joel@OARcorp.com>
633
634        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
635        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
636        wrapup/Makefile.am: Modified to include compile.am.
637        * startup/bspstart.c: Removed include of <libcsupport.h>
638
6392000-05-25      Matt Cross <profesor@gweep.net>
640
641        * New MRM332 BSP for the Mini RoboMind board based
642        on the 68332 microcontroller designed and build by Mark
643        Castelluccio.  For details on the MRM see http://www.robominds.com.
644        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
645        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
646        console/.cvsignore, console/Makefile.am, console/console.c,
647        include/.cvsignore, include/Makefile.am, include/bsp.h,
648        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
649        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
650        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
651        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
652        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
653        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
654        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
655
Note: See TracBrowser for help on using the repository browser.