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

4.104.115
Last change on this file since 862058d5 was 862058d5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 22:16:11

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

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