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

4.9
Last change on this file since 4f511b8 was 67c191b2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/30/08 at 16:28:39

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

  • timer/timer.c: Eliminate uses of old benchmark timer names.
  • Property mode set to 100644
File size: 18.0 KB
RevLine 
[67c191b2]12008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate uses of old benchmark timer names.
4
[7be8d6b]52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove noinst_PROGRAMS (Unused).
8
[c88bb57]92008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * misc/interr.c: Convert to "bool".
12
[34ef6c7]132008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * clock/ckinit.c: The Shared Memory Driver no longer requires the
16        special IOCTL in Clock_control. This was a hack which has existed
17        since before the Classic API Timer Manager was implemented. All
18        implementations of and references to Clock_control were removed.
19
[b9f9ca37]202008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * timer/timer.c: Convert to "bool".
23
[25c62b0]242008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * timer/timer.c: Eliminate empty function from every benchmark timer
27        driver. Fix spelling.
28
[35f52a6]292008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * timer/timer.c: Rename timer driver methods to follow RTEMS
32        programming conventions.
33
[4377b904]342008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * console/sci.c, startup/bspstart.c, startup/start_c.c,
37        timer/timer.c: Add missing prototypes.
38
[3e927fa]392008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * misc/interr.c: Convention calls for leading underscore on private
42        RTEMS variables.
43
[1d0ee80e]442008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * Makefile.am: Rework to avoid .rel files.
47
[bd3e306]482008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * console/console.c, startup/bspstart.c: Refactored and renamed
51        initialization routines to rtems_initialize_data_structures,
52        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
53        rtems_initialize_start_multitasking. This opened the sequence up so
54        that bootcard() could provide a more robust and flexible framework
55        which is easier to explain and understand. This also lays the
56        groundwork for sharing the division of available memory between the
57        RTEMS workspace and heap and the C library initialization across all
58        BSPs.
59
[bdced05e]602008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
63        gcc_except_table section so programs compiled with gcc 4.3.x can
64        link.
65
[12bd47e]662007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
69        of the Configuration Table. Use the RTEMS provided accessor macros to
70        obtain configuration fields.
71
[d34d8692]722007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
75        from CPU Table to Configuration Table. Eliminate CPU Table from all
76        ports. Delete references to CPU Table in all forms.
77
[faf168f]782007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
81        the Configuration Table. This included pretasking_hook,
82        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
83        extra_mpci_receive_server_stack, stack_allocate_hook, and
84        stack_free_hook. As a side-effect of this effort some multiprocessing
85        code was made conditional and some style clean up occurred.
86
[1693c131]872007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
90        m68k CPU Table since it is never read.
91
[1144653]922007-05-03      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds: Handle .data.* sections
95
[71c4d68]962007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * bsp_specs: Remove qrtems_debug.
99
[bfdf5ebc]1002007-03-13      Joel Sherrill <joel@OARcorp.com>
101
102        * include/bsp.h: Remove redundant prototypes.
103
[fcb0cd46]1042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * configure.ac: New BUG-REPORT address.
107
[aa4369c]1082006-11-15      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
111        file and simplified initialization.
112
[57357d9]1132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Remove superfluous -DASM.
116
[754610f]1172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Require autoconf-2.60. Require automake-1.10.
120
[da2fc6c0]1212006-09-11      Joel Sherrill <joel@OARcorp.com>
122
123        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
124        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
125        C style.
126
[ff167ec]1272006-02-08      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
130        newer gcc versions.
131
[760486f7]1322006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Add preinstall.am.
135
[34c4852]1362005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * include/bsp.h: New header guard.
139
[844609f9]1402005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
143
[55068fa5]1442005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * console/sci.c: Remove CVS Log.
147
[78962326]1482005-01-04      Joel Sherrill <joel@OARcorp.com>
149
150        * console/sci.c: Remove warnings.
151
[4cbf22a]1522005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Remove build-variant support.
155
[9f903322]1562004-11-25      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
159        and .gnu.linkonce.b*.
160
[97891e5e]1612004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * configure.ac: Require automake > 1.9.
164
[3defec6]1652004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        PR 610/bsps
168        * Makefile.am: Add include/tm27.h, Cosmetics.
169        * include/tm27.h: Final cosmetics.
170
[0df29b07]1712004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        * include/bsp.h: Split out tmtest27 support.
174        * include/tm27.h: New.
175
[3344730a]1762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        PR 613/bsps
179        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
180
[7dd6e8d]1812004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        PR 614/bsps
184        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
185
[e2d51fc4]1862004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
187
188        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
189        c/src/lib/libbsp/m68k/mrm332/start/start.S,
190        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
191        <rtems/m68k/sim.h> instead of <sim.h>.
192        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
193        <rtems/m68k/qsm.h> instead of <qsm.h>.
194
[cb33a86f]1952004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
198
[fb7a141]1992004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
202        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
203        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
204
[f74d9f1f]2052004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
208        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
209        c99 fixed size types.
210
[2a7f9a28]2112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect changes to bsp.am.
214        Preinstall dist_project_lib*.
215
[6ac101b]2162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect changes to bsp.am.
219
[c24d7c84]2202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
223
[4cb9d26]2242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Pickup files from ../../m68k/shared instead of
227        ../shared. Reformat.
228
[bd5b4e56]2292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
232
[d4342107]2332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Don't include subdirs.am.
236
[86b448a]2372004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Fix typo.
240
[802f5a8]2412004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
244        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
245        wrapup/Makefile.am.
246        Use automake compilation rules.
247        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
248        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
249        Remove.
250        * configure.ac: Reflect changes above.
251
[7fc5229c]2522004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Add PREINSTALL_DIRS.
255        * wrapup/Makefile.am: Reflect changes to libcpu.
256
[c880dc8]2572004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Reflect changes to libcpu.
260
[ff716ea0]2612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
264        Add PRE/TMPINSTALL_FILES to CLEANFILES.
265        * startup/Makefile.am: Ditto.
266
[b8490b9]2672004-01-07      Joel Sherrill <joel@OARcorp.com>
268
269        * times, console/sci.c: Remove efi68k and efi332 references as they are
270        no longer in the tree.
271
[ea9062c9]2722004-01-07      Joel Sherrill <joel@OARcorp.com>
273
274        * timer/timer.c: Remove efi68k and efi332 references as they are no
275        longer in the tree.
276
[65cf99c]2772004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: Remove.
280        * Makefile.am: Merge-in start/Makefile.am.
281        * configure.ac: Reflect changes above.
282
[6411947]2832004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Eliminate $(LIB).
286        Use noinst_DATA to trigger building libbsp.a.
287
[b35414a]2882003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
291        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
292
[935773b]2932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
296        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
297
[810720b6]2982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
301
[4d5d97b]3022003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * start/Makefile.am: Misc cleanups and fixes.
305        * startup/Makefile.am: Misc cleanups and fixes.
306        * wrapup/Makefile.am: Misc cleanups and fixes.
307
[914d5ea]3082003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Add preinstallation dirstamp support.
311        * clock/Makefile.am: Cosmetics.
312        * console/Makefile.am: Cosmetics.
313        * spurious/Makefile.am: Cosmetics.
314        * startup/Makefile.am: Cosmetics.
315        * timer/Makefile.am: Cosmetics.
316        * wrapup/Makefile.am: Cosmetics.
317
[13cc6be7]3182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * clock/Makefile.am: Remove all-local: $(ARCH).
321        * console/Makefile.am: Remove all-local: $(ARCH).
322        * spurious/Makefile.am: Remove all-local: $(ARCH).
323        * start/Makefile.am: Remove all-local: $(ARCH).
324        * startup/Makefile.am: Remove all-local: $(ARCH).
325        * timer/Makefile.am: Remove all-local: $(ARCH).
326        * wrapup/Makefile.am: Remove all-local: $(ARCH).
327
[2821666f]3282003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Merge-in include/Makefile.am.
331        Reflect changes to bsp.am.
332        * include/Makefile.am: Remove.
333        * configure.ac: Reflect changes above.
334
[a1546de]3352003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * bsp_specs: Remove *lib:.
338
[c218824d]3392003-09-15      Joel Sherrill <joel@OARcorp.com>
340
341        PR 483/bsps
342        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
343        cannot be installed until RTEMS has initialized the vector table.
344
[9bc5fd16]3452003-09-04      Joel Sherrill <joel@OARcorp.com>
346
347        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
348        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
349        timer/timer.c: URL for license changed.
350
[80669dc]3512003-08-20      Joel Sherrill <joel@OARcorp.com>
352
353        * console/console.c: Correct copyright statements.
354
[fe8bc62f]3552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Reflect having moved aclocal/.
358
[88792dc]3592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
[c483a4e]361        * Makefile.am: Reflect having moved automake/.
362        * clock/Makefile.am: Reflect having moved automake/.
363        * console/Makefile.am: Reflect having moved automake/.
364        * include/Makefile.am: Reflect having moved automake/.
365        * spurious/Makefile.am: Reflect having moved automake/.
366        * start/Makefile.am: Reflect having moved automake/.
367        * startup/Makefile.am: Reflect having moved automake/.
368        * timer/Makefile.am: Reflect having moved automake/.
369        * wrapup/Makefile.am: Reflect having moved automake/.
[88792dc]370
[317458ce]3712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
[75fcb394]373        PR 452/bsps
[317458ce]374        * startup/Makefile.am: Remove USE_INIT_FINI.
375
[7dcc3fe]3762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
379
[d266acd2]3802003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
[75fcb394]382        PR 445/bsps
[d266acd2]383        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
384        Remove cpp, old_cpp (now unused).
385
[7a97f26]3862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Remove AC_CONFIG_AUX_DIR.
389
[ccd81b60]3902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
393
[9b5c258]3942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: AC_PREREQ(2.57).
397
[c0c6168]3982003-01-20      Duane Gustavus <duane@unt.edu>
399
400        * console/sci.c, include/mrm332.h, startup/linkcmds,
401        startup/linkcmds_ROM: Various updates to make this run properly
402        from ROM.
403
[c89c490]4042002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
407        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
409        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
410        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
411        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
412
[59a01a6e]4132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * start/Makefile.am: Use install-data-local to install startfile.
416
[b5a2912f]4172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
420
[0b6d74d0]4212002-11-04      Joel Sherrill <joel@OARcorp.com>
422
423        * console/sci.c, spurious/spinit.c: Removed warnings.
424
[8730f45]4252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * .cvsignore: Reformat.
428        Add autom4te*cache.
429        Remove autom4te.cache.
430
[bca73c8]4312002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
434
[0308c805]4352002-08-21      Joel Sherrill <joel@OARcorp.com>
436
437        * wrapup/Makefile.am: PR217 required that the idle task be moved to
438        libcpu so it could be more acutely aware of the CPU model.  This
439        file was modified to pick up the idle task from there.
440
[a2ae30c2]4412002-08-21      Joel Sherrill <joel@OARcorp.com>
442
443        * bsp_specs: Added support for -nostdlibs.
444
[4c01fce]4452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
450        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
454
[75adbe5f]4552002-08-05      Joel Sherrill <joel@OARcorp.com>
456
457        * Per PR260 eliminate use of make-target-options.  This impacted
458        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
459        SuperCore and required that the m68k optimized memcpy be moved
460        to libcpu.
461        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
462
[496686a]4632002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * start/Makefile.am: Eliminate PGM.
466        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
467
[0a2fd145]4682002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
471
[445c0a0]4722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
475        Remove $(OBJS) from all-local.
476
[80defac]4772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
480
[85c92574]4812001-05-09      Joel Sherrill <joel@OARcorp.com>
482
483        * startup/linkcmds: In support of gcc 3.1, added one of more
484        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
485        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
486        and direction of segments to memory regions may also have been
487        addressed.  This was a sweep across all BSPs.
488 
[bd5c21c5]4892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac:
492        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
493        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
494        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
503
[274fa77]5042002-02-28      Mike Panetta <ahuitzot@mindspring.com>
505
506        * console/sci.c, console/sci.h,
507        console/console.c: Added new SCI driver.
508        * start/start.c: Removed file.
509        * start/start.S: New file, the asm portion of the updated start code.
510        * start/configure.am: Added start.S, removed start.c
511        * 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.
512        * startup/configure.am: Added start_c.c to C_FILES.
513        * include/bsp.h: Added include <rtems/bspIo.h>
514
[9e1ae79]5152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
518
[df25c998]5192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
522        * configure.in: Remove.
523        * configure.ac: New file, generated from configure.in by autoupdate.
524
[cf282090]5252001-09-27      Joel Sherrill <joel@OARcorp.com>
526
527        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
528
[c1767be0]5292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
532
[c4d92216]5332001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.in: Add bspopts.h.
536        * include/.cvsignore: Add bspopts.h*, stamp-h*.
537        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
538        * include/bsp.h: Include bspopts.h.
539
[c33a702]5402001-05-25      Joel Sherrill <joel@OARcorp.com>
541
542        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
543        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
544        wrapup/Makefile.am: Modified to include compile.am.
545        * startup/bspstart.c: Removed include of <libcsupport.h>
546
[332484b5]5472000-05-25      Matt Cross <profesor@gweep.net>
548
549        * New MRM332 BSP for the Mini RoboMind board based
550        on the 68332 microcontroller designed and build by Mark
551        Castelluccio.  For details on the MRM see http://www.robominds.com.
552        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
553        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
554        console/.cvsignore, console/Makefile.am, console/console.c,
555        include/.cvsignore, include/Makefile.am, include/bsp.h,
556        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
557        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
558        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
559        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
560        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
561        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
562        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
563
Note: See TracBrowser for help on using the repository browser.