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

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

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

  • Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
  • Property mode set to 100644
File size: 19.4 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
4        components.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove noinst_PROGRAMS (Unused).
9
102008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
13
142008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * configure.ac: Make letting boot_card() handle work area allocation
17        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
18        BSP_BOOTCARD_OPTIONS.
19
202008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
23        * startup/bspclean.c: Removed.
24
252008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * include/bsp.h: Remove unnecessary boilerplate comments.
28
292008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level
32        shared bsp_get_work_area() implementation.
33
342008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * startup/bspstart.c: Removed.
37
382008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds,
41        startup/linkcmds_ROM: Add use of bsp_get_work_area() in its own file
42        and rely on BSP Framework to perform more initialization. Remove
43        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
44        * startup/bsppredriverhook.c: New file.
45
462008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
49        phase, all prototypes were removed from bsp.h and empty
50        implementations were removed and made to use the shared stub.
51
522008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * misc/interr.c: Convert to "bool".
55
562008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * clock/ckinit.c: The Shared Memory Driver no longer requires the
59        special IOCTL in Clock_control. This was a hack which has existed
60        since before the Classic API Timer Manager was implemented. All
61        implementations of and references to Clock_control were removed.
62
632008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * timer/timer.c: Convert to "bool".
66
672008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * timer/timer.c: Eliminate empty function from every benchmark timer
70        driver. Fix spelling.
71
722008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * timer/timer.c: Rename timer driver methods to follow RTEMS
75        programming conventions.
76
772008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * console/sci.c, startup/bspstart.c, startup/start_c.c,
80        timer/timer.c: Add missing prototypes.
81
822008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * misc/interr.c: Convention calls for leading underscore on private
85        RTEMS variables.
86
872008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * Makefile.am: Rework to avoid .rel files.
90
912008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * console/console.c, startup/bspstart.c: Refactored and renamed
94        initialization routines to rtems_initialize_data_structures,
95        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
96        rtems_initialize_start_multitasking. This opened the sequence up so
97        that bootcard() could provide a more robust and flexible framework
98        which is easier to explain and understand. This also lays the
99        groundwork for sharing the division of available memory between the
100        RTEMS workspace and heap and the C library initialization across all
101        BSPs.
102
1032008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
106        gcc_except_table section so programs compiled with gcc 4.3.x can
107        link.
108
1092007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
112        of the Configuration Table. Use the RTEMS provided accessor macros to
113        obtain configuration fields.
114
1152007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
118        from CPU Table to Configuration Table. Eliminate CPU Table from all
119        ports. Delete references to CPU Table in all forms.
120
1212007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
124        the Configuration Table. This included pretasking_hook,
125        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
126        extra_mpci_receive_server_stack, stack_allocate_hook, and
127        stack_free_hook. As a side-effect of this effort some multiprocessing
128        code was made conditional and some style clean up occurred.
129
1302007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
133        m68k CPU Table since it is never read.
134
1352007-05-03      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: Handle .data.* sections
138
1392007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * bsp_specs: Remove qrtems_debug.
142
1432007-03-13      Joel Sherrill <joel@OARcorp.com>
144
145        * include/bsp.h: Remove redundant prototypes.
146
1472006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * configure.ac: New BUG-REPORT address.
150
1512006-11-15      Joel Sherrill <joel@OARcorp.com>
152
153        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
154        file and simplified initialization.
155
1562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * Makefile.am: Remove superfluous -DASM.
159
1602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * configure.ac: Require autoconf-2.60. Require automake-1.10.
163
1642006-09-11      Joel Sherrill <joel@OARcorp.com>
165
166        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
167        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
168        C style.
169
1702006-02-08      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
173        newer gcc versions.
174
1752006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * Makefile.am: Add preinstall.am.
178
1792005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * include/bsp.h: New header guard.
182
1832005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
186
1872005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * console/sci.c: Remove CVS Log.
190
1912005-01-04      Joel Sherrill <joel@OARcorp.com>
192
193        * console/sci.c: Remove warnings.
194
1952005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Remove build-variant support.
198
1992004-11-25      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
202        and .gnu.linkonce.b*.
203
2042004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * configure.ac: Require automake > 1.9.
207
2082004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        PR 610/bsps
211        * Makefile.am: Add include/tm27.h, Cosmetics.
212        * include/tm27.h: Final cosmetics.
213
2142004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * include/bsp.h: Split out tmtest27 support.
217        * include/tm27.h: New.
218
2192004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        PR 613/bsps
222        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
223
2242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        PR 614/bsps
227        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
228
2292004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
230
231        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
232        c/src/lib/libbsp/m68k/mrm332/start/start.S,
233        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
234        <rtems/m68k/sim.h> instead of <sim.h>.
235        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
236        <rtems/m68k/qsm.h> instead of <qsm.h>.
237
2382004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
241
2422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
245        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
246        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
247
2482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
251        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
252        c99 fixed size types.
253
2542004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Reflect changes to bsp.am.
257        Preinstall dist_project_lib*.
258
2592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Reflect changes to bsp.am.
262
2632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
266
2672004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Pickup files from ../../m68k/shared instead of
270        ../shared. Reformat.
271
2722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
275
2762004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Don't include subdirs.am.
279
2802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Fix typo.
283
2842004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
287        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
288        wrapup/Makefile.am.
289        Use automake compilation rules.
290        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
291        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
292        Remove.
293        * configure.ac: Reflect changes above.
294
2952004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Add PREINSTALL_DIRS.
298        * wrapup/Makefile.am: Reflect changes to libcpu.
299
3002004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Reflect changes to libcpu.
303
3042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
307        Add PRE/TMPINSTALL_FILES to CLEANFILES.
308        * startup/Makefile.am: Ditto.
309
3102004-01-07      Joel Sherrill <joel@OARcorp.com>
311
312        * times, console/sci.c: Remove efi68k and efi332 references as they are
313        no longer in the tree.
314
3152004-01-07      Joel Sherrill <joel@OARcorp.com>
316
317        * timer/timer.c: Remove efi68k and efi332 references as they are no
318        longer in the tree.
319
3202004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * start/Makefile.am: Remove.
323        * Makefile.am: Merge-in start/Makefile.am.
324        * configure.ac: Reflect changes above.
325
3262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Eliminate $(LIB).
329        Use noinst_DATA to trigger building libbsp.a.
330
3312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
334        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
335
3362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
339        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
340
3412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
344
3452003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * start/Makefile.am: Misc cleanups and fixes.
348        * startup/Makefile.am: Misc cleanups and fixes.
349        * wrapup/Makefile.am: Misc cleanups and fixes.
350
3512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Add preinstallation dirstamp support.
354        * clock/Makefile.am: Cosmetics.
355        * console/Makefile.am: Cosmetics.
356        * spurious/Makefile.am: Cosmetics.
357        * startup/Makefile.am: Cosmetics.
358        * timer/Makefile.am: Cosmetics.
359        * wrapup/Makefile.am: Cosmetics.
360
3612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * clock/Makefile.am: Remove all-local: $(ARCH).
364        * console/Makefile.am: Remove all-local: $(ARCH).
365        * spurious/Makefile.am: Remove all-local: $(ARCH).
366        * start/Makefile.am: Remove all-local: $(ARCH).
367        * startup/Makefile.am: Remove all-local: $(ARCH).
368        * timer/Makefile.am: Remove all-local: $(ARCH).
369        * wrapup/Makefile.am: Remove all-local: $(ARCH).
370
3712003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Merge-in include/Makefile.am.
374        Reflect changes to bsp.am.
375        * include/Makefile.am: Remove.
376        * configure.ac: Reflect changes above.
377
3782003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * bsp_specs: Remove *lib:.
381
3822003-09-15      Joel Sherrill <joel@OARcorp.com>
383
384        PR 483/bsps
385        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
386        cannot be installed until RTEMS has initialized the vector table.
387
3882003-09-04      Joel Sherrill <joel@OARcorp.com>
389
390        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
391        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
392        timer/timer.c: URL for license changed.
393
3942003-08-20      Joel Sherrill <joel@OARcorp.com>
395
396        * console/console.c: Correct copyright statements.
397
3982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Reflect having moved aclocal/.
401
4022003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Reflect having moved automake/.
405        * clock/Makefile.am: Reflect having moved automake/.
406        * console/Makefile.am: Reflect having moved automake/.
407        * include/Makefile.am: Reflect having moved automake/.
408        * spurious/Makefile.am: Reflect having moved automake/.
409        * start/Makefile.am: Reflect having moved automake/.
410        * startup/Makefile.am: Reflect having moved automake/.
411        * timer/Makefile.am: Reflect having moved automake/.
412        * wrapup/Makefile.am: Reflect having moved automake/.
413
4142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        PR 452/bsps
417        * startup/Makefile.am: Remove USE_INIT_FINI.
418
4192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
422
4232003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        PR 445/bsps
426        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
427        Remove cpp, old_cpp (now unused).
428
4292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Remove AC_CONFIG_AUX_DIR.
432
4332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
436
4372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: AC_PREREQ(2.57).
440
4412003-01-20      Duane Gustavus <duane@unt.edu>
442
443        * console/sci.c, include/mrm332.h, startup/linkcmds,
444        startup/linkcmds_ROM: Various updates to make this run properly
445        from ROM.
446
4472002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
452        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
453        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
454        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
455
4562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * start/Makefile.am: Use install-data-local to install startfile.
459
4602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463
4642002-11-04      Joel Sherrill <joel@OARcorp.com>
465
466        * console/sci.c, spurious/spinit.c: Removed warnings.
467
4682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * .cvsignore: Reformat.
471        Add autom4te*cache.
472        Remove autom4te.cache.
473
4742002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
477
4782002-08-21      Joel Sherrill <joel@OARcorp.com>
479
480        * wrapup/Makefile.am: PR217 required that the idle task be moved to
481        libcpu so it could be more acutely aware of the CPU model.  This
482        file was modified to pick up the idle task from there.
483
4842002-08-21      Joel Sherrill <joel@OARcorp.com>
485
486        * bsp_specs: Added support for -nostdlibs.
487
4882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
491        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
492        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
493        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
494        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
495        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
496        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
497
4982002-08-05      Joel Sherrill <joel@OARcorp.com>
499
500        * Per PR260 eliminate use of make-target-options.  This impacted
501        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
502        SuperCore and required that the m68k optimized memcpy be moved
503        to libcpu.
504        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
505
5062002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * start/Makefile.am: Eliminate PGM.
509        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
510
5112002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
514
5152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
518        Remove $(OBJS) from all-local.
519
5202002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
523
5242001-05-09      Joel Sherrill <joel@OARcorp.com>
525
526        * startup/linkcmds: In support of gcc 3.1, added one of more
527        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
528        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
529        and direction of segments to memory regions may also have been
530        addressed.  This was a sweep across all BSPs.
531 
5322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac:
535        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
536        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
537        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
546
5472002-02-28      Mike Panetta <ahuitzot@mindspring.com>
548
549        * console/sci.c, console/sci.h,
550        console/console.c: Added new SCI driver.
551        * start/start.c: Removed file.
552        * start/start.S: New file, the asm portion of the updated start code.
553        * start/configure.am: Added start.S, removed start.c
554        * 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.
555        * startup/configure.am: Added start_c.c to C_FILES.
556        * include/bsp.h: Added include <rtems/bspIo.h>
557
5582001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
561
5622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
565        * configure.in: Remove.
566        * configure.ac: New file, generated from configure.in by autoupdate.
567
5682001-09-27      Joel Sherrill <joel@OARcorp.com>
569
570        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
571
5722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
575
5762001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * configure.in: Add bspopts.h.
579        * include/.cvsignore: Add bspopts.h*, stamp-h*.
580        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
581        * include/bsp.h: Include bspopts.h.
582
5832001-05-25      Joel Sherrill <joel@OARcorp.com>
584
585        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
586        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
587        wrapup/Makefile.am: Modified to include compile.am.
588        * startup/bspstart.c: Removed include of <libcsupport.h>
589
5902000-05-25      Matt Cross <profesor@gweep.net>
591
592        * New MRM332 BSP for the Mini RoboMind board based
593        on the 68332 microcontroller designed and build by Mark
594        Castelluccio.  For details on the MRM see http://www.robominds.com.
595        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
596        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
597        console/.cvsignore, console/Makefile.am, console/console.c,
598        include/.cvsignore, include/Makefile.am, include/bsp.h,
599        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
600        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
601        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
602        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
603        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
604        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
605        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
606
Note: See TracBrowser for help on using the repository browser.