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

4.9
Last change on this file since c3f92ef was c3f92ef, checked in by Joel Sherrill <joel.sherrill@…>, on 03/22/11 at 14:14:34

2011-03-22 Joel Sherrill <joel.sherrilL@…>

PR 1772/bsps

  • console/sci.c: Use same default baud rate as monitor.
  • Property mode set to 100644
File size: 18.2 KB
Line 
12011-03-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        PR 1772/bsps
4        * console/sci.c: Use same default baud rate as monitor.
5
62008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * bsp_specs: Backport from CVS-HEAD.
9
102008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * timer/timer.c: Eliminate uses of old benchmark timer names.
13
142008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove noinst_PROGRAMS (Unused).
17
182008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * misc/interr.c: Convert to "bool".
21
222008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * clock/ckinit.c: The Shared Memory Driver no longer requires the
25        special IOCTL in Clock_control. This was a hack which has existed
26        since before the Classic API Timer Manager was implemented. All
27        implementations of and references to Clock_control were removed.
28
292008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * timer/timer.c: Convert to "bool".
32
332008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * timer/timer.c: Eliminate empty function from every benchmark timer
36        driver. Fix spelling.
37
382008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * timer/timer.c: Rename timer driver methods to follow RTEMS
41        programming conventions.
42
432008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * console/sci.c, startup/bspstart.c, startup/start_c.c,
46        timer/timer.c: Add missing prototypes.
47
482008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * misc/interr.c: Convention calls for leading underscore on private
51        RTEMS variables.
52
532008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am: Rework to avoid .rel files.
56
572008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * console/console.c, startup/bspstart.c: Refactored and renamed
60        initialization routines to rtems_initialize_data_structures,
61        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
62        rtems_initialize_start_multitasking. This opened the sequence up so
63        that bootcard() could provide a more robust and flexible framework
64        which is easier to explain and understand. This also lays the
65        groundwork for sharing the division of available memory between the
66        RTEMS workspace and heap and the C library initialization across all
67        BSPs.
68
692008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
72        gcc_except_table section so programs compiled with gcc 4.3.x can
73        link.
74
752007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
78        of the Configuration Table. Use the RTEMS provided accessor macros to
79        obtain configuration fields.
80
812007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
84        from CPU Table to Configuration Table. Eliminate CPU Table from all
85        ports. Delete references to CPU Table in all forms.
86
872007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
90        the Configuration Table. This included pretasking_hook,
91        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
92        extra_mpci_receive_server_stack, stack_allocate_hook, and
93        stack_free_hook. As a side-effect of this effort some multiprocessing
94        code was made conditional and some style clean up occurred.
95
962007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
99        m68k CPU Table since it is never read.
100
1012007-05-03      Joel Sherrill <joel@OARcorp.com>
102
103        * startup/linkcmds: Handle .data.* sections
104
1052007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * bsp_specs: Remove qrtems_debug.
108
1092007-03-13      Joel Sherrill <joel@OARcorp.com>
110
111        * include/bsp.h: Remove redundant prototypes.
112
1132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * configure.ac: New BUG-REPORT address.
116
1172006-11-15      Joel Sherrill <joel@OARcorp.com>
118
119        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
120        file and simplified initialization.
121
1222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Remove superfluous -DASM.
125
1262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Require autoconf-2.60. Require automake-1.10.
129
1302006-09-11      Joel Sherrill <joel@OARcorp.com>
131
132        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
133        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
134        C style.
135
1362006-02-08      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
139        newer gcc versions.
140
1412006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Add preinstall.am.
144
1452005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * include/bsp.h: New header guard.
148
1492005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
152
1532005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * console/sci.c: Remove CVS Log.
156
1572005-01-04      Joel Sherrill <joel@OARcorp.com>
158
159        * console/sci.c: Remove warnings.
160
1612005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * Makefile.am: Remove build-variant support.
164
1652004-11-25      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
168        and .gnu.linkonce.b*.
169
1702004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * configure.ac: Require automake > 1.9.
173
1742004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        PR 610/bsps
177        * Makefile.am: Add include/tm27.h, Cosmetics.
178        * include/tm27.h: Final cosmetics.
179
1802004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * include/bsp.h: Split out tmtest27 support.
183        * include/tm27.h: New.
184
1852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        PR 613/bsps
188        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
189
1902004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        PR 614/bsps
193        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
194
1952004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
196
197        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
198        c/src/lib/libbsp/m68k/mrm332/start/start.S,
199        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
200        <rtems/m68k/sim.h> instead of <sim.h>.
201        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
202        <rtems/m68k/qsm.h> instead of <qsm.h>.
203
2042004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
207
2082004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
211        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
212        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
213
2142004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
217        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
218        c99 fixed size types.
219
2202004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Reflect changes to bsp.am.
223        Preinstall dist_project_lib*.
224
2252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Reflect changes to bsp.am.
228
2292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
232
2332004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Pickup files from ../../m68k/shared instead of
236        ../shared. Reformat.
237
2382004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
241
2422004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Don't include subdirs.am.
245
2462004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Fix typo.
249
2502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
253        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
254        wrapup/Makefile.am.
255        Use automake compilation rules.
256        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
257        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
258        Remove.
259        * configure.ac: Reflect changes above.
260
2612004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Add PREINSTALL_DIRS.
264        * wrapup/Makefile.am: Reflect changes to libcpu.
265
2662004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Reflect changes to libcpu.
269
2702004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
273        Add PRE/TMPINSTALL_FILES to CLEANFILES.
274        * startup/Makefile.am: Ditto.
275
2762004-01-07      Joel Sherrill <joel@OARcorp.com>
277
278        * times, console/sci.c: Remove efi68k and efi332 references as they are
279        no longer in the tree.
280
2812004-01-07      Joel Sherrill <joel@OARcorp.com>
282
283        * timer/timer.c: Remove efi68k and efi332 references as they are no
284        longer in the tree.
285
2862004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: Remove.
289        * Makefile.am: Merge-in start/Makefile.am.
290        * configure.ac: Reflect changes above.
291
2922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Eliminate $(LIB).
295        Use noinst_DATA to trigger building libbsp.a.
296
2972003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
300        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
301
3022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
305        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
306
3072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
310
3112003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * start/Makefile.am: Misc cleanups and fixes.
314        * startup/Makefile.am: Misc cleanups and fixes.
315        * wrapup/Makefile.am: Misc cleanups and fixes.
316
3172003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Add preinstallation dirstamp support.
320        * clock/Makefile.am: Cosmetics.
321        * console/Makefile.am: Cosmetics.
322        * spurious/Makefile.am: Cosmetics.
323        * startup/Makefile.am: Cosmetics.
324        * timer/Makefile.am: Cosmetics.
325        * wrapup/Makefile.am: Cosmetics.
326
3272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * clock/Makefile.am: Remove all-local: $(ARCH).
330        * console/Makefile.am: Remove all-local: $(ARCH).
331        * spurious/Makefile.am: Remove all-local: $(ARCH).
332        * start/Makefile.am: Remove all-local: $(ARCH).
333        * startup/Makefile.am: Remove all-local: $(ARCH).
334        * timer/Makefile.am: Remove all-local: $(ARCH).
335        * wrapup/Makefile.am: Remove all-local: $(ARCH).
336
3372003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Merge-in include/Makefile.am.
340        Reflect changes to bsp.am.
341        * include/Makefile.am: Remove.
342        * configure.ac: Reflect changes above.
343
3442003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * bsp_specs: Remove *lib:.
347
3482003-09-15      Joel Sherrill <joel@OARcorp.com>
349
350        PR 483/bsps
351        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
352        cannot be installed until RTEMS has initialized the vector table.
353
3542003-09-04      Joel Sherrill <joel@OARcorp.com>
355
356        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
357        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
358        timer/timer.c: URL for license changed.
359
3602003-08-20      Joel Sherrill <joel@OARcorp.com>
361
362        * console/console.c: Correct copyright statements.
363
3642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Reflect having moved aclocal/.
367
3682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Reflect having moved automake/.
371        * clock/Makefile.am: Reflect having moved automake/.
372        * console/Makefile.am: Reflect having moved automake/.
373        * include/Makefile.am: Reflect having moved automake/.
374        * spurious/Makefile.am: Reflect having moved automake/.
375        * start/Makefile.am: Reflect having moved automake/.
376        * startup/Makefile.am: Reflect having moved automake/.
377        * timer/Makefile.am: Reflect having moved automake/.
378        * wrapup/Makefile.am: Reflect having moved automake/.
379
3802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        PR 452/bsps
383        * startup/Makefile.am: Remove USE_INIT_FINI.
384
3852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
388
3892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        PR 445/bsps
392        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
393        Remove cpp, old_cpp (now unused).
394
3952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Remove AC_CONFIG_AUX_DIR.
398
3992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
402
4032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: AC_PREREQ(2.57).
406
4072003-01-20      Duane Gustavus <duane@unt.edu>
408
409        * console/sci.c, include/mrm332.h, startup/linkcmds,
410        startup/linkcmds_ROM: Various updates to make this run properly
411        from ROM.
412
4132002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
417        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
418        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
419        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
420        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
421
4222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * start/Makefile.am: Use install-data-local to install startfile.
425
4262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429
4302002-11-04      Joel Sherrill <joel@OARcorp.com>
431
432        * console/sci.c, spurious/spinit.c: Removed warnings.
433
4342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * .cvsignore: Reformat.
437        Add autom4te*cache.
438        Remove autom4te.cache.
439
4402002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
443
4442002-08-21      Joel Sherrill <joel@OARcorp.com>
445
446        * wrapup/Makefile.am: PR217 required that the idle task be moved to
447        libcpu so it could be more acutely aware of the CPU model.  This
448        file was modified to pick up the idle task from there.
449
4502002-08-21      Joel Sherrill <joel@OARcorp.com>
451
452        * bsp_specs: Added support for -nostdlibs.
453
4542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
457        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
459        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
463
4642002-08-05      Joel Sherrill <joel@OARcorp.com>
465
466        * Per PR260 eliminate use of make-target-options.  This impacted
467        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
468        SuperCore and required that the m68k optimized memcpy be moved
469        to libcpu.
470        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
471
4722002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * start/Makefile.am: Eliminate PGM.
475        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
476
4772002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
480
4812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
484        Remove $(OBJS) from all-local.
485
4862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
489
4902001-05-09      Joel Sherrill <joel@OARcorp.com>
491
492        * startup/linkcmds: In support of gcc 3.1, added one of more
493        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
494        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
495        and direction of segments to memory regions may also have been
496        addressed.  This was a sweep across all BSPs.
497 
4982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac:
501        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
502        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
503        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
512
5132002-02-28      Mike Panetta <ahuitzot@mindspring.com>
514
515        * console/sci.c, console/sci.h,
516        console/console.c: Added new SCI driver.
517        * start/start.c: Removed file.
518        * start/start.S: New file, the asm portion of the updated start code.
519        * start/configure.am: Added start.S, removed start.c
520        * 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.
521        * startup/configure.am: Added start_c.c to C_FILES.
522        * include/bsp.h: Added include <rtems/bspIo.h>
523
5242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
527
5282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
531        * configure.in: Remove.
532        * configure.ac: New file, generated from configure.in by autoupdate.
533
5342001-09-27      Joel Sherrill <joel@OARcorp.com>
535
536        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
537
5382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
541
5422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * configure.in: Add bspopts.h.
545        * include/.cvsignore: Add bspopts.h*, stamp-h*.
546        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
547        * include/bsp.h: Include bspopts.h.
548
5492001-05-25      Joel Sherrill <joel@OARcorp.com>
550
551        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
552        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
553        wrapup/Makefile.am: Modified to include compile.am.
554        * startup/bspstart.c: Removed include of <libcsupport.h>
555
5562000-05-25      Matt Cross <profesor@gweep.net>
557
558        * New MRM332 BSP for the Mini RoboMind board based
559        on the 68332 microcontroller designed and build by Mark
560        Castelluccio.  For details on the MRM see http://www.robominds.com.
561        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
562        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
563        console/.cvsignore, console/Makefile.am, console/console.c,
564        include/.cvsignore, include/Makefile.am, include/bsp.h,
565        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
566        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
567        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
568        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
569        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
570        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
571        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
572
Note: See TracBrowser for help on using the repository browser.