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

4.104.115
Last change on this file since 4909a30 was 4909a30, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:37

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

  • include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • Property mode set to 100644
File size: 18.0 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
4        phase, all prototypes were removed from bsp.h and empty
5        implementations were removed and made to use the shared stub.
6
72008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * misc/interr.c: Convert to "bool".
10
112008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * clock/ckinit.c: The Shared Memory Driver no longer requires the
14        special IOCTL in Clock_control. This was a hack which has existed
15        since before the Classic API Timer Manager was implemented. All
16        implementations of and references to Clock_control were removed.
17
182008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * timer/timer.c: Convert to "bool".
21
222008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * timer/timer.c: Eliminate empty function from every benchmark timer
25        driver. Fix spelling.
26
272008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * timer/timer.c: Rename timer driver methods to follow RTEMS
30        programming conventions.
31
322008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * console/sci.c, startup/bspstart.c, startup/start_c.c,
35        timer/timer.c: Add missing prototypes.
36
372008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * misc/interr.c: Convention calls for leading underscore on private
40        RTEMS variables.
41
422008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * Makefile.am: Rework to avoid .rel files.
45
462008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * console/console.c, startup/bspstart.c: Refactored and renamed
49        initialization routines to rtems_initialize_data_structures,
50        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
51        rtems_initialize_start_multitasking. This opened the sequence up so
52        that bootcard() could provide a more robust and flexible framework
53        which is easier to explain and understand. This also lays the
54        groundwork for sharing the division of available memory between the
55        RTEMS workspace and heap and the C library initialization across all
56        BSPs.
57
582008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
61        gcc_except_table section so programs compiled with gcc 4.3.x can
62        link.
63
642007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
67        of the Configuration Table. Use the RTEMS provided accessor macros to
68        obtain configuration fields.
69
702007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
73        from CPU Table to Configuration Table. Eliminate CPU Table from all
74        ports. Delete references to CPU Table in all forms.
75
762007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
79        the Configuration Table. This included pretasking_hook,
80        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
81        extra_mpci_receive_server_stack, stack_allocate_hook, and
82        stack_free_hook. As a side-effect of this effort some multiprocessing
83        code was made conditional and some style clean up occurred.
84
852007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
88        m68k CPU Table since it is never read.
89
902007-05-03      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: Handle .data.* sections
93
942007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * bsp_specs: Remove qrtems_debug.
97
982007-03-13      Joel Sherrill <joel@OARcorp.com>
99
100        * include/bsp.h: Remove redundant prototypes.
101
1022006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * configure.ac: New BUG-REPORT address.
105
1062006-11-15      Joel Sherrill <joel@OARcorp.com>
107
108        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
109        file and simplified initialization.
110
1112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * Makefile.am: Remove superfluous -DASM.
114
1152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * configure.ac: Require autoconf-2.60. Require automake-1.10.
118
1192006-09-11      Joel Sherrill <joel@OARcorp.com>
120
121        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
122        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
123        C style.
124
1252006-02-08      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
128        newer gcc versions.
129
1302006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Add preinstall.am.
133
1342005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * include/bsp.h: New header guard.
137
1382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
141
1422005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * console/sci.c: Remove CVS Log.
145
1462005-01-04      Joel Sherrill <joel@OARcorp.com>
147
148        * console/sci.c: Remove warnings.
149
1502005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * Makefile.am: Remove build-variant support.
153
1542004-11-25      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
157        and .gnu.linkonce.b*.
158
1592004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * configure.ac: Require automake > 1.9.
162
1632004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
164
165        PR 610/bsps
166        * Makefile.am: Add include/tm27.h, Cosmetics.
167        * include/tm27.h: Final cosmetics.
168
1692004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        * include/bsp.h: Split out tmtest27 support.
172        * include/tm27.h: New.
173
1742004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        PR 613/bsps
177        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
178
1792004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        PR 614/bsps
182        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
183
1842004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
185
186        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
187        c/src/lib/libbsp/m68k/mrm332/start/start.S,
188        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
189        <rtems/m68k/sim.h> instead of <sim.h>.
190        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
191        <rtems/m68k/qsm.h> instead of <qsm.h>.
192
1932004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
194
195        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
196
1972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
200        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
201        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
202
2032004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
206        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
207        c99 fixed size types.
208
2092004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Reflect changes to bsp.am.
212        Preinstall dist_project_lib*.
213
2142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Reflect changes to bsp.am.
217
2182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
221
2222004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Pickup files from ../../m68k/shared instead of
225        ../shared. Reformat.
226
2272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
230
2312004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Don't include subdirs.am.
234
2352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Fix typo.
238
2392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
242        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
243        wrapup/Makefile.am.
244        Use automake compilation rules.
245        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
246        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
247        Remove.
248        * configure.ac: Reflect changes above.
249
2502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Add PREINSTALL_DIRS.
253        * wrapup/Makefile.am: Reflect changes to libcpu.
254
2552004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Reflect changes to libcpu.
258
2592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
262        Add PRE/TMPINSTALL_FILES to CLEANFILES.
263        * startup/Makefile.am: Ditto.
264
2652004-01-07      Joel Sherrill <joel@OARcorp.com>
266
267        * times, console/sci.c: Remove efi68k and efi332 references as they are
268        no longer in the tree.
269
2702004-01-07      Joel Sherrill <joel@OARcorp.com>
271
272        * timer/timer.c: Remove efi68k and efi332 references as they are no
273        longer in the tree.
274
2752004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Remove.
278        * Makefile.am: Merge-in start/Makefile.am.
279        * configure.ac: Reflect changes above.
280
2812004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Eliminate $(LIB).
284        Use noinst_DATA to trigger building libbsp.a.
285
2862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
289        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
290
2912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
294        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
295
2962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
299
3002003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * start/Makefile.am: Misc cleanups and fixes.
303        * startup/Makefile.am: Misc cleanups and fixes.
304        * wrapup/Makefile.am: Misc cleanups and fixes.
305
3062003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Add preinstallation dirstamp support.
309        * clock/Makefile.am: Cosmetics.
310        * console/Makefile.am: Cosmetics.
311        * spurious/Makefile.am: Cosmetics.
312        * startup/Makefile.am: Cosmetics.
313        * timer/Makefile.am: Cosmetics.
314        * wrapup/Makefile.am: Cosmetics.
315
3162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * clock/Makefile.am: Remove all-local: $(ARCH).
319        * console/Makefile.am: Remove all-local: $(ARCH).
320        * spurious/Makefile.am: Remove all-local: $(ARCH).
321        * start/Makefile.am: Remove all-local: $(ARCH).
322        * startup/Makefile.am: Remove all-local: $(ARCH).
323        * timer/Makefile.am: Remove all-local: $(ARCH).
324        * wrapup/Makefile.am: Remove all-local: $(ARCH).
325
3262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Merge-in include/Makefile.am.
329        Reflect changes to bsp.am.
330        * include/Makefile.am: Remove.
331        * configure.ac: Reflect changes above.
332
3332003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * bsp_specs: Remove *lib:.
336
3372003-09-15      Joel Sherrill <joel@OARcorp.com>
338
339        PR 483/bsps
340        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
341        cannot be installed until RTEMS has initialized the vector table.
342
3432003-09-04      Joel Sherrill <joel@OARcorp.com>
344
345        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
346        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
347        timer/timer.c: URL for license changed.
348
3492003-08-20      Joel Sherrill <joel@OARcorp.com>
350
351        * console/console.c: Correct copyright statements.
352
3532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Reflect having moved aclocal/.
356
3572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Reflect having moved automake/.
360        * clock/Makefile.am: Reflect having moved automake/.
361        * console/Makefile.am: Reflect having moved automake/.
362        * include/Makefile.am: Reflect having moved automake/.
363        * spurious/Makefile.am: Reflect having moved automake/.
364        * start/Makefile.am: Reflect having moved automake/.
365        * startup/Makefile.am: Reflect having moved automake/.
366        * timer/Makefile.am: Reflect having moved automake/.
367        * wrapup/Makefile.am: Reflect having moved automake/.
368
3692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        PR 452/bsps
372        * startup/Makefile.am: Remove USE_INIT_FINI.
373
3742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
377
3782003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        PR 445/bsps
381        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
382        Remove cpp, old_cpp (now unused).
383
3842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Remove AC_CONFIG_AUX_DIR.
387
3882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
391
3922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: AC_PREREQ(2.57).
395
3962003-01-20      Duane Gustavus <duane@unt.edu>
397
398        * console/sci.c, include/mrm332.h, startup/linkcmds,
399        startup/linkcmds_ROM: Various updates to make this run properly
400        from ROM.
401
4022002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
405        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
406        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
407        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
409        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
410
4112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * start/Makefile.am: Use install-data-local to install startfile.
414
4152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
418
4192002-11-04      Joel Sherrill <joel@OARcorp.com>
420
421        * console/sci.c, spurious/spinit.c: Removed warnings.
422
4232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * .cvsignore: Reformat.
426        Add autom4te*cache.
427        Remove autom4te.cache.
428
4292002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
432
4332002-08-21      Joel Sherrill <joel@OARcorp.com>
434
435        * wrapup/Makefile.am: PR217 required that the idle task be moved to
436        libcpu so it could be more acutely aware of the CPU model.  This
437        file was modified to pick up the idle task from there.
438
4392002-08-21      Joel Sherrill <joel@OARcorp.com>
440
441        * bsp_specs: Added support for -nostdlibs.
442
4432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
446        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
450        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
452
4532002-08-05      Joel Sherrill <joel@OARcorp.com>
454
455        * Per PR260 eliminate use of make-target-options.  This impacted
456        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
457        SuperCore and required that the m68k optimized memcpy be moved
458        to libcpu.
459        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
460
4612002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * start/Makefile.am: Eliminate PGM.
464        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
465
4662002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
469
4702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
473        Remove $(OBJS) from all-local.
474
4752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
478
4792001-05-09      Joel Sherrill <joel@OARcorp.com>
480
481        * startup/linkcmds: In support of gcc 3.1, added one of more
482        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
483        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
484        and direction of segments to memory regions may also have been
485        addressed.  This was a sweep across all BSPs.
486 
4872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac:
490        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
491        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
492        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
501
5022002-02-28      Mike Panetta <ahuitzot@mindspring.com>
503
504        * console/sci.c, console/sci.h,
505        console/console.c: Added new SCI driver.
506        * start/start.c: Removed file.
507        * start/start.S: New file, the asm portion of the updated start code.
508        * start/configure.am: Added start.S, removed start.c
509        * 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.
510        * startup/configure.am: Added start_c.c to C_FILES.
511        * include/bsp.h: Added include <rtems/bspIo.h>
512
5132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
516
5172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
520        * configure.in: Remove.
521        * configure.ac: New file, generated from configure.in by autoupdate.
522
5232001-09-27      Joel Sherrill <joel@OARcorp.com>
524
525        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
526
5272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
530
5312001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.in: Add bspopts.h.
534        * include/.cvsignore: Add bspopts.h*, stamp-h*.
535        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
536        * include/bsp.h: Include bspopts.h.
537
5382001-05-25      Joel Sherrill <joel@OARcorp.com>
539
540        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
541        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
542        wrapup/Makefile.am: Modified to include compile.am.
543        * startup/bspstart.c: Removed include of <libcsupport.h>
544
5452000-05-25      Matt Cross <profesor@gweep.net>
546
547        * New MRM332 BSP for the Mini RoboMind board based
548        on the 68332 microcontroller designed and build by Mark
549        Castelluccio.  For details on the MRM see http://www.robominds.com.
550        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
551        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
552        console/.cvsignore, console/Makefile.am, console/console.c,
553        include/.cvsignore, include/Makefile.am, include/bsp.h,
554        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
555        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
556        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
557        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
558        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
559        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
560        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
561
Note: See TracBrowser for help on using the repository browser.