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

4.104.115
Last change on this file since 4ba8866 was 4ba8866, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:27:11

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove noinst_PROGRAMS (Unused).
  • Property mode set to 100644
File size: 19.3 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove noinst_PROGRAMS (Unused).
4
52008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
8
92008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * configure.ac: Make letting boot_card() handle work area allocation
12        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
13        BSP_BOOTCARD_OPTIONS.
14
152008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
18        * startup/bspclean.c: Removed.
19
202008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * include/bsp.h: Remove unnecessary boilerplate comments.
23
242008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level
27        shared bsp_get_work_area() implementation.
28
292008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * startup/bspstart.c: Removed.
32
332008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds,
36        startup/linkcmds_ROM: Add use of bsp_get_work_area() in its own file
37        and rely on BSP Framework to perform more initialization. Remove
38        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
39        * startup/bsppredriverhook.c: New file.
40
412008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
44        phase, all prototypes were removed from bsp.h and empty
45        implementations were removed and made to use the shared stub.
46
472008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * misc/interr.c: Convert to "bool".
50
512008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * clock/ckinit.c: The Shared Memory Driver no longer requires the
54        special IOCTL in Clock_control. This was a hack which has existed
55        since before the Classic API Timer Manager was implemented. All
56        implementations of and references to Clock_control were removed.
57
582008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * timer/timer.c: Convert to "bool".
61
622008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * timer/timer.c: Eliminate empty function from every benchmark timer
65        driver. Fix spelling.
66
672008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * timer/timer.c: Rename timer driver methods to follow RTEMS
70        programming conventions.
71
722008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * console/sci.c, startup/bspstart.c, startup/start_c.c,
75        timer/timer.c: Add missing prototypes.
76
772008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * misc/interr.c: Convention calls for leading underscore on private
80        RTEMS variables.
81
822008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * Makefile.am: Rework to avoid .rel files.
85
862008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * console/console.c, startup/bspstart.c: Refactored and renamed
89        initialization routines to rtems_initialize_data_structures,
90        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
91        rtems_initialize_start_multitasking. This opened the sequence up so
92        that bootcard() could provide a more robust and flexible framework
93        which is easier to explain and understand. This also lays the
94        groundwork for sharing the division of available memory between the
95        RTEMS workspace and heap and the C library initialization across all
96        BSPs.
97
982008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
101        gcc_except_table section so programs compiled with gcc 4.3.x can
102        link.
103
1042007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
107        of the Configuration Table. Use the RTEMS provided accessor macros to
108        obtain configuration fields.
109
1102007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
113        from CPU Table to Configuration Table. Eliminate CPU Table from all
114        ports. Delete references to CPU Table in all forms.
115
1162007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
119        the Configuration Table. This included pretasking_hook,
120        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
121        extra_mpci_receive_server_stack, stack_allocate_hook, and
122        stack_free_hook. As a side-effect of this effort some multiprocessing
123        code was made conditional and some style clean up occurred.
124
1252007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
128        m68k CPU Table since it is never read.
129
1302007-05-03      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/linkcmds: Handle .data.* sections
133
1342007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * bsp_specs: Remove qrtems_debug.
137
1382007-03-13      Joel Sherrill <joel@OARcorp.com>
139
140        * include/bsp.h: Remove redundant prototypes.
141
1422006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * configure.ac: New BUG-REPORT address.
145
1462006-11-15      Joel Sherrill <joel@OARcorp.com>
147
148        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
149        file and simplified initialization.
150
1512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * Makefile.am: Remove superfluous -DASM.
154
1552006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * configure.ac: Require autoconf-2.60. Require automake-1.10.
158
1592006-09-11      Joel Sherrill <joel@OARcorp.com>
160
161        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
162        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
163        C style.
164
1652006-02-08      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
168        newer gcc versions.
169
1702006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Add preinstall.am.
173
1742005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * include/bsp.h: New header guard.
177
1782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
181
1822005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * console/sci.c: Remove CVS Log.
185
1862005-01-04      Joel Sherrill <joel@OARcorp.com>
187
188        * console/sci.c: Remove warnings.
189
1902005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * Makefile.am: Remove build-variant support.
193
1942004-11-25      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
197        and .gnu.linkonce.b*.
198
1992004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * configure.ac: Require automake > 1.9.
202
2032004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        PR 610/bsps
206        * Makefile.am: Add include/tm27.h, Cosmetics.
207        * include/tm27.h: Final cosmetics.
208
2092004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * include/bsp.h: Split out tmtest27 support.
212        * include/tm27.h: New.
213
2142004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        PR 613/bsps
217        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
218
2192004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        PR 614/bsps
222        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
223
2242004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
225
226        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
227        c/src/lib/libbsp/m68k/mrm332/start/start.S,
228        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
229        <rtems/m68k/sim.h> instead of <sim.h>.
230        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
231        <rtems/m68k/qsm.h> instead of <qsm.h>.
232
2332004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
234
235        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
236
2372004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
240        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
241        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
242
2432004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
246        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
247        c99 fixed size types.
248
2492004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Reflect changes to bsp.am.
252        Preinstall dist_project_lib*.
253
2542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Reflect changes to bsp.am.
257
2582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
261
2622004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Pickup files from ../../m68k/shared instead of
265        ../shared. Reformat.
266
2672004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
270
2712004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Don't include subdirs.am.
274
2752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Fix typo.
278
2792004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
282        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
283        wrapup/Makefile.am.
284        Use automake compilation rules.
285        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
286        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
287        Remove.
288        * configure.ac: Reflect changes above.
289
2902004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Add PREINSTALL_DIRS.
293        * wrapup/Makefile.am: Reflect changes to libcpu.
294
2952004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * wrapup/Makefile.am: Reflect changes to libcpu.
298
2992004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
302        Add PRE/TMPINSTALL_FILES to CLEANFILES.
303        * startup/Makefile.am: Ditto.
304
3052004-01-07      Joel Sherrill <joel@OARcorp.com>
306
307        * times, console/sci.c: Remove efi68k and efi332 references as they are
308        no longer in the tree.
309
3102004-01-07      Joel Sherrill <joel@OARcorp.com>
311
312        * timer/timer.c: Remove efi68k and efi332 references as they are no
313        longer in the tree.
314
3152004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * start/Makefile.am: Remove.
318        * Makefile.am: Merge-in start/Makefile.am.
319        * configure.ac: Reflect changes above.
320
3212004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Eliminate $(LIB).
324        Use noinst_DATA to trigger building libbsp.a.
325
3262003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
329        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
330
3312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
334        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
335
3362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
339
3402003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * start/Makefile.am: Misc cleanups and fixes.
343        * startup/Makefile.am: Misc cleanups and fixes.
344        * wrapup/Makefile.am: Misc cleanups and fixes.
345
3462003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Add preinstallation dirstamp support.
349        * clock/Makefile.am: Cosmetics.
350        * console/Makefile.am: Cosmetics.
351        * spurious/Makefile.am: Cosmetics.
352        * startup/Makefile.am: Cosmetics.
353        * timer/Makefile.am: Cosmetics.
354        * wrapup/Makefile.am: Cosmetics.
355
3562003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * clock/Makefile.am: Remove all-local: $(ARCH).
359        * console/Makefile.am: Remove all-local: $(ARCH).
360        * spurious/Makefile.am: Remove all-local: $(ARCH).
361        * start/Makefile.am: Remove all-local: $(ARCH).
362        * startup/Makefile.am: Remove all-local: $(ARCH).
363        * timer/Makefile.am: Remove all-local: $(ARCH).
364        * wrapup/Makefile.am: Remove all-local: $(ARCH).
365
3662003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Merge-in include/Makefile.am.
369        Reflect changes to bsp.am.
370        * include/Makefile.am: Remove.
371        * configure.ac: Reflect changes above.
372
3732003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * bsp_specs: Remove *lib:.
376
3772003-09-15      Joel Sherrill <joel@OARcorp.com>
378
379        PR 483/bsps
380        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
381        cannot be installed until RTEMS has initialized the vector table.
382
3832003-09-04      Joel Sherrill <joel@OARcorp.com>
384
385        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
386        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
387        timer/timer.c: URL for license changed.
388
3892003-08-20      Joel Sherrill <joel@OARcorp.com>
390
391        * console/console.c: Correct copyright statements.
392
3932003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: Reflect having moved aclocal/.
396
3972003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Reflect having moved automake/.
400        * clock/Makefile.am: Reflect having moved automake/.
401        * console/Makefile.am: Reflect having moved automake/.
402        * include/Makefile.am: Reflect having moved automake/.
403        * spurious/Makefile.am: Reflect having moved automake/.
404        * start/Makefile.am: Reflect having moved automake/.
405        * startup/Makefile.am: Reflect having moved automake/.
406        * timer/Makefile.am: Reflect having moved automake/.
407        * wrapup/Makefile.am: Reflect having moved automake/.
408
4092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        PR 452/bsps
412        * startup/Makefile.am: Remove USE_INIT_FINI.
413
4142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
417
4182003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        PR 445/bsps
421        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
422        Remove cpp, old_cpp (now unused).
423
4242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Remove AC_CONFIG_AUX_DIR.
427
4282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
431
4322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: AC_PREREQ(2.57).
435
4362003-01-20      Duane Gustavus <duane@unt.edu>
437
438        * console/sci.c, include/mrm332.h, startup/linkcmds,
439        startup/linkcmds_ROM: Various updates to make this run properly
440        from ROM.
441
4422002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
445        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
446        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
448        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450
4512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * start/Makefile.am: Use install-data-local to install startfile.
454
4552002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
458
4592002-11-04      Joel Sherrill <joel@OARcorp.com>
460
461        * console/sci.c, spurious/spinit.c: Removed warnings.
462
4632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * .cvsignore: Reformat.
466        Add autom4te*cache.
467        Remove autom4te.cache.
468
4692002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
472
4732002-08-21      Joel Sherrill <joel@OARcorp.com>
474
475        * wrapup/Makefile.am: PR217 required that the idle task be moved to
476        libcpu so it could be more acutely aware of the CPU model.  This
477        file was modified to pick up the idle task from there.
478
4792002-08-21      Joel Sherrill <joel@OARcorp.com>
480
481        * bsp_specs: Added support for -nostdlibs.
482
4832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
488        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
489        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
490        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
491        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
492
4932002-08-05      Joel Sherrill <joel@OARcorp.com>
494
495        * Per PR260 eliminate use of make-target-options.  This impacted
496        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
497        SuperCore and required that the m68k optimized memcpy be moved
498        to libcpu.
499        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
500
5012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * start/Makefile.am: Eliminate PGM.
504        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
505
5062002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
509
5102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
513        Remove $(OBJS) from all-local.
514
5152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
518
5192001-05-09      Joel Sherrill <joel@OARcorp.com>
520
521        * startup/linkcmds: In support of gcc 3.1, added one of more
522        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
523        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
524        and direction of segments to memory regions may also have been
525        addressed.  This was a sweep across all BSPs.
526 
5272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac:
530        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
531        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
532        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
541
5422002-02-28      Mike Panetta <ahuitzot@mindspring.com>
543
544        * console/sci.c, console/sci.h,
545        console/console.c: Added new SCI driver.
546        * start/start.c: Removed file.
547        * start/start.S: New file, the asm portion of the updated start code.
548        * start/configure.am: Added start.S, removed start.c
549        * 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.
550        * startup/configure.am: Added start_c.c to C_FILES.
551        * include/bsp.h: Added include <rtems/bspIo.h>
552
5532001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
556
5572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
560        * configure.in: Remove.
561        * configure.ac: New file, generated from configure.in by autoupdate.
562
5632001-09-27      Joel Sherrill <joel@OARcorp.com>
564
565        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
566
5672001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
570
5712001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * configure.in: Add bspopts.h.
574        * include/.cvsignore: Add bspopts.h*, stamp-h*.
575        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
576        * include/bsp.h: Include bspopts.h.
577
5782001-05-25      Joel Sherrill <joel@OARcorp.com>
579
580        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
581        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
582        wrapup/Makefile.am: Modified to include compile.am.
583        * startup/bspstart.c: Removed include of <libcsupport.h>
584
5852000-05-25      Matt Cross <profesor@gweep.net>
586
587        * New MRM332 BSP for the Mini RoboMind board based
588        on the 68332 microcontroller designed and build by Mark
589        Castelluccio.  For details on the MRM see http://www.robominds.com.
590        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
591        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
592        console/.cvsignore, console/Makefile.am, console/console.c,
593        include/.cvsignore, include/Makefile.am, include/bsp.h,
594        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
595        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
596        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
597        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
598        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
599        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
600        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
601
Note: See TracBrowser for help on using the repository browser.