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

4.104.114.95
Last change on this file since dad34779 was 34ef6c7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/08 at 22:06:51

2008-09-05 Joel Sherrill <joel.sherrill@…>

  • clock/ckinit.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
  • Property mode set to 100644
File size: 17.7 KB
Line 
12008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clock/ckinit.c: The Shared Memory Driver no longer requires the
4        special IOCTL in Clock_control. This was a hack which has existed
5        since before the Classic API Timer Manager was implemented. All
6        implementations of and references to Clock_control were removed.
7
82008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * timer/timer.c: Convert to "bool".
11
122008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * timer/timer.c: Eliminate empty function from every benchmark timer
15        driver. Fix spelling.
16
172008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * timer/timer.c: Rename timer driver methods to follow RTEMS
20        programming conventions.
21
222008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * console/sci.c, startup/bspstart.c, startup/start_c.c,
25        timer/timer.c: Add missing prototypes.
26
272008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * misc/interr.c: Convention calls for leading underscore on private
30        RTEMS variables.
31
322008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * Makefile.am: Rework to avoid .rel files.
35
362008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * console/console.c, startup/bspstart.c: Refactored and renamed
39        initialization routines to rtems_initialize_data_structures,
40        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
41        rtems_initialize_start_multitasking. This opened the sequence up so
42        that bootcard() could provide a more robust and flexible framework
43        which is easier to explain and understand. This also lays the
44        groundwork for sharing the division of available memory between the
45        RTEMS workspace and heap and the C library initialization across all
46        BSPs.
47
482008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
51        gcc_except_table section so programs compiled with gcc 4.3.x can
52        link.
53
542007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
57        of the Configuration Table. Use the RTEMS provided accessor macros to
58        obtain configuration fields.
59
602007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
63        from CPU Table to Configuration Table. Eliminate CPU Table from all
64        ports. Delete references to CPU Table in all forms.
65
662007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
69        the Configuration Table. This included pretasking_hook,
70        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
71        extra_mpci_receive_server_stack, stack_allocate_hook, and
72        stack_free_hook. As a side-effect of this effort some multiprocessing
73        code was made conditional and some style clean up occurred.
74
752007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
78        m68k CPU Table since it is never read.
79
802007-05-03      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/linkcmds: Handle .data.* sections
83
842007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * bsp_specs: Remove qrtems_debug.
87
882007-03-13      Joel Sherrill <joel@OARcorp.com>
89
90        * include/bsp.h: Remove redundant prototypes.
91
922006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * configure.ac: New BUG-REPORT address.
95
962006-11-15      Joel Sherrill <joel@OARcorp.com>
97
98        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
99        file and simplified initialization.
100
1012006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * Makefile.am: Remove superfluous -DASM.
104
1052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * configure.ac: Require autoconf-2.60. Require automake-1.10.
108
1092006-09-11      Joel Sherrill <joel@OARcorp.com>
110
111        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
112        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
113        C style.
114
1152006-02-08      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
118        newer gcc versions.
119
1202006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Add preinstall.am.
123
1242005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * include/bsp.h: New header guard.
127
1282005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
131
1322005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * console/sci.c: Remove CVS Log.
135
1362005-01-04      Joel Sherrill <joel@OARcorp.com>
137
138        * console/sci.c: Remove warnings.
139
1402005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Remove build-variant support.
143
1442004-11-25      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
147        and .gnu.linkonce.b*.
148
1492004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * configure.ac: Require automake > 1.9.
152
1532004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        PR 610/bsps
156        * Makefile.am: Add include/tm27.h, Cosmetics.
157        * include/tm27.h: Final cosmetics.
158
1592004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * include/bsp.h: Split out tmtest27 support.
162        * include/tm27.h: New.
163
1642004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        PR 613/bsps
167        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
168
1692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        PR 614/bsps
172        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
173
1742004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
175
176        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
177        c/src/lib/libbsp/m68k/mrm332/start/start.S,
178        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
179        <rtems/m68k/sim.h> instead of <sim.h>.
180        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
181        <rtems/m68k/qsm.h> instead of <qsm.h>.
182
1832004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
186
1872004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
190        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
191        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
192
1932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
194
195        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
196        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
197        c99 fixed size types.
198
1992004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Reflect changes to bsp.am.
202        Preinstall dist_project_lib*.
203
2042004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Reflect changes to bsp.am.
207
2082004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
211
2122004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Pickup files from ../../m68k/shared instead of
215        ../shared. Reformat.
216
2172004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
220
2212004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Don't include subdirs.am.
224
2252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Fix typo.
228
2292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
232        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
233        wrapup/Makefile.am.
234        Use automake compilation rules.
235        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
236        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
237        Remove.
238        * configure.ac: Reflect changes above.
239
2402004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Add PREINSTALL_DIRS.
243        * wrapup/Makefile.am: Reflect changes to libcpu.
244
2452004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Reflect changes to libcpu.
248
2492004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
252        Add PRE/TMPINSTALL_FILES to CLEANFILES.
253        * startup/Makefile.am: Ditto.
254
2552004-01-07      Joel Sherrill <joel@OARcorp.com>
256
257        * times, console/sci.c: Remove efi68k and efi332 references as they are
258        no longer in the tree.
259
2602004-01-07      Joel Sherrill <joel@OARcorp.com>
261
262        * timer/timer.c: Remove efi68k and efi332 references as they are no
263        longer in the tree.
264
2652004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * start/Makefile.am: Remove.
268        * Makefile.am: Merge-in start/Makefile.am.
269        * configure.ac: Reflect changes above.
270
2712004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Eliminate $(LIB).
274        Use noinst_DATA to trigger building libbsp.a.
275
2762003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
279        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
280
2812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
284        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
285
2862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
289
2902003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * start/Makefile.am: Misc cleanups and fixes.
293        * startup/Makefile.am: Misc cleanups and fixes.
294        * wrapup/Makefile.am: Misc cleanups and fixes.
295
2962003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Add preinstallation dirstamp support.
299        * clock/Makefile.am: Cosmetics.
300        * console/Makefile.am: Cosmetics.
301        * spurious/Makefile.am: Cosmetics.
302        * startup/Makefile.am: Cosmetics.
303        * timer/Makefile.am: Cosmetics.
304        * wrapup/Makefile.am: Cosmetics.
305
3062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * clock/Makefile.am: Remove all-local: $(ARCH).
309        * console/Makefile.am: Remove all-local: $(ARCH).
310        * spurious/Makefile.am: Remove all-local: $(ARCH).
311        * start/Makefile.am: Remove all-local: $(ARCH).
312        * startup/Makefile.am: Remove all-local: $(ARCH).
313        * timer/Makefile.am: Remove all-local: $(ARCH).
314        * wrapup/Makefile.am: Remove all-local: $(ARCH).
315
3162003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Merge-in include/Makefile.am.
319        Reflect changes to bsp.am.
320        * include/Makefile.am: Remove.
321        * configure.ac: Reflect changes above.
322
3232003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * bsp_specs: Remove *lib:.
326
3272003-09-15      Joel Sherrill <joel@OARcorp.com>
328
329        PR 483/bsps
330        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
331        cannot be installed until RTEMS has initialized the vector table.
332
3332003-09-04      Joel Sherrill <joel@OARcorp.com>
334
335        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
336        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
337        timer/timer.c: URL for license changed.
338
3392003-08-20      Joel Sherrill <joel@OARcorp.com>
340
341        * console/console.c: Correct copyright statements.
342
3432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Reflect having moved aclocal/.
346
3472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Reflect having moved automake/.
350        * clock/Makefile.am: Reflect having moved automake/.
351        * console/Makefile.am: Reflect having moved automake/.
352        * include/Makefile.am: Reflect having moved automake/.
353        * spurious/Makefile.am: Reflect having moved automake/.
354        * start/Makefile.am: Reflect having moved automake/.
355        * startup/Makefile.am: Reflect having moved automake/.
356        * timer/Makefile.am: Reflect having moved automake/.
357        * wrapup/Makefile.am: Reflect having moved automake/.
358
3592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        PR 452/bsps
362        * startup/Makefile.am: Remove USE_INIT_FINI.
363
3642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
367
3682003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        PR 445/bsps
371        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
372        Remove cpp, old_cpp (now unused).
373
3742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Remove AC_CONFIG_AUX_DIR.
377
3782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
381
3822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: AC_PREREQ(2.57).
385
3862003-01-20      Duane Gustavus <duane@unt.edu>
387
388        * console/sci.c, include/mrm332.h, startup/linkcmds,
389        startup/linkcmds_ROM: Various updates to make this run properly
390        from ROM.
391
3922002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
395        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400
4012002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Use install-data-local to install startfile.
404
4052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408
4092002-11-04      Joel Sherrill <joel@OARcorp.com>
410
411        * console/sci.c, spurious/spinit.c: Removed warnings.
412
4132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * .cvsignore: Reformat.
416        Add autom4te*cache.
417        Remove autom4te.cache.
418
4192002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
422
4232002-08-21      Joel Sherrill <joel@OARcorp.com>
424
425        * wrapup/Makefile.am: PR217 required that the idle task be moved to
426        libcpu so it could be more acutely aware of the CPU model.  This
427        file was modified to pick up the idle task from there.
428
4292002-08-21      Joel Sherrill <joel@OARcorp.com>
430
431        * bsp_specs: Added support for -nostdlibs.
432
4332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
437        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
439        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
440        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
441        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
442
4432002-08-05      Joel Sherrill <joel@OARcorp.com>
444
445        * Per PR260 eliminate use of make-target-options.  This impacted
446        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
447        SuperCore and required that the m68k optimized memcpy be moved
448        to libcpu.
449        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
450
4512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * start/Makefile.am: Eliminate PGM.
454        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
455
4562002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
459
4602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
463        Remove $(OBJS) from all-local.
464
4652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
468
4692001-05-09      Joel Sherrill <joel@OARcorp.com>
470
471        * startup/linkcmds: In support of gcc 3.1, added one of more
472        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
473        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
474        and direction of segments to memory regions may also have been
475        addressed.  This was a sweep across all BSPs.
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        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
491
4922002-02-28      Mike Panetta <ahuitzot@mindspring.com>
493
494        * console/sci.c, console/sci.h,
495        console/console.c: Added new SCI driver.
496        * start/start.c: Removed file.
497        * start/start.S: New file, the asm portion of the updated start code.
498        * start/configure.am: Added start.S, removed start.c
499        * 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.
500        * startup/configure.am: Added start_c.c to C_FILES.
501        * include/bsp.h: Added include <rtems/bspIo.h>
502
5032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
506
5072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
510        * configure.in: Remove.
511        * configure.ac: New file, generated from configure.in by autoupdate.
512
5132001-09-27      Joel Sherrill <joel@OARcorp.com>
514
515        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
516
5172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
520
5212001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.in: Add bspopts.h.
524        * include/.cvsignore: Add bspopts.h*, stamp-h*.
525        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
526        * include/bsp.h: Include bspopts.h.
527
5282001-05-25      Joel Sherrill <joel@OARcorp.com>
529
530        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
531        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
532        wrapup/Makefile.am: Modified to include compile.am.
533        * startup/bspstart.c: Removed include of <libcsupport.h>
534
5352000-05-25      Matt Cross <profesor@gweep.net>
536
537        * New MRM332 BSP for the Mini RoboMind board based
538        on the 68332 microcontroller designed and build by Mark
539        Castelluccio.  For details on the MRM see http://www.robominds.com.
540        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
541        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
542        console/.cvsignore, console/Makefile.am, console/console.c,
543        include/.cvsignore, include/Makefile.am, include/bsp.h,
544        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
545        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
546        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
547        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
548        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
549        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
550        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
551
Note: See TracBrowser for help on using the repository browser.