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

4.104.115
Last change on this file since 94cba6e was 94cba6e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/23/08 at 15:11:51

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

  • Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
  • startup/bspclean.c: Removed.
  • Property mode set to 100644
File size: 18.9 KB
Line 
12008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
4        * startup/bspclean.c: Removed.
5
62008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * include/bsp.h: Remove unnecessary boilerplate comments.
9
102008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level
13        shared bsp_get_work_area() implementation.
14
152008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * startup/bspstart.c: Removed.
18
192008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds,
22        startup/linkcmds_ROM: Add use of bsp_get_work_area() in its own file
23        and rely on BSP Framework to perform more initialization. Remove
24        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
25        * startup/bsppredriverhook.c: New file.
26
272008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
30        phase, all prototypes were removed from bsp.h and empty
31        implementations were removed and made to use the shared stub.
32
332008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * misc/interr.c: Convert to "bool".
36
372008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * clock/ckinit.c: The Shared Memory Driver no longer requires the
40        special IOCTL in Clock_control. This was a hack which has existed
41        since before the Classic API Timer Manager was implemented. All
42        implementations of and references to Clock_control were removed.
43
442008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * timer/timer.c: Convert to "bool".
47
482008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * timer/timer.c: Eliminate empty function from every benchmark timer
51        driver. Fix spelling.
52
532008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * timer/timer.c: Rename timer driver methods to follow RTEMS
56        programming conventions.
57
582008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * console/sci.c, startup/bspstart.c, startup/start_c.c,
61        timer/timer.c: Add missing prototypes.
62
632008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * misc/interr.c: Convention calls for leading underscore on private
66        RTEMS variables.
67
682008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * Makefile.am: Rework to avoid .rel files.
71
722008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * console/console.c, startup/bspstart.c: Refactored and renamed
75        initialization routines to rtems_initialize_data_structures,
76        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
77        rtems_initialize_start_multitasking. This opened the sequence up so
78        that bootcard() could provide a more robust and flexible framework
79        which is easier to explain and understand. This also lays the
80        groundwork for sharing the division of available memory between the
81        RTEMS workspace and heap and the C library initialization across all
82        BSPs.
83
842008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
87        gcc_except_table section so programs compiled with gcc 4.3.x can
88        link.
89
902007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
93        of the Configuration Table. Use the RTEMS provided accessor macros to
94        obtain configuration fields.
95
962007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
99        from CPU Table to Configuration Table. Eliminate CPU Table from all
100        ports. Delete references to CPU Table in all forms.
101
1022007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
105        the Configuration Table. This included pretasking_hook,
106        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
107        extra_mpci_receive_server_stack, stack_allocate_hook, and
108        stack_free_hook. As a side-effect of this effort some multiprocessing
109        code was made conditional and some style clean up occurred.
110
1112007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
114        m68k CPU Table since it is never read.
115
1162007-05-03      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Handle .data.* sections
119
1202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * bsp_specs: Remove qrtems_debug.
123
1242007-03-13      Joel Sherrill <joel@OARcorp.com>
125
126        * include/bsp.h: Remove redundant prototypes.
127
1282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * configure.ac: New BUG-REPORT address.
131
1322006-11-15      Joel Sherrill <joel@OARcorp.com>
133
134        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
135        file and simplified initialization.
136
1372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Remove superfluous -DASM.
140
1412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: Require autoconf-2.60. Require automake-1.10.
144
1452006-09-11      Joel Sherrill <joel@OARcorp.com>
146
147        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
148        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
149        C style.
150
1512006-02-08      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
154        newer gcc versions.
155
1562006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * Makefile.am: Add preinstall.am.
159
1602005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * include/bsp.h: New header guard.
163
1642005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
167
1682005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * console/sci.c: Remove CVS Log.
171
1722005-01-04      Joel Sherrill <joel@OARcorp.com>
173
174        * console/sci.c: Remove warnings.
175
1762005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Remove build-variant support.
179
1802004-11-25      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
183        and .gnu.linkonce.b*.
184
1852004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * configure.ac: Require automake > 1.9.
188
1892004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        PR 610/bsps
192        * Makefile.am: Add include/tm27.h, Cosmetics.
193        * include/tm27.h: Final cosmetics.
194
1952004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * include/bsp.h: Split out tmtest27 support.
198        * include/tm27.h: New.
199
2002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        PR 613/bsps
203        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
204
2052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 614/bsps
208        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
209
2102004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
211
212        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
213        c/src/lib/libbsp/m68k/mrm332/start/start.S,
214        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
215        <rtems/m68k/sim.h> instead of <sim.h>.
216        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
217        <rtems/m68k/qsm.h> instead of <qsm.h>.
218
2192004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
222
2232004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
226        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
227        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
228
2292004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
232        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
233        c99 fixed size types.
234
2352004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Reflect changes to bsp.am.
238        Preinstall dist_project_lib*.
239
2402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Reflect changes to bsp.am.
243
2442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
247
2482004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Pickup files from ../../m68k/shared instead of
251        ../shared. Reformat.
252
2532004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
256
2572004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Don't include subdirs.am.
260
2612004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Fix typo.
264
2652004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
268        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
269        wrapup/Makefile.am.
270        Use automake compilation rules.
271        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
272        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
273        Remove.
274        * configure.ac: Reflect changes above.
275
2762004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Add PREINSTALL_DIRS.
279        * wrapup/Makefile.am: Reflect changes to libcpu.
280
2812004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Reflect changes to libcpu.
284
2852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
288        Add PRE/TMPINSTALL_FILES to CLEANFILES.
289        * startup/Makefile.am: Ditto.
290
2912004-01-07      Joel Sherrill <joel@OARcorp.com>
292
293        * times, console/sci.c: Remove efi68k and efi332 references as they are
294        no longer in the tree.
295
2962004-01-07      Joel Sherrill <joel@OARcorp.com>
297
298        * timer/timer.c: Remove efi68k and efi332 references as they are no
299        longer in the tree.
300
3012004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: Remove.
304        * Makefile.am: Merge-in start/Makefile.am.
305        * configure.ac: Reflect changes above.
306
3072004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Eliminate $(LIB).
310        Use noinst_DATA to trigger building libbsp.a.
311
3122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
315        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
316
3172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
320        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
321
3222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
325
3262003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * start/Makefile.am: Misc cleanups and fixes.
329        * startup/Makefile.am: Misc cleanups and fixes.
330        * wrapup/Makefile.am: Misc cleanups and fixes.
331
3322003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Add preinstallation dirstamp support.
335        * clock/Makefile.am: Cosmetics.
336        * console/Makefile.am: Cosmetics.
337        * spurious/Makefile.am: Cosmetics.
338        * startup/Makefile.am: Cosmetics.
339        * timer/Makefile.am: Cosmetics.
340        * wrapup/Makefile.am: Cosmetics.
341
3422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * clock/Makefile.am: Remove all-local: $(ARCH).
345        * console/Makefile.am: Remove all-local: $(ARCH).
346        * spurious/Makefile.am: Remove all-local: $(ARCH).
347        * start/Makefile.am: Remove all-local: $(ARCH).
348        * startup/Makefile.am: Remove all-local: $(ARCH).
349        * timer/Makefile.am: Remove all-local: $(ARCH).
350        * wrapup/Makefile.am: Remove all-local: $(ARCH).
351
3522003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Merge-in include/Makefile.am.
355        Reflect changes to bsp.am.
356        * include/Makefile.am: Remove.
357        * configure.ac: Reflect changes above.
358
3592003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * bsp_specs: Remove *lib:.
362
3632003-09-15      Joel Sherrill <joel@OARcorp.com>
364
365        PR 483/bsps
366        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
367        cannot be installed until RTEMS has initialized the vector table.
368
3692003-09-04      Joel Sherrill <joel@OARcorp.com>
370
371        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
372        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
373        timer/timer.c: URL for license changed.
374
3752003-08-20      Joel Sherrill <joel@OARcorp.com>
376
377        * console/console.c: Correct copyright statements.
378
3792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Reflect having moved aclocal/.
382
3832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Reflect having moved automake/.
386        * clock/Makefile.am: Reflect having moved automake/.
387        * console/Makefile.am: Reflect having moved automake/.
388        * include/Makefile.am: Reflect having moved automake/.
389        * spurious/Makefile.am: Reflect having moved automake/.
390        * start/Makefile.am: Reflect having moved automake/.
391        * startup/Makefile.am: Reflect having moved automake/.
392        * timer/Makefile.am: Reflect having moved automake/.
393        * wrapup/Makefile.am: Reflect having moved automake/.
394
3952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        PR 452/bsps
398        * startup/Makefile.am: Remove USE_INIT_FINI.
399
4002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
403
4042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        PR 445/bsps
407        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
408        Remove cpp, old_cpp (now unused).
409
4102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Remove AC_CONFIG_AUX_DIR.
413
4142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
417
4182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: AC_PREREQ(2.57).
421
4222003-01-20      Duane Gustavus <duane@unt.edu>
423
424        * console/sci.c, include/mrm332.h, startup/linkcmds,
425        startup/linkcmds_ROM: Various updates to make this run properly
426        from ROM.
427
4282002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
431        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
432        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
433        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
434        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
435        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
436
4372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * start/Makefile.am: Use install-data-local to install startfile.
440
4412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
444
4452002-11-04      Joel Sherrill <joel@OARcorp.com>
446
447        * console/sci.c, spurious/spinit.c: Removed warnings.
448
4492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * .cvsignore: Reformat.
452        Add autom4te*cache.
453        Remove autom4te.cache.
454
4552002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
458
4592002-08-21      Joel Sherrill <joel@OARcorp.com>
460
461        * wrapup/Makefile.am: PR217 required that the idle task be moved to
462        libcpu so it could be more acutely aware of the CPU model.  This
463        file was modified to pick up the idle task from there.
464
4652002-08-21      Joel Sherrill <joel@OARcorp.com>
466
467        * bsp_specs: Added support for -nostdlibs.
468
4692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
472        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
473        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
474        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
475        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
476        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
477        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
478
4792002-08-05      Joel Sherrill <joel@OARcorp.com>
480
481        * Per PR260 eliminate use of make-target-options.  This impacted
482        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
483        SuperCore and required that the m68k optimized memcpy be moved
484        to libcpu.
485        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
486
4872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * start/Makefile.am: Eliminate PGM.
490        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
491
4922002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
495
4962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
499        Remove $(OBJS) from all-local.
500
5012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
504
5052001-05-09      Joel Sherrill <joel@OARcorp.com>
506
507        * startup/linkcmds: In support of gcc 3.1, added one of more
508        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
509        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
510        and direction of segments to memory regions may also have been
511        addressed.  This was a sweep across all BSPs.
512 
5132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac:
516        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
517        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
518        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
524        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
525        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
526        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
527
5282002-02-28      Mike Panetta <ahuitzot@mindspring.com>
529
530        * console/sci.c, console/sci.h,
531        console/console.c: Added new SCI driver.
532        * start/start.c: Removed file.
533        * start/start.S: New file, the asm portion of the updated start code.
534        * start/configure.am: Added start.S, removed start.c
535        * 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.
536        * startup/configure.am: Added start_c.c to C_FILES.
537        * include/bsp.h: Added include <rtems/bspIo.h>
538
5392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
542
5432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
546        * configure.in: Remove.
547        * configure.ac: New file, generated from configure.in by autoupdate.
548
5492001-09-27      Joel Sherrill <joel@OARcorp.com>
550
551        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
552
5532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
556
5572001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.in: Add bspopts.h.
560        * include/.cvsignore: Add bspopts.h*, stamp-h*.
561        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
562        * include/bsp.h: Include bspopts.h.
563
5642001-05-25      Joel Sherrill <joel@OARcorp.com>
565
566        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
567        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
568        wrapup/Makefile.am: Modified to include compile.am.
569        * startup/bspstart.c: Removed include of <libcsupport.h>
570
5712000-05-25      Matt Cross <profesor@gweep.net>
572
573        * New MRM332 BSP for the Mini RoboMind board based
574        on the 68332 microcontroller designed and build by Mark
575        Castelluccio.  For details on the MRM see http://www.robominds.com.
576        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
577        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
578        console/.cvsignore, console/Makefile.am, console/console.c,
579        include/.cvsignore, include/Makefile.am, include/bsp.h,
580        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
581        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
582        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
583        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
584        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
585        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
586        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
587
Note: See TracBrowser for help on using the repository browser.