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

4.104.114.84.95
Last change on this file since 4cb9d26 was 4cb9d26, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/04 at 08:01:14

2004-02-06 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Pickup files from ../../m68k/shared instead of ../shared. Reformat.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Pickup files from ../../m68k/shared instead of
4        ../shared. Reformat.
5
62004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
9
102004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Don't include subdirs.am.
13
142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Fix typo.
17
182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
21        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
22        wrapup/Makefile.am.
23        Use automake compilation rules.
24        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
25        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
26        Remove.
27        * configure.ac: Reflect changes above.
28
292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Add PREINSTALL_DIRS.
32        * wrapup/Makefile.am: Reflect changes to libcpu.
33
342004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Reflect changes to libcpu.
37
382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
41        Add PRE/TMPINSTALL_FILES to CLEANFILES.
42        * startup/Makefile.am: Ditto.
43
442004-01-07      Joel Sherrill <joel@OARcorp.com>
45
46        * times, console/sci.c: Remove efi68k and efi332 references as they are
47        no longer in the tree.
48
492004-01-07      Joel Sherrill <joel@OARcorp.com>
50
51        * timer/timer.c: Remove efi68k and efi332 references as they are no
52        longer in the tree.
53
542004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * start/Makefile.am: Remove.
57        * Makefile.am: Merge-in start/Makefile.am.
58        * configure.ac: Reflect changes above.
59
602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Eliminate $(LIB).
63        Use noinst_DATA to trigger building libbsp.a.
64
652003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
68        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
69
702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
74
752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
78
792003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: Misc cleanups and fixes.
82        * startup/Makefile.am: Misc cleanups and fixes.
83        * wrapup/Makefile.am: Misc cleanups and fixes.
84
852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add preinstallation dirstamp support.
88        * clock/Makefile.am: Cosmetics.
89        * console/Makefile.am: Cosmetics.
90        * spurious/Makefile.am: Cosmetics.
91        * startup/Makefile.am: Cosmetics.
92        * timer/Makefile.am: Cosmetics.
93        * wrapup/Makefile.am: Cosmetics.
94
952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * clock/Makefile.am: Remove all-local: $(ARCH).
98        * console/Makefile.am: Remove all-local: $(ARCH).
99        * spurious/Makefile.am: Remove all-local: $(ARCH).
100        * start/Makefile.am: Remove all-local: $(ARCH).
101        * startup/Makefile.am: Remove all-local: $(ARCH).
102        * timer/Makefile.am: Remove all-local: $(ARCH).
103        * wrapup/Makefile.am: Remove all-local: $(ARCH).
104
1052003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Merge-in include/Makefile.am.
108        Reflect changes to bsp.am.
109        * include/Makefile.am: Remove.
110        * configure.ac: Reflect changes above.
111
1122003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * bsp_specs: Remove *lib:.
115
1162003-09-15      Joel Sherrill <joel@OARcorp.com>
117
118        PR 483/bsps
119        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
120        cannot be installed until RTEMS has initialized the vector table.
121
1222003-09-04      Joel Sherrill <joel@OARcorp.com>
123
124        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
125        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
126        timer/timer.c: URL for license changed.
127
1282003-08-20      Joel Sherrill <joel@OARcorp.com>
129
130        * console/console.c: Correct copyright statements.
131
1322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect having moved aclocal/.
135
1362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect having moved automake/.
139        * clock/Makefile.am: Reflect having moved automake/.
140        * console/Makefile.am: Reflect having moved automake/.
141        * include/Makefile.am: Reflect having moved automake/.
142        * spurious/Makefile.am: Reflect having moved automake/.
143        * start/Makefile.am: Reflect having moved automake/.
144        * startup/Makefile.am: Reflect having moved automake/.
145        * timer/Makefile.am: Reflect having moved automake/.
146        * wrapup/Makefile.am: Reflect having moved automake/.
147
1482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        PR 452/bsps
151        * startup/Makefile.am: Remove USE_INIT_FINI.
152
1532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
156
1572003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        PR 445/bsps
160        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
161        Remove cpp, old_cpp (now unused).
162
1632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove AC_CONFIG_AUX_DIR.
166
1672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
170
1712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: AC_PREREQ(2.57).
174
1752003-01-20      Duane Gustavus <duane@unt.edu>
176
177        * console/sci.c, include/mrm332.h, startup/linkcmds,
178        startup/linkcmds_ROM: Various updates to make this run properly
179        from ROM.
180
1812002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189
1902002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * start/Makefile.am: Use install-data-local to install startfile.
193
1942002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197
1982002-11-04      Joel Sherrill <joel@OARcorp.com>
199
200        * console/sci.c, spurious/spinit.c: Removed warnings.
201
2022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Reformat.
205        Add autom4te*cache.
206        Remove autom4te.cache.
207
2082002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
211
2122002-08-21      Joel Sherrill <joel@OARcorp.com>
213
214        * wrapup/Makefile.am: PR217 required that the idle task be moved to
215        libcpu so it could be more acutely aware of the CPU model.  This
216        file was modified to pick up the idle task from there.
217
2182002-08-21      Joel Sherrill <joel@OARcorp.com>
219
220        * bsp_specs: Added support for -nostdlibs.
221
2222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
231
2322002-08-05      Joel Sherrill <joel@OARcorp.com>
233
234        * Per PR260 eliminate use of make-target-options.  This impacted
235        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
236        SuperCore and required that the m68k optimized memcpy be moved
237        to libcpu.
238        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
239
2402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * start/Makefile.am: Eliminate PGM.
243        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
244
2452002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
248
2492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
252        Remove $(OBJS) from all-local.
253
2542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
257
2582001-05-09      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/linkcmds: In support of gcc 3.1, added one of more
261        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
262        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
263        and direction of segments to memory regions may also have been
264        addressed.  This was a sweep across all BSPs.
265 
2662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac:
269        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
270        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
271        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
280
2812002-02-28      Mike Panetta <ahuitzot@mindspring.com>
282
283        * console/sci.c, console/sci.h,
284        console/console.c: Added new SCI driver.
285        * start/start.c: Removed file.
286        * start/start.S: New file, the asm portion of the updated start code.
287        * start/configure.am: Added start.S, removed start.c
288        * 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.
289        * startup/configure.am: Added start_c.c to C_FILES.
290        * include/bsp.h: Added include <rtems/bspIo.h>
291
2922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
295
2962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
299        * configure.in: Remove.
300        * configure.ac: New file, generated from configure.in by autoupdate.
301
3022001-09-27      Joel Sherrill <joel@OARcorp.com>
303
304        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
305
3062001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
309
3102001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.in: Add bspopts.h.
313        * include/.cvsignore: Add bspopts.h*, stamp-h*.
314        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
315        * include/bsp.h: Include bspopts.h.
316
3172001-05-25      Joel Sherrill <joel@OARcorp.com>
318
319        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
320        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
321        wrapup/Makefile.am: Modified to include compile.am.
322        * startup/bspstart.c: Removed include of <libcsupport.h>
323
3242000-05-25      Matt Cross <profesor@gweep.net>
325
326        * New MRM332 BSP for the Mini RoboMind board based
327        on the 68332 microcontroller designed and build by Mark
328        Castelluccio.  For details on the MRM see http://www.robominds.com.
329        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
330        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
331        console/.cvsignore, console/Makefile.am, console/console.c,
332        include/.cvsignore, include/Makefile.am, include/bsp.h,
333        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
334        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
335        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
336        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
337        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
338        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
339        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
340
Note: See TracBrowser for help on using the repository browser.