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

4.104.115
Last change on this file since ccceaf3 was ccceaf3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:42:45

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

  • include/bsp.h: Remove unnecessary boilerplate comments.
  • Property mode set to 100644
File size: 18.7 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Remove unnecessary boilerplate comments.
4
52008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level
8        shared bsp_get_work_area() implementation.
9
102008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * startup/bspstart.c: Removed.
13
142008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds,
17        startup/linkcmds_ROM: Add use of bsp_get_work_area() in its own file
18        and rely on BSP Framework to perform more initialization. Remove
19        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
20        * startup/bsppredriverhook.c: New file.
21
222008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
25        phase, all prototypes were removed from bsp.h and empty
26        implementations were removed and made to use the shared stub.
27
282008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * misc/interr.c: Convert to "bool".
31
322008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * clock/ckinit.c: The Shared Memory Driver no longer requires the
35        special IOCTL in Clock_control. This was a hack which has existed
36        since before the Classic API Timer Manager was implemented. All
37        implementations of and references to Clock_control were removed.
38
392008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * timer/timer.c: Convert to "bool".
42
432008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * timer/timer.c: Eliminate empty function from every benchmark timer
46        driver. Fix spelling.
47
482008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * timer/timer.c: Rename timer driver methods to follow RTEMS
51        programming conventions.
52
532008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * console/sci.c, startup/bspstart.c, startup/start_c.c,
56        timer/timer.c: Add missing prototypes.
57
582008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * misc/interr.c: Convention calls for leading underscore on private
61        RTEMS variables.
62
632008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am: Rework to avoid .rel files.
66
672008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * console/console.c, startup/bspstart.c: Refactored and renamed
70        initialization routines to rtems_initialize_data_structures,
71        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
72        rtems_initialize_start_multitasking. This opened the sequence up so
73        that bootcard() could provide a more robust and flexible framework
74        which is easier to explain and understand. This also lays the
75        groundwork for sharing the division of available memory between the
76        RTEMS workspace and heap and the C library initialization across all
77        BSPs.
78
792008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
82        gcc_except_table section so programs compiled with gcc 4.3.x can
83        link.
84
852007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
88        of the Configuration Table. Use the RTEMS provided accessor macros to
89        obtain configuration fields.
90
912007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
94        from CPU Table to Configuration Table. Eliminate CPU Table from all
95        ports. Delete references to CPU Table in all forms.
96
972007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
100        the Configuration Table. This included pretasking_hook,
101        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
102        extra_mpci_receive_server_stack, stack_allocate_hook, and
103        stack_free_hook. As a side-effect of this effort some multiprocessing
104        code was made conditional and some style clean up occurred.
105
1062007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
109        m68k CPU Table since it is never read.
110
1112007-05-03      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Handle .data.* sections
114
1152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * bsp_specs: Remove qrtems_debug.
118
1192007-03-13      Joel Sherrill <joel@OARcorp.com>
120
121        * include/bsp.h: Remove redundant prototypes.
122
1232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * configure.ac: New BUG-REPORT address.
126
1272006-11-15      Joel Sherrill <joel@OARcorp.com>
128
129        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
130        file and simplified initialization.
131
1322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Remove superfluous -DASM.
135
1362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * configure.ac: Require autoconf-2.60. Require automake-1.10.
139
1402006-09-11      Joel Sherrill <joel@OARcorp.com>
141
142        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
143        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
144        C style.
145
1462006-02-08      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
149        newer gcc versions.
150
1512006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * Makefile.am: Add preinstall.am.
154
1552005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * include/bsp.h: New header guard.
158
1592005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
162
1632005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * console/sci.c: Remove CVS Log.
166
1672005-01-04      Joel Sherrill <joel@OARcorp.com>
168
169        * console/sci.c: Remove warnings.
170
1712005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Remove build-variant support.
174
1752004-11-25      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
178        and .gnu.linkonce.b*.
179
1802004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * configure.ac: Require automake > 1.9.
183
1842004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
185
186        PR 610/bsps
187        * Makefile.am: Add include/tm27.h, Cosmetics.
188        * include/tm27.h: Final cosmetics.
189
1902004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * include/bsp.h: Split out tmtest27 support.
193        * include/tm27.h: New.
194
1952004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        PR 613/bsps
198        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
199
2002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        PR 614/bsps
203        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
204
2052004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
206
207        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
208        c/src/lib/libbsp/m68k/mrm332/start/start.S,
209        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
210        <rtems/m68k/sim.h> instead of <sim.h>.
211        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
212        <rtems/m68k/qsm.h> instead of <qsm.h>.
213
2142004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
217
2182004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
221        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
222        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
223
2242004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
227        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
228        c99 fixed size types.
229
2302004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Reflect changes to bsp.am.
233        Preinstall dist_project_lib*.
234
2352004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Reflect changes to bsp.am.
238
2392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
242
2432004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Pickup files from ../../m68k/shared instead of
246        ../shared. Reformat.
247
2482004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
251
2522004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Don't include subdirs.am.
255
2562004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Fix typo.
259
2602004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
263        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
264        wrapup/Makefile.am.
265        Use automake compilation rules.
266        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
267        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
268        Remove.
269        * configure.ac: Reflect changes above.
270
2712004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Add PREINSTALL_DIRS.
274        * wrapup/Makefile.am: Reflect changes to libcpu.
275
2762004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * wrapup/Makefile.am: Reflect changes to libcpu.
279
2802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
283        Add PRE/TMPINSTALL_FILES to CLEANFILES.
284        * startup/Makefile.am: Ditto.
285
2862004-01-07      Joel Sherrill <joel@OARcorp.com>
287
288        * times, console/sci.c: Remove efi68k and efi332 references as they are
289        no longer in the tree.
290
2912004-01-07      Joel Sherrill <joel@OARcorp.com>
292
293        * timer/timer.c: Remove efi68k and efi332 references as they are no
294        longer in the tree.
295
2962004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: Remove.
299        * Makefile.am: Merge-in start/Makefile.am.
300        * configure.ac: Reflect changes above.
301
3022004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * wrapup/Makefile.am: Eliminate $(LIB).
305        Use noinst_DATA to trigger building libbsp.a.
306
3072003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
310        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
311
3122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
315        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
316
3172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
320
3212003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * start/Makefile.am: Misc cleanups and fixes.
324        * startup/Makefile.am: Misc cleanups and fixes.
325        * wrapup/Makefile.am: Misc cleanups and fixes.
326
3272003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Add preinstallation dirstamp support.
330        * clock/Makefile.am: Cosmetics.
331        * console/Makefile.am: Cosmetics.
332        * spurious/Makefile.am: Cosmetics.
333        * startup/Makefile.am: Cosmetics.
334        * timer/Makefile.am: Cosmetics.
335        * wrapup/Makefile.am: Cosmetics.
336
3372003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * clock/Makefile.am: Remove all-local: $(ARCH).
340        * console/Makefile.am: Remove all-local: $(ARCH).
341        * spurious/Makefile.am: Remove all-local: $(ARCH).
342        * start/Makefile.am: Remove all-local: $(ARCH).
343        * startup/Makefile.am: Remove all-local: $(ARCH).
344        * timer/Makefile.am: Remove all-local: $(ARCH).
345        * wrapup/Makefile.am: Remove all-local: $(ARCH).
346
3472003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Merge-in include/Makefile.am.
350        Reflect changes to bsp.am.
351        * include/Makefile.am: Remove.
352        * configure.ac: Reflect changes above.
353
3542003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * bsp_specs: Remove *lib:.
357
3582003-09-15      Joel Sherrill <joel@OARcorp.com>
359
360        PR 483/bsps
361        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
362        cannot be installed until RTEMS has initialized the vector table.
363
3642003-09-04      Joel Sherrill <joel@OARcorp.com>
365
366        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
367        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
368        timer/timer.c: URL for license changed.
369
3702003-08-20      Joel Sherrill <joel@OARcorp.com>
371
372        * console/console.c: Correct copyright statements.
373
3742003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Reflect having moved aclocal/.
377
3782003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Reflect having moved automake/.
381        * clock/Makefile.am: Reflect having moved automake/.
382        * console/Makefile.am: Reflect having moved automake/.
383        * include/Makefile.am: Reflect having moved automake/.
384        * spurious/Makefile.am: Reflect having moved automake/.
385        * start/Makefile.am: Reflect having moved automake/.
386        * startup/Makefile.am: Reflect having moved automake/.
387        * timer/Makefile.am: Reflect having moved automake/.
388        * wrapup/Makefile.am: Reflect having moved automake/.
389
3902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        PR 452/bsps
393        * startup/Makefile.am: Remove USE_INIT_FINI.
394
3952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
398
3992003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        PR 445/bsps
402        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
403        Remove cpp, old_cpp (now unused).
404
4052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: Remove AC_CONFIG_AUX_DIR.
408
4092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
412
4132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: AC_PREREQ(2.57).
416
4172003-01-20      Duane Gustavus <duane@unt.edu>
418
419        * console/sci.c, include/mrm332.h, startup/linkcmds,
420        startup/linkcmds_ROM: Various updates to make this run properly
421        from ROM.
422
4232002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
426        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
427        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
430        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
431
4322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * start/Makefile.am: Use install-data-local to install startfile.
435
4362002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
439
4402002-11-04      Joel Sherrill <joel@OARcorp.com>
441
442        * console/sci.c, spurious/spinit.c: Removed warnings.
443
4442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * .cvsignore: Reformat.
447        Add autom4te*cache.
448        Remove autom4te.cache.
449
4502002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
453
4542002-08-21      Joel Sherrill <joel@OARcorp.com>
455
456        * wrapup/Makefile.am: PR217 required that the idle task be moved to
457        libcpu so it could be more acutely aware of the CPU model.  This
458        file was modified to pick up the idle task from there.
459
4602002-08-21      Joel Sherrill <joel@OARcorp.com>
461
462        * bsp_specs: Added support for -nostdlibs.
463
4642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
467        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
470        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
471        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
472        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
473
4742002-08-05      Joel Sherrill <joel@OARcorp.com>
475
476        * Per PR260 eliminate use of make-target-options.  This impacted
477        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
478        SuperCore and required that the m68k optimized memcpy be moved
479        to libcpu.
480        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
481
4822002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * start/Makefile.am: Eliminate PGM.
485        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
486
4872002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
490
4912002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
494        Remove $(OBJS) from all-local.
495
4962002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
499
5002001-05-09      Joel Sherrill <joel@OARcorp.com>
501
502        * startup/linkcmds: In support of gcc 3.1, added one of more
503        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
504        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
505        and direction of segments to memory regions may also have been
506        addressed.  This was a sweep across all BSPs.
507 
5082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac:
511        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
512        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
513        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
522
5232002-02-28      Mike Panetta <ahuitzot@mindspring.com>
524
525        * console/sci.c, console/sci.h,
526        console/console.c: Added new SCI driver.
527        * start/start.c: Removed file.
528        * start/start.S: New file, the asm portion of the updated start code.
529        * start/configure.am: Added start.S, removed start.c
530        * 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.
531        * startup/configure.am: Added start_c.c to C_FILES.
532        * include/bsp.h: Added include <rtems/bspIo.h>
533
5342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
537
5382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
541        * configure.in: Remove.
542        * configure.ac: New file, generated from configure.in by autoupdate.
543
5442001-09-27      Joel Sherrill <joel@OARcorp.com>
545
546        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
547
5482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
551
5522001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * configure.in: Add bspopts.h.
555        * include/.cvsignore: Add bspopts.h*, stamp-h*.
556        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
557        * include/bsp.h: Include bspopts.h.
558
5592001-05-25      Joel Sherrill <joel@OARcorp.com>
560
561        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
562        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
563        wrapup/Makefile.am: Modified to include compile.am.
564        * startup/bspstart.c: Removed include of <libcsupport.h>
565
5662000-05-25      Matt Cross <profesor@gweep.net>
567
568        * New MRM332 BSP for the Mini RoboMind board based
569        on the 68332 microcontroller designed and build by Mark
570        Castelluccio.  For details on the MRM see http://www.robominds.com.
571        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
572        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
573        console/.cvsignore, console/Makefile.am, console/console.c,
574        include/.cvsignore, include/Makefile.am, include/bsp.h,
575        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
576        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
577        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
578        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
579        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
580        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
581        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
582
Note: See TracBrowser for help on using the repository browser.