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

4.104.114.84.95
Last change on this file since 79ebd271 was fb7a141, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:42

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

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