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

4.104.114.84.95
Last change on this file since e2d51fc4 was e2d51fc4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/03/04 at 08:45:48

2004-04-03 Ralf Corsepiu <ralf_corsepiu@…>

  • c/src/lib/libbsp/m68k/mrm332/include/bsp.h, c/src/lib/libbsp/m68k/mrm332/start/start.S, c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include <rtems/m68k/sim.h> instead of <sim.h>.
  • c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include <rtems/m68k/qsm.h> instead of <qsm.h>.
  • Property mode set to 100644
File size: 12.5 KB
Line 
12004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
2
3        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
4        c/src/lib/libbsp/m68k/mrm332/start/start.S,
5        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
6        <rtems/m68k/sim.h> instead of <sim.h>.
7        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
8        <rtems/m68k/qsm.h> instead of <qsm.h>.
9
102004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
13
142004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
17        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
18        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
19
202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
23        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
24        c99 fixed size types.
25
262004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect changes to bsp.am.
29        Preinstall dist_project_lib*.
30
312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect changes to bsp.am.
34
352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
38
392004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Pickup files from ../../m68k/shared instead of
42        ../shared. Reformat.
43
442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
47
482004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Don't include subdirs.am.
51
522004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Fix typo.
55
562004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
59        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
60        wrapup/Makefile.am.
61        Use automake compilation rules.
62        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
63        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
64        Remove.
65        * configure.ac: Reflect changes above.
66
672004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Add PREINSTALL_DIRS.
70        * wrapup/Makefile.am: Reflect changes to libcpu.
71
722004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Reflect changes to libcpu.
75
762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
79        Add PRE/TMPINSTALL_FILES to CLEANFILES.
80        * startup/Makefile.am: Ditto.
81
822004-01-07      Joel Sherrill <joel@OARcorp.com>
83
84        * times, console/sci.c: Remove efi68k and efi332 references as they are
85        no longer in the tree.
86
872004-01-07      Joel Sherrill <joel@OARcorp.com>
88
89        * timer/timer.c: Remove efi68k and efi332 references as they are no
90        longer in the tree.
91
922004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Remove.
95        * Makefile.am: Merge-in start/Makefile.am.
96        * configure.ac: Reflect changes above.
97
982004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Eliminate $(LIB).
101        Use noinst_DATA to trigger building libbsp.a.
102
1032003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
106        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
111        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
116
1172003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Misc cleanups and fixes.
120        * startup/Makefile.am: Misc cleanups and fixes.
121        * wrapup/Makefile.am: Misc cleanups and fixes.
122
1232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Add preinstallation dirstamp support.
126        * clock/Makefile.am: Cosmetics.
127        * console/Makefile.am: Cosmetics.
128        * spurious/Makefile.am: Cosmetics.
129        * startup/Makefile.am: Cosmetics.
130        * timer/Makefile.am: Cosmetics.
131        * wrapup/Makefile.am: Cosmetics.
132
1332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * clock/Makefile.am: Remove all-local: $(ARCH).
136        * console/Makefile.am: Remove all-local: $(ARCH).
137        * spurious/Makefile.am: Remove all-local: $(ARCH).
138        * start/Makefile.am: Remove all-local: $(ARCH).
139        * startup/Makefile.am: Remove all-local: $(ARCH).
140        * timer/Makefile.am: Remove all-local: $(ARCH).
141        * wrapup/Makefile.am: Remove all-local: $(ARCH).
142
1432003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Merge-in include/Makefile.am.
146        Reflect changes to bsp.am.
147        * include/Makefile.am: Remove.
148        * configure.ac: Reflect changes above.
149
1502003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * bsp_specs: Remove *lib:.
153
1542003-09-15      Joel Sherrill <joel@OARcorp.com>
155
156        PR 483/bsps
157        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
158        cannot be installed until RTEMS has initialized the vector table.
159
1602003-09-04      Joel Sherrill <joel@OARcorp.com>
161
162        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
163        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
164        timer/timer.c: URL for license changed.
165
1662003-08-20      Joel Sherrill <joel@OARcorp.com>
167
168        * console/console.c: Correct copyright statements.
169
1702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect having moved aclocal/.
173
1742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Reflect having moved automake/.
177        * clock/Makefile.am: Reflect having moved automake/.
178        * console/Makefile.am: Reflect having moved automake/.
179        * include/Makefile.am: Reflect having moved automake/.
180        * spurious/Makefile.am: Reflect having moved automake/.
181        * start/Makefile.am: Reflect having moved automake/.
182        * startup/Makefile.am: Reflect having moved automake/.
183        * timer/Makefile.am: Reflect having moved automake/.
184        * wrapup/Makefile.am: Reflect having moved automake/.
185
1862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        PR 452/bsps
189        * startup/Makefile.am: Remove USE_INIT_FINI.
190
1912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
194
1952003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        PR 445/bsps
198        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
199        Remove cpp, old_cpp (now unused).
200
2012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove AC_CONFIG_AUX_DIR.
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
208
2092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: AC_PREREQ(2.57).
212
2132003-01-20      Duane Gustavus <duane@unt.edu>
214
215        * console/sci.c, include/mrm332.h, startup/linkcmds,
216        startup/linkcmds_ROM: Various updates to make this run properly
217        from ROM.
218
2192002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227
2282002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Use install-data-local to install startfile.
231
2322002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235
2362002-11-04      Joel Sherrill <joel@OARcorp.com>
237
238        * console/sci.c, spurious/spinit.c: Removed warnings.
239
2402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * .cvsignore: Reformat.
243        Add autom4te*cache.
244        Remove autom4te.cache.
245
2462002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
249
2502002-08-21      Joel Sherrill <joel@OARcorp.com>
251
252        * wrapup/Makefile.am: PR217 required that the idle task be moved to
253        libcpu so it could be more acutely aware of the CPU model.  This
254        file was modified to pick up the idle task from there.
255
2562002-08-21      Joel Sherrill <joel@OARcorp.com>
257
258        * bsp_specs: Added support for -nostdlibs.
259
2602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
269
2702002-08-05      Joel Sherrill <joel@OARcorp.com>
271
272        * Per PR260 eliminate use of make-target-options.  This impacted
273        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
274        SuperCore and required that the m68k optimized memcpy be moved
275        to libcpu.
276        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
277
2782002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Eliminate PGM.
281        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
282
2832002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
286
2872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
290        Remove $(OBJS) from all-local.
291
2922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
295
2962001-05-09      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds: In support of gcc 3.1, added one of more
299        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
300        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
301        and direction of segments to memory regions may also have been
302        addressed.  This was a sweep across all BSPs.
303 
3042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac:
307        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
308        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
309        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
318
3192002-02-28      Mike Panetta <ahuitzot@mindspring.com>
320
321        * console/sci.c, console/sci.h,
322        console/console.c: Added new SCI driver.
323        * start/start.c: Removed file.
324        * start/start.S: New file, the asm portion of the updated start code.
325        * start/configure.am: Added start.S, removed start.c
326        * 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.
327        * startup/configure.am: Added start_c.c to C_FILES.
328        * include/bsp.h: Added include <rtems/bspIo.h>
329
3302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
333
3342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
337        * configure.in: Remove.
338        * configure.ac: New file, generated from configure.in by autoupdate.
339
3402001-09-27      Joel Sherrill <joel@OARcorp.com>
341
342        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
343
3442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
347
3482001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.in: Add bspopts.h.
351        * include/.cvsignore: Add bspopts.h*, stamp-h*.
352        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
353        * include/bsp.h: Include bspopts.h.
354
3552001-05-25      Joel Sherrill <joel@OARcorp.com>
356
357        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
358        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
359        wrapup/Makefile.am: Modified to include compile.am.
360        * startup/bspstart.c: Removed include of <libcsupport.h>
361
3622000-05-25      Matt Cross <profesor@gweep.net>
363
364        * New MRM332 BSP for the Mini RoboMind board based
365        on the 68332 microcontroller designed and build by Mark
366        Castelluccio.  For details on the MRM see http://www.robominds.com.
367        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
368        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
369        console/.cvsignore, console/Makefile.am, console/console.c,
370        include/.cvsignore, include/Makefile.am, include/bsp.h,
371        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
372        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
373        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
374        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
375        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
376        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
377        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
378
Note: See TracBrowser for help on using the repository browser.