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

4.9
Last change on this file since f3ceabf9 was c608efb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/08/08 at 05:16:05

2008-12-08 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Backport from CVS-HEAD.
  • Property mode set to 100644
File size: 18.1 KB
Line 
12008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Backport from CVS-HEAD.
4
52008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * timer/timer.c: Eliminate uses of old benchmark timer names.
8
92008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove noinst_PROGRAMS (Unused).
12
132008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * misc/interr.c: Convert to "bool".
16
172008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * clock/ckinit.c: The Shared Memory Driver no longer requires the
20        special IOCTL in Clock_control. This was a hack which has existed
21        since before the Classic API Timer Manager was implemented. All
22        implementations of and references to Clock_control were removed.
23
242008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * timer/timer.c: Convert to "bool".
27
282008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * timer/timer.c: Eliminate empty function from every benchmark timer
31        driver. Fix spelling.
32
332008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * timer/timer.c: Rename timer driver methods to follow RTEMS
36        programming conventions.
37
382008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * console/sci.c, startup/bspstart.c, startup/start_c.c,
41        timer/timer.c: Add missing prototypes.
42
432008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * misc/interr.c: Convention calls for leading underscore on private
46        RTEMS variables.
47
482008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * Makefile.am: Rework to avoid .rel files.
51
522008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * console/console.c, startup/bspstart.c: Refactored and renamed
55        initialization routines to rtems_initialize_data_structures,
56        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
57        rtems_initialize_start_multitasking. This opened the sequence up so
58        that bootcard() could provide a more robust and flexible framework
59        which is easier to explain and understand. This also lays the
60        groundwork for sharing the division of available memory between the
61        RTEMS workspace and heap and the C library initialization across all
62        BSPs.
63
642008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
67        gcc_except_table section so programs compiled with gcc 4.3.x can
68        link.
69
702007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
73        of the Configuration Table. Use the RTEMS provided accessor macros to
74        obtain configuration fields.
75
762007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
79        from CPU Table to Configuration Table. Eliminate CPU Table from all
80        ports. Delete references to CPU Table in all forms.
81
822007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
85        the Configuration Table. This included pretasking_hook,
86        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
87        extra_mpci_receive_server_stack, stack_allocate_hook, and
88        stack_free_hook. As a side-effect of this effort some multiprocessing
89        code was made conditional and some style clean up occurred.
90
912007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
94        m68k CPU Table since it is never read.
95
962007-05-03      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/linkcmds: Handle .data.* sections
99
1002007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * bsp_specs: Remove qrtems_debug.
103
1042007-03-13      Joel Sherrill <joel@OARcorp.com>
105
106        * include/bsp.h: Remove redundant prototypes.
107
1082006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * configure.ac: New BUG-REPORT address.
111
1122006-11-15      Joel Sherrill <joel@OARcorp.com>
113
114        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
115        file and simplified initialization.
116
1172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Remove superfluous -DASM.
120
1212006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * configure.ac: Require autoconf-2.60. Require automake-1.10.
124
1252006-09-11      Joel Sherrill <joel@OARcorp.com>
126
127        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
128        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
129        C style.
130
1312006-02-08      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
134        newer gcc versions.
135
1362006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Add preinstall.am.
139
1402005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * include/bsp.h: New header guard.
143
1442005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
147
1482005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * console/sci.c: Remove CVS Log.
151
1522005-01-04      Joel Sherrill <joel@OARcorp.com>
153
154        * console/sci.c: Remove warnings.
155
1562005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * Makefile.am: Remove build-variant support.
159
1602004-11-25      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
163        and .gnu.linkonce.b*.
164
1652004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * configure.ac: Require automake > 1.9.
168
1692004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        PR 610/bsps
172        * Makefile.am: Add include/tm27.h, Cosmetics.
173        * include/tm27.h: Final cosmetics.
174
1752004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
176
177        * include/bsp.h: Split out tmtest27 support.
178        * include/tm27.h: New.
179
1802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        PR 613/bsps
183        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
184
1852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        PR 614/bsps
188        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
189
1902004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
191
192        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
193        c/src/lib/libbsp/m68k/mrm332/start/start.S,
194        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
195        <rtems/m68k/sim.h> instead of <sim.h>.
196        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
197        <rtems/m68k/qsm.h> instead of <qsm.h>.
198
1992004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
202
2032004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
206        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
207        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
208
2092004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
212        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
213        c99 fixed size types.
214
2152004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Reflect changes to bsp.am.
218        Preinstall dist_project_lib*.
219
2202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Reflect changes to bsp.am.
223
2242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
227
2282004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Pickup files from ../../m68k/shared instead of
231        ../shared. Reformat.
232
2332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
236
2372004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Don't include subdirs.am.
240
2412004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Fix typo.
244
2452004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
248        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
249        wrapup/Makefile.am.
250        Use automake compilation rules.
251        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
252        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
253        Remove.
254        * configure.ac: Reflect changes above.
255
2562004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Add PREINSTALL_DIRS.
259        * wrapup/Makefile.am: Reflect changes to libcpu.
260
2612004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * wrapup/Makefile.am: Reflect changes to libcpu.
264
2652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
268        Add PRE/TMPINSTALL_FILES to CLEANFILES.
269        * startup/Makefile.am: Ditto.
270
2712004-01-07      Joel Sherrill <joel@OARcorp.com>
272
273        * times, console/sci.c: Remove efi68k and efi332 references as they are
274        no longer in the tree.
275
2762004-01-07      Joel Sherrill <joel@OARcorp.com>
277
278        * timer/timer.c: Remove efi68k and efi332 references as they are no
279        longer in the tree.
280
2812004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * start/Makefile.am: Remove.
284        * Makefile.am: Merge-in start/Makefile.am.
285        * configure.ac: Reflect changes above.
286
2872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Eliminate $(LIB).
290        Use noinst_DATA to trigger building libbsp.a.
291
2922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
295        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
296
2972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
300        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
301
3022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
305
3062003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Misc cleanups and fixes.
309        * startup/Makefile.am: Misc cleanups and fixes.
310        * wrapup/Makefile.am: Misc cleanups and fixes.
311
3122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Add preinstallation dirstamp support.
315        * clock/Makefile.am: Cosmetics.
316        * console/Makefile.am: Cosmetics.
317        * spurious/Makefile.am: Cosmetics.
318        * startup/Makefile.am: Cosmetics.
319        * timer/Makefile.am: Cosmetics.
320        * wrapup/Makefile.am: Cosmetics.
321
3222003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * clock/Makefile.am: Remove all-local: $(ARCH).
325        * console/Makefile.am: Remove all-local: $(ARCH).
326        * spurious/Makefile.am: Remove all-local: $(ARCH).
327        * start/Makefile.am: Remove all-local: $(ARCH).
328        * startup/Makefile.am: Remove all-local: $(ARCH).
329        * timer/Makefile.am: Remove all-local: $(ARCH).
330        * wrapup/Makefile.am: Remove all-local: $(ARCH).
331
3322003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Merge-in include/Makefile.am.
335        Reflect changes to bsp.am.
336        * include/Makefile.am: Remove.
337        * configure.ac: Reflect changes above.
338
3392003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * bsp_specs: Remove *lib:.
342
3432003-09-15      Joel Sherrill <joel@OARcorp.com>
344
345        PR 483/bsps
346        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
347        cannot be installed until RTEMS has initialized the vector table.
348
3492003-09-04      Joel Sherrill <joel@OARcorp.com>
350
351        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
352        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
353        timer/timer.c: URL for license changed.
354
3552003-08-20      Joel Sherrill <joel@OARcorp.com>
356
357        * console/console.c: Correct copyright statements.
358
3592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Reflect having moved aclocal/.
362
3632003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Reflect having moved automake/.
366        * clock/Makefile.am: Reflect having moved automake/.
367        * console/Makefile.am: Reflect having moved automake/.
368        * include/Makefile.am: Reflect having moved automake/.
369        * spurious/Makefile.am: Reflect having moved automake/.
370        * start/Makefile.am: Reflect having moved automake/.
371        * startup/Makefile.am: Reflect having moved automake/.
372        * timer/Makefile.am: Reflect having moved automake/.
373        * wrapup/Makefile.am: Reflect having moved automake/.
374
3752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        PR 452/bsps
378        * startup/Makefile.am: Remove USE_INIT_FINI.
379
3802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
383
3842003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        PR 445/bsps
387        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
388        Remove cpp, old_cpp (now unused).
389
3902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Remove AC_CONFIG_AUX_DIR.
393
3942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
397
3982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: AC_PREREQ(2.57).
401
4022003-01-20      Duane Gustavus <duane@unt.edu>
403
404        * console/sci.c, include/mrm332.h, startup/linkcmds,
405        startup/linkcmds_ROM: Various updates to make this run properly
406        from ROM.
407
4082002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
411        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
412        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416
4172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * start/Makefile.am: Use install-data-local to install startfile.
420
4212002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
424
4252002-11-04      Joel Sherrill <joel@OARcorp.com>
426
427        * console/sci.c, spurious/spinit.c: Removed warnings.
428
4292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * .cvsignore: Reformat.
432        Add autom4te*cache.
433        Remove autom4te.cache.
434
4352002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
438
4392002-08-21      Joel Sherrill <joel@OARcorp.com>
440
441        * wrapup/Makefile.am: PR217 required that the idle task be moved to
442        libcpu so it could be more acutely aware of the CPU model.  This
443        file was modified to pick up the idle task from there.
444
4452002-08-21      Joel Sherrill <joel@OARcorp.com>
446
447        * bsp_specs: Added support for -nostdlibs.
448
4492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
454        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
455        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
456        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
457        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
458
4592002-08-05      Joel Sherrill <joel@OARcorp.com>
460
461        * Per PR260 eliminate use of make-target-options.  This impacted
462        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
463        SuperCore and required that the m68k optimized memcpy be moved
464        to libcpu.
465        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
466
4672002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * start/Makefile.am: Eliminate PGM.
470        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
471
4722002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
475
4762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
479        Remove $(OBJS) from all-local.
480
4812002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
484
4852001-05-09      Joel Sherrill <joel@OARcorp.com>
486
487        * startup/linkcmds: In support of gcc 3.1, added one of more
488        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
489        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
490        and direction of segments to memory regions may also have been
491        addressed.  This was a sweep across all BSPs.
492 
4932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac:
496        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
497        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
498        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
507
5082002-02-28      Mike Panetta <ahuitzot@mindspring.com>
509
510        * console/sci.c, console/sci.h,
511        console/console.c: Added new SCI driver.
512        * start/start.c: Removed file.
513        * start/start.S: New file, the asm portion of the updated start code.
514        * start/configure.am: Added start.S, removed start.c
515        * 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.
516        * startup/configure.am: Added start_c.c to C_FILES.
517        * include/bsp.h: Added include <rtems/bspIo.h>
518
5192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
522
5232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
526        * configure.in: Remove.
527        * configure.ac: New file, generated from configure.in by autoupdate.
528
5292001-09-27      Joel Sherrill <joel@OARcorp.com>
530
531        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
532
5332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
536
5372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * configure.in: Add bspopts.h.
540        * include/.cvsignore: Add bspopts.h*, stamp-h*.
541        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
542        * include/bsp.h: Include bspopts.h.
543
5442001-05-25      Joel Sherrill <joel@OARcorp.com>
545
546        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
547        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
548        wrapup/Makefile.am: Modified to include compile.am.
549        * startup/bspstart.c: Removed include of <libcsupport.h>
550
5512000-05-25      Matt Cross <profesor@gweep.net>
552
553        * New MRM332 BSP for the Mini RoboMind board based
554        on the 68332 microcontroller designed and build by Mark
555        Castelluccio.  For details on the MRM see http://www.robominds.com.
556        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
557        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
558        console/.cvsignore, console/Makefile.am, console/console.c,
559        include/.cvsignore, include/Makefile.am, include/bsp.h,
560        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
561        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
562        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
563        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
564        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
565        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
566        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
567
Note: See TracBrowser for help on using the repository browser.