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

4.104.114.84.95
Last change on this file since 34c4852 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 13.7 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
8
92005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * console/sci.c: Remove CVS Log.
12
132005-01-04      Joel Sherrill <joel@OARcorp.com>
14
15        * console/sci.c: Remove warnings.
16
172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Remove build-variant support.
20
212004-11-25      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
24        and .gnu.linkonce.b*.
25
262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * configure.ac: Require automake > 1.9.
29
302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        PR 610/bsps
33        * Makefile.am: Add include/tm27.h, Cosmetics.
34        * include/tm27.h: Final cosmetics.
35
362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * include/bsp.h: Split out tmtest27 support.
39        * include/tm27.h: New.
40
412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 613/bsps
44        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
45
462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        PR 614/bsps
49        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
50
512004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
52
53        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
54        c/src/lib/libbsp/m68k/mrm332/start/start.S,
55        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
56        <rtems/m68k/sim.h> instead of <sim.h>.
57        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
58        <rtems/m68k/qsm.h> instead of <qsm.h>.
59
602004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
63
642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
67        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
68        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
69
702004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
73        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
74        c99 fixed size types.
75
762004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect changes to bsp.am.
79        Preinstall dist_project_lib*.
80
812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Reflect changes to bsp.am.
84
852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
88
892004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Pickup files from ../../m68k/shared instead of
92        ../shared. Reformat.
93
942004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
97
982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Don't include subdirs.am.
101
1022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Fix typo.
105
1062004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
109        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
110        wrapup/Makefile.am.
111        Use automake compilation rules.
112        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
113        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
114        Remove.
115        * configure.ac: Reflect changes above.
116
1172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add PREINSTALL_DIRS.
120        * wrapup/Makefile.am: Reflect changes to libcpu.
121
1222004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Reflect changes to libcpu.
125
1262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
129        Add PRE/TMPINSTALL_FILES to CLEANFILES.
130        * startup/Makefile.am: Ditto.
131
1322004-01-07      Joel Sherrill <joel@OARcorp.com>
133
134        * times, console/sci.c: Remove efi68k and efi332 references as they are
135        no longer in the tree.
136
1372004-01-07      Joel Sherrill <joel@OARcorp.com>
138
139        * timer/timer.c: Remove efi68k and efi332 references as they are no
140        longer in the tree.
141
1422004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/Makefile.am: Remove.
145        * Makefile.am: Merge-in start/Makefile.am.
146        * configure.ac: Reflect changes above.
147
1482004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Eliminate $(LIB).
151        Use noinst_DATA to trigger building libbsp.a.
152
1532003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
156        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
157
1582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
161        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
162
1632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
166
1672003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * start/Makefile.am: Misc cleanups and fixes.
170        * startup/Makefile.am: Misc cleanups and fixes.
171        * wrapup/Makefile.am: Misc cleanups and fixes.
172
1732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Add preinstallation dirstamp support.
176        * clock/Makefile.am: Cosmetics.
177        * console/Makefile.am: Cosmetics.
178        * spurious/Makefile.am: Cosmetics.
179        * startup/Makefile.am: Cosmetics.
180        * timer/Makefile.am: Cosmetics.
181        * wrapup/Makefile.am: Cosmetics.
182
1832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * clock/Makefile.am: Remove all-local: $(ARCH).
186        * console/Makefile.am: Remove all-local: $(ARCH).
187        * spurious/Makefile.am: Remove all-local: $(ARCH).
188        * start/Makefile.am: Remove all-local: $(ARCH).
189        * startup/Makefile.am: Remove all-local: $(ARCH).
190        * timer/Makefile.am: Remove all-local: $(ARCH).
191        * wrapup/Makefile.am: Remove all-local: $(ARCH).
192
1932003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Merge-in include/Makefile.am.
196        Reflect changes to bsp.am.
197        * include/Makefile.am: Remove.
198        * configure.ac: Reflect changes above.
199
2002003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * bsp_specs: Remove *lib:.
203
2042003-09-15      Joel Sherrill <joel@OARcorp.com>
205
206        PR 483/bsps
207        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
208        cannot be installed until RTEMS has initialized the vector table.
209
2102003-09-04      Joel Sherrill <joel@OARcorp.com>
211
212        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
213        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
214        timer/timer.c: URL for license changed.
215
2162003-08-20      Joel Sherrill <joel@OARcorp.com>
217
218        * console/console.c: Correct copyright statements.
219
2202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Reflect having moved aclocal/.
223
2242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Reflect having moved automake/.
227        * clock/Makefile.am: Reflect having moved automake/.
228        * console/Makefile.am: Reflect having moved automake/.
229        * include/Makefile.am: Reflect having moved automake/.
230        * spurious/Makefile.am: Reflect having moved automake/.
231        * start/Makefile.am: Reflect having moved automake/.
232        * startup/Makefile.am: Reflect having moved automake/.
233        * timer/Makefile.am: Reflect having moved automake/.
234        * wrapup/Makefile.am: Reflect having moved automake/.
235
2362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        PR 452/bsps
239        * startup/Makefile.am: Remove USE_INIT_FINI.
240
2412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
244
2452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        PR 445/bsps
248        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
249        Remove cpp, old_cpp (now unused).
250
2512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Remove AC_CONFIG_AUX_DIR.
254
2552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
258
2592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: AC_PREREQ(2.57).
262
2632003-01-20      Duane Gustavus <duane@unt.edu>
264
265        * console/sci.c, include/mrm332.h, startup/linkcmds,
266        startup/linkcmds_ROM: Various updates to make this run properly
267        from ROM.
268
2692002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277
2782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Use install-data-local to install startfile.
281
2822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285
2862002-11-04      Joel Sherrill <joel@OARcorp.com>
287
288        * console/sci.c, spurious/spinit.c: Removed warnings.
289
2902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * .cvsignore: Reformat.
293        Add autom4te*cache.
294        Remove autom4te.cache.
295
2962002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
299
3002002-08-21      Joel Sherrill <joel@OARcorp.com>
301
302        * wrapup/Makefile.am: PR217 required that the idle task be moved to
303        libcpu so it could be more acutely aware of the CPU model.  This
304        file was modified to pick up the idle task from there.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Added support for -nostdlibs.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
319
3202002-08-05      Joel Sherrill <joel@OARcorp.com>
321
322        * Per PR260 eliminate use of make-target-options.  This impacted
323        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
324        SuperCore and required that the m68k optimized memcpy be moved
325        to libcpu.
326        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
327
3282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: Eliminate PGM.
331        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
332
3332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
336
3372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
340        Remove $(OBJS) from all-local.
341
3422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
345
3462001-05-09      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds: In support of gcc 3.1, added one of more
349        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
350        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
351        and direction of segments to memory regions may also have been
352        addressed.  This was a sweep across all BSPs.
353 
3542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac:
357        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
358        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
359        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368
3692002-02-28      Mike Panetta <ahuitzot@mindspring.com>
370
371        * console/sci.c, console/sci.h,
372        console/console.c: Added new SCI driver.
373        * start/start.c: Removed file.
374        * start/start.S: New file, the asm portion of the updated start code.
375        * start/configure.am: Added start.S, removed start.c
376        * 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.
377        * startup/configure.am: Added start_c.c to C_FILES.
378        * include/bsp.h: Added include <rtems/bspIo.h>
379
3802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
383
3842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
387        * configure.in: Remove.
388        * configure.ac: New file, generated from configure.in by autoupdate.
389
3902001-09-27      Joel Sherrill <joel@OARcorp.com>
391
392        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
393
3942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
397
3982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.in: Add bspopts.h.
401        * include/.cvsignore: Add bspopts.h*, stamp-h*.
402        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
403        * include/bsp.h: Include bspopts.h.
404
4052001-05-25      Joel Sherrill <joel@OARcorp.com>
406
407        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
408        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
409        wrapup/Makefile.am: Modified to include compile.am.
410        * startup/bspstart.c: Removed include of <libcsupport.h>
411
4122000-05-25      Matt Cross <profesor@gweep.net>
413
414        * New MRM332 BSP for the Mini RoboMind board based
415        on the 68332 microcontroller designed and build by Mark
416        Castelluccio.  For details on the MRM see http://www.robominds.com.
417        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
418        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
419        console/.cvsignore, console/Makefile.am, console/console.c,
420        include/.cvsignore, include/Makefile.am, include/bsp.h,
421        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
422        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
423        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
424        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
425        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
426        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
427        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
428
Note: See TracBrowser for help on using the repository browser.