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

4.104.114.84.95
Last change on this file since cb33a86f was cb33a86f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:52
  • start/start.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
8        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
9        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
10
112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
14        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
15        c99 fixed size types.
16
172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect changes to bsp.am.
20        Preinstall dist_project_lib*.
21
222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25
262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
29
302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Pickup files from ../../m68k/shared instead of
33        ../shared. Reformat.
34
352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
38
392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Don't include subdirs.am.
42
432004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Fix typo.
46
472004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
50        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
51        wrapup/Makefile.am.
52        Use automake compilation rules.
53        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
54        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
55        Remove.
56        * configure.ac: Reflect changes above.
57
582004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Add PREINSTALL_DIRS.
61        * wrapup/Makefile.am: Reflect changes to libcpu.
62
632004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Reflect changes to libcpu.
66
672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
70        Add PRE/TMPINSTALL_FILES to CLEANFILES.
71        * startup/Makefile.am: Ditto.
72
732004-01-07      Joel Sherrill <joel@OARcorp.com>
74
75        * times, console/sci.c: Remove efi68k and efi332 references as they are
76        no longer in the tree.
77
782004-01-07      Joel Sherrill <joel@OARcorp.com>
79
80        * timer/timer.c: Remove efi68k and efi332 references as they are no
81        longer in the tree.
82
832004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: Remove.
86        * Makefile.am: Merge-in start/Makefile.am.
87        * configure.ac: Reflect changes above.
88
892004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Eliminate $(LIB).
92        Use noinst_DATA to trigger building libbsp.a.
93
942003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
97        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
98
992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
102        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
103
1042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
107
1082003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Misc cleanups and fixes.
111        * startup/Makefile.am: Misc cleanups and fixes.
112        * wrapup/Makefile.am: Misc cleanups and fixes.
113
1142003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add preinstallation dirstamp support.
117        * clock/Makefile.am: Cosmetics.
118        * console/Makefile.am: Cosmetics.
119        * spurious/Makefile.am: Cosmetics.
120        * startup/Makefile.am: Cosmetics.
121        * timer/Makefile.am: Cosmetics.
122        * wrapup/Makefile.am: Cosmetics.
123
1242003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * clock/Makefile.am: Remove all-local: $(ARCH).
127        * console/Makefile.am: Remove all-local: $(ARCH).
128        * spurious/Makefile.am: Remove all-local: $(ARCH).
129        * start/Makefile.am: Remove all-local: $(ARCH).
130        * startup/Makefile.am: Remove all-local: $(ARCH).
131        * timer/Makefile.am: Remove all-local: $(ARCH).
132        * wrapup/Makefile.am: Remove all-local: $(ARCH).
133
1342003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Merge-in include/Makefile.am.
137        Reflect changes to bsp.am.
138        * include/Makefile.am: Remove.
139        * configure.ac: Reflect changes above.
140
1412003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * bsp_specs: Remove *lib:.
144
1452003-09-15      Joel Sherrill <joel@OARcorp.com>
146
147        PR 483/bsps
148        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
149        cannot be installed until RTEMS has initialized the vector table.
150
1512003-09-04      Joel Sherrill <joel@OARcorp.com>
152
153        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
154        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
155        timer/timer.c: URL for license changed.
156
1572003-08-20      Joel Sherrill <joel@OARcorp.com>
158
159        * console/console.c: Correct copyright statements.
160
1612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Reflect having moved aclocal/.
164
1652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect having moved automake/.
168        * clock/Makefile.am: Reflect having moved automake/.
169        * console/Makefile.am: Reflect having moved automake/.
170        * include/Makefile.am: Reflect having moved automake/.
171        * spurious/Makefile.am: Reflect having moved automake/.
172        * start/Makefile.am: Reflect having moved automake/.
173        * startup/Makefile.am: Reflect having moved automake/.
174        * timer/Makefile.am: Reflect having moved automake/.
175        * wrapup/Makefile.am: Reflect having moved automake/.
176
1772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        PR 452/bsps
180        * startup/Makefile.am: Remove USE_INIT_FINI.
181
1822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
185
1862003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        PR 445/bsps
189        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
190        Remove cpp, old_cpp (now unused).
191
1922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove AC_CONFIG_AUX_DIR.
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
199
2002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: AC_PREREQ(2.57).
203
2042003-01-20      Duane Gustavus <duane@unt.edu>
205
206        * console/sci.c, include/mrm332.h, startup/linkcmds,
207        startup/linkcmds_ROM: Various updates to make this run properly
208        from ROM.
209
2102002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218
2192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: Use install-data-local to install startfile.
222
2232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226
2272002-11-04      Joel Sherrill <joel@OARcorp.com>
228
229        * console/sci.c, spurious/spinit.c: Removed warnings.
230
2312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * .cvsignore: Reformat.
234        Add autom4te*cache.
235        Remove autom4te.cache.
236
2372002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
240
2412002-08-21      Joel Sherrill <joel@OARcorp.com>
242
243        * wrapup/Makefile.am: PR217 required that the idle task be moved to
244        libcpu so it could be more acutely aware of the CPU model.  This
245        file was modified to pick up the idle task from there.
246
2472002-08-21      Joel Sherrill <joel@OARcorp.com>
248
249        * bsp_specs: Added support for -nostdlibs.
250
2512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
260
2612002-08-05      Joel Sherrill <joel@OARcorp.com>
262
263        * Per PR260 eliminate use of make-target-options.  This impacted
264        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
265        SuperCore and required that the m68k optimized memcpy be moved
266        to libcpu.
267        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
268
2692002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * start/Makefile.am: Eliminate PGM.
272        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
273
2742002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
277
2782002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
281        Remove $(OBJS) from all-local.
282
2832002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
286
2872001-05-09      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/linkcmds: In support of gcc 3.1, added one of more
290        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
291        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
292        and direction of segments to memory regions may also have been
293        addressed.  This was a sweep across all BSPs.
294 
2952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac:
298        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
299        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
300        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
309
3102002-02-28      Mike Panetta <ahuitzot@mindspring.com>
311
312        * console/sci.c, console/sci.h,
313        console/console.c: Added new SCI driver.
314        * start/start.c: Removed file.
315        * start/start.S: New file, the asm portion of the updated start code.
316        * start/configure.am: Added start.S, removed start.c
317        * 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.
318        * startup/configure.am: Added start_c.c to C_FILES.
319        * include/bsp.h: Added include <rtems/bspIo.h>
320
3212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
324
3252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
328        * configure.in: Remove.
329        * configure.ac: New file, generated from configure.in by autoupdate.
330
3312001-09-27      Joel Sherrill <joel@OARcorp.com>
332
333        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
334
3352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
338
3392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.in: Add bspopts.h.
342        * include/.cvsignore: Add bspopts.h*, stamp-h*.
343        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
344        * include/bsp.h: Include bspopts.h.
345
3462001-05-25      Joel Sherrill <joel@OARcorp.com>
347
348        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
349        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
350        wrapup/Makefile.am: Modified to include compile.am.
351        * startup/bspstart.c: Removed include of <libcsupport.h>
352
3532000-05-25      Matt Cross <profesor@gweep.net>
354
355        * New MRM332 BSP for the Mini RoboMind board based
356        on the 68332 microcontroller designed and build by Mark
357        Castelluccio.  For details on the MRM see http://www.robominds.com.
358        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
359        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
360        console/.cvsignore, console/Makefile.am, console/console.c,
361        include/.cvsignore, include/Makefile.am, include/bsp.h,
362        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
363        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
364        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
365        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
366        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
367        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
368        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
369
Note: See TracBrowser for help on using the repository browser.