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

4.104.114.84.95
Last change on this file since bfdf5ebc was bfdf5ebc, checked in by Joel Sherrill <joel.sherrill@…>, on 03/13/07 at 19:43:50

2007-03-13 Joel Sherrill <joel@…>

  • include/bsp.h: Remove redundant prototypes.
  • Property mode set to 100644
File size: 14.6 KB
Line 
12007-03-13      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h: Remove redundant prototypes.
4
52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
92006-11-15      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
12        file and simplified initialization.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove superfluous -DASM.
17
182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Require autoconf-2.60. Require automake-1.10.
21
222006-09-11      Joel Sherrill <joel@OARcorp.com>
23
24        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
25        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
26        C style.
27
282006-02-08      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
31        newer gcc versions.
32
332006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Add preinstall.am.
36
372005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * include/bsp.h: New header guard.
40
412005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
44
452005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * console/sci.c: Remove CVS Log.
48
492005-01-04      Joel Sherrill <joel@OARcorp.com>
50
51        * console/sci.c: Remove warnings.
52
532005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Remove build-variant support.
56
572004-11-25      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
60        and .gnu.linkonce.b*.
61
622004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * configure.ac: Require automake > 1.9.
65
662004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        PR 610/bsps
69        * Makefile.am: Add include/tm27.h, Cosmetics.
70        * include/tm27.h: Final cosmetics.
71
722004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * include/bsp.h: Split out tmtest27 support.
75        * include/tm27.h: New.
76
772004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        PR 613/bsps
80        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
81
822004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        PR 614/bsps
85        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
86
872004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
88
89        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
90        c/src/lib/libbsp/m68k/mrm332/start/start.S,
91        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
92        <rtems/m68k/sim.h> instead of <sim.h>.
93        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
94        <rtems/m68k/qsm.h> instead of <qsm.h>.
95
962004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
99
1002004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
103        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
104        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
105
1062004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
109        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
110        c99 fixed size types.
111
1122004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Reflect changes to bsp.am.
115        Preinstall dist_project_lib*.
116
1172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect changes to bsp.am.
120
1212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
124
1252004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Pickup files from ../../m68k/shared instead of
128        ../shared. Reformat.
129
1302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
133
1342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Don't include subdirs.am.
137
1382004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Fix typo.
141
1422004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
145        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
146        wrapup/Makefile.am.
147        Use automake compilation rules.
148        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
149        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
150        Remove.
151        * configure.ac: Reflect changes above.
152
1532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Add PREINSTALL_DIRS.
156        * wrapup/Makefile.am: Reflect changes to libcpu.
157
1582004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Reflect changes to libcpu.
161
1622004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
165        Add PRE/TMPINSTALL_FILES to CLEANFILES.
166        * startup/Makefile.am: Ditto.
167
1682004-01-07      Joel Sherrill <joel@OARcorp.com>
169
170        * times, console/sci.c: Remove efi68k and efi332 references as they are
171        no longer in the tree.
172
1732004-01-07      Joel Sherrill <joel@OARcorp.com>
174
175        * timer/timer.c: Remove efi68k and efi332 references as they are no
176        longer in the tree.
177
1782004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * start/Makefile.am: Remove.
181        * Makefile.am: Merge-in start/Makefile.am.
182        * configure.ac: Reflect changes above.
183
1842004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * wrapup/Makefile.am: Eliminate $(LIB).
187        Use noinst_DATA to trigger building libbsp.a.
188
1892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
192        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
193
1942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
197        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
198
1992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
202
2032003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * start/Makefile.am: Misc cleanups and fixes.
206        * startup/Makefile.am: Misc cleanups and fixes.
207        * wrapup/Makefile.am: Misc cleanups and fixes.
208
2092003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Add preinstallation dirstamp support.
212        * clock/Makefile.am: Cosmetics.
213        * console/Makefile.am: Cosmetics.
214        * spurious/Makefile.am: Cosmetics.
215        * startup/Makefile.am: Cosmetics.
216        * timer/Makefile.am: Cosmetics.
217        * wrapup/Makefile.am: Cosmetics.
218
2192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am: Remove all-local: $(ARCH).
222        * console/Makefile.am: Remove all-local: $(ARCH).
223        * spurious/Makefile.am: Remove all-local: $(ARCH).
224        * start/Makefile.am: Remove all-local: $(ARCH).
225        * startup/Makefile.am: Remove all-local: $(ARCH).
226        * timer/Makefile.am: Remove all-local: $(ARCH).
227        * wrapup/Makefile.am: Remove all-local: $(ARCH).
228
2292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Merge-in include/Makefile.am.
232        Reflect changes to bsp.am.
233        * include/Makefile.am: Remove.
234        * configure.ac: Reflect changes above.
235
2362003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * bsp_specs: Remove *lib:.
239
2402003-09-15      Joel Sherrill <joel@OARcorp.com>
241
242        PR 483/bsps
243        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
244        cannot be installed until RTEMS has initialized the vector table.
245
2462003-09-04      Joel Sherrill <joel@OARcorp.com>
247
248        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
249        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
250        timer/timer.c: URL for license changed.
251
2522003-08-20      Joel Sherrill <joel@OARcorp.com>
253
254        * console/console.c: Correct copyright statements.
255
2562003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Reflect having moved aclocal/.
259
2602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Reflect having moved automake/.
263        * clock/Makefile.am: Reflect having moved automake/.
264        * console/Makefile.am: Reflect having moved automake/.
265        * include/Makefile.am: Reflect having moved automake/.
266        * spurious/Makefile.am: Reflect having moved automake/.
267        * start/Makefile.am: Reflect having moved automake/.
268        * startup/Makefile.am: Reflect having moved automake/.
269        * timer/Makefile.am: Reflect having moved automake/.
270        * wrapup/Makefile.am: Reflect having moved automake/.
271
2722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        PR 452/bsps
275        * startup/Makefile.am: Remove USE_INIT_FINI.
276
2772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
280
2812003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        PR 445/bsps
284        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
285        Remove cpp, old_cpp (now unused).
286
2872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Remove AC_CONFIG_AUX_DIR.
290
2912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
294
2952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: AC_PREREQ(2.57).
298
2992003-01-20      Duane Gustavus <duane@unt.edu>
300
301        * console/sci.c, include/mrm332.h, startup/linkcmds,
302        startup/linkcmds_ROM: Various updates to make this run properly
303        from ROM.
304
3052002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313
3142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * start/Makefile.am: Use install-data-local to install startfile.
317
3182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
321
3222002-11-04      Joel Sherrill <joel@OARcorp.com>
323
324        * console/sci.c, spurious/spinit.c: Removed warnings.
325
3262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * .cvsignore: Reformat.
329        Add autom4te*cache.
330        Remove autom4te.cache.
331
3322002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
335
3362002-08-21      Joel Sherrill <joel@OARcorp.com>
337
338        * wrapup/Makefile.am: PR217 required that the idle task be moved to
339        libcpu so it could be more acutely aware of the CPU model.  This
340        file was modified to pick up the idle task from there.
341
3422002-08-21      Joel Sherrill <joel@OARcorp.com>
343
344        * bsp_specs: Added support for -nostdlibs.
345
3462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
350        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
351        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
352        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
353        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
355
3562002-08-05      Joel Sherrill <joel@OARcorp.com>
357
358        * Per PR260 eliminate use of make-target-options.  This impacted
359        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
360        SuperCore and required that the m68k optimized memcpy be moved
361        to libcpu.
362        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
363
3642002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * start/Makefile.am: Eliminate PGM.
367        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
368
3692002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
372
3732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
376        Remove $(OBJS) from all-local.
377
3782002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
381
3822001-05-09      Joel Sherrill <joel@OARcorp.com>
383
384        * startup/linkcmds: In support of gcc 3.1, added one of more
385        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
386        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
387        and direction of segments to memory regions may also have been
388        addressed.  This was a sweep across all BSPs.
389 
3902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac:
393        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
394        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
395        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
404
4052002-02-28      Mike Panetta <ahuitzot@mindspring.com>
406
407        * console/sci.c, console/sci.h,
408        console/console.c: Added new SCI driver.
409        * start/start.c: Removed file.
410        * start/start.S: New file, the asm portion of the updated start code.
411        * start/configure.am: Added start.S, removed start.c
412        * 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.
413        * startup/configure.am: Added start_c.c to C_FILES.
414        * include/bsp.h: Added include <rtems/bspIo.h>
415
4162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
419
4202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
423        * configure.in: Remove.
424        * configure.ac: New file, generated from configure.in by autoupdate.
425
4262001-09-27      Joel Sherrill <joel@OARcorp.com>
427
428        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
429
4302001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
433
4342001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.in: Add bspopts.h.
437        * include/.cvsignore: Add bspopts.h*, stamp-h*.
438        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
439        * include/bsp.h: Include bspopts.h.
440
4412001-05-25      Joel Sherrill <joel@OARcorp.com>
442
443        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
444        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
445        wrapup/Makefile.am: Modified to include compile.am.
446        * startup/bspstart.c: Removed include of <libcsupport.h>
447
4482000-05-25      Matt Cross <profesor@gweep.net>
449
450        * New MRM332 BSP for the Mini RoboMind board based
451        on the 68332 microcontroller designed and build by Mark
452        Castelluccio.  For details on the MRM see http://www.robominds.com.
453        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
454        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
455        console/.cvsignore, console/Makefile.am, console/console.c,
456        include/.cvsignore, include/Makefile.am, include/bsp.h,
457        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
458        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
459        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
460        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
461        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
462        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
463        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
464
Note: See TracBrowser for help on using the repository browser.