source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ ee5769ad

4.104.114.84.95
Last change on this file since ee5769ad was 1469078f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/04 at 07:47:26

2004-10-19 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Remove RTEMS_ENABLE_BARE.
  • Property mode set to 100644
File size: 12.2 KB
Line 
12004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_ENABLE_BARE.
4
52004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * configure.ac: Require automake > 1.9.
8
92004-08-02      Jay Monkman <jtm@lopingdog.com>
10
11        * Makefile.am, configure.ac: Added CSB360 BSP
12        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
13        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
14        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
15        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
16        mcf5272/timer/timerisr.S: New files.
17
182004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
21
222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of <asm.h>.
25
262004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
29
302004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
33        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
34        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
35        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
36        fixed size types.
37
382004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
41
422004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Index: m68040/Makefile.am, mcf5206/Makefile.am, shared/Makefile.am:
45        Don't include lib.am.
46
472004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
50
512004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * ChangeLog: Merge-in mcf5206/ChangeLog.
54        * mcf5206/ChangeLog: Remove.
55
562004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
59        automake-compilation rules.
60        * m68040/fpsp/Makefile.am: Remove.
61        * shared/Makefile.am: Use automake compilation rules.
62        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
63        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
64        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
65        * mcf5206/Makefile.am: Convert to automake compilation rules.
66        * mcf5206/configure.ac: Remove.
67        * mcf5206/.cvsignore: Reflect changes above.
68
692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
72        PRE/TMPINSTALL_FILES to CLEANFILES.
73        * mcf5206/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
74        PRE/TMPINSTALL_FILES to CLEANFILES.
75
762003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
79
802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * shared/cache/Makefile.am: Remove.
83        * shared/misc/Makefile.am: Remove.
84        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate VPATH.
85        * configure.ac: Reflect changes above.
86        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from
87        PRE/TMPINSTALL_FILES.
88        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
89        * mcf5206/Makefile.am: Use mkdir_p. Remove dirs from
90        PRE/TMPINSTALL_FILES.
91        * mcf5206/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
92
932003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * mcf5206/configure.ac: Cosmetics.
96        * mcf5206/clock/Makefile.am: Remove.
97        * mcf5206/console/Makefile.am: Remove.
98        * mcf5206/include/Makefile.am: Remove.
99        * mcf5206/mbus/Makefile.am: Remove.
100        * mcf5206/timer/Makefile.am: Remove.
101        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
102        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
103        timer/Makefile.am.
104        * mcf5206/configure.ac: Reflect changes above.
105
1062003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * mcf5206/clock/Makefile.am: Cosmetics.
109        * mcf5206/mbus/Makefile.am: Cosmetics.
110        * mcf5206/timer/Makefile.am: Cosmetics.
111
1122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
115        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
116        * shared/misc/Makefile.am: Remove all-local: $(ARCH).
117        * mcf5206/console/Makefile.am: Remove all-local: $(ARCH).
118
1192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * m68040/Makefile.am: Reformat.
122        * m68040/fpsp/Makefile.am: Reformat.
123        * shared/Makefile.am: Reformat.
124        * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
125        * shared/misc/Makefile.am: Reformat.
126        * mcf5206/Makefile.am: Reformat.
127        * mcf5206/clock/Makefile.am: Reformat.
128        * mcf5206/console/Makefile.am: Reformat.
129        * mcf5206/include/Makefile.am: Reformat. Use dirstamps for
130        preinstallation.
131        * mcf5206/timer/Makefile.am: Reformat.
132
1332003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove RTEMS_CANONICAL_HOST.
136        * mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
137
1382003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Remove RTEMS_CHECK_CPU.
141        * mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
142
1432003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * shared/cache/cache.c (m68030): fix prototype mismatch of
146        _CPU_cache_flush_entire_data.
147
1482003-09-04      Joel Sherrill <joel@OARcorp.com>
149
150        * shared/misc/m68kidle.c: URL for license changed.
151        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
152        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
153        mcf5206/include/mcfuart.h, mcf5206/mbus/mcfmbus.c,
154        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: URL for license changed.
155
1562003-08-20      Joel Sherrill <joel@OARcorp.com>
157
158        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
159        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
160        statements.
161
1622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Reflect having moved aclocal/.
165        * mcf5206/Makefile.am: Reflect having moved aclocal/.
166
1672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Reflect having moved automake/.
170        * m68040/Makefile.am: Reflect having moved automake/.
171        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
172        * shared/Makefile.am: Reflect having moved automake/.
173        * shared/cache/Makefile.am: Reflect having moved automake/.
174        * shared/misc/Makefile.am: Reflect having moved automake/.
175        * mcf5206/Makefile.am: Reflect having moved automake/.
176        * mcf5206/clock/Makefile.am: Reflect having moved automake/.
177        * mcf5206/console/Makefile.am: Reflect having moved automake/.
178        * mcf5206/include/Makefile.am: Reflect having moved automake/.
179        * mcf5206/mbus/Makefile.am: Reflect having moved automake/.
180        * mcf5206/timer/Makefile.am: Reflect having moved automake/.
181
1822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
185        * mcf5206/configure.ac: Use rtems-bugs@rtems.com as bug report email
186        address.
187
1882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove AC_CONFIG_AUX_DIR.
191        * mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
192
1932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
196        * configure.ac: AC_PREREQ(2.57).
197        * mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
198        * mcf5206/configure.ac: AC_PREREQ(2.57).
199
2002003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
203        @RTEMS_BSP@.cfg.
204        * mcf5206/console/Makefile.am: Likewise.
205        * mcf5206/mbus/Makefile.am: Likewise.
206        * mcf5206/timer/Makefile.am: Likewise.
207
2082003-01-03      Victor V. Vengerov <vvv@oktet.ru>
209
210        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on line
211        232 to after the state has been set.
212
2132002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
216        * mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
217
2182002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Add RTEMS_PROG_CCAS.
221        * mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
222
2232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
226        * mcf5206/.cvsignore: Reformat. Add autom4te*cache. Remove
227        autom4te.cache.
228
2292002-08-21      Joel Sherrill <joel@OARcorp.com>
230
231        * configure.ac, shared/misc/Makefile.am: PR217 required that the idle
232        task be moved to libcpu so it could be more acutely aware of the CPU
233        model.  This file was modified to pick up the idle task from there.
234        * shared/misc/m68kidle.c: New file.
235
2362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
245
2462002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Replace mcpu32 by mcpu32p conditional.
249        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
250
2512002-08-06      Joel Sherrill <joel@OARcorp.com>
252
253        * configure.ac: Be more specific about looking at CPU32 and CPU32+ CPU
254        model names so we can turn on the best compile of memcpy.c.
255
2562002-08-05      Joel Sherrill <joel@OARcorp.com>
257
258        * Per PR260 eliminate use of make-target-options.  This impacted RTEMS
259        allowing a distinction between the CPU32 and CPU32+ in the SuperCore and
260        required that the m68k optimized memcpy be moved to libcpu.
261        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
262        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
263        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
264
2652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
268        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
269        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * mcf5206/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
275        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
276        * mcf5206/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * mcf5206/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * mcf5206/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * mcf5206/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * mcf5206/mbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * mcf5206/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
282
2832002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
286        *_O_FILES.
287        * shared/cache/Makefile.am: Ditto.
288        * shared/misc/Makefile.am: Ditto.
289
2902001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5
293        happy.
294
2952001-10-29      Joel Sherrill <joel@OARcorp.com>
296
297        * mcf5206/.cvsignore: Add more entries.
298
2992001-10-26      Victor V. Vengerov <vvv@oktet.ru>
300
301        * New libcpu support for mcf5206e.
302        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c, mcf5206/clock/.cvsignore,
303        mcf5206/configure.ac, mcf5206/console/mcfuart.c,
304        mcf5206/console/.cvsignore, mcf5206/include/mcf5206e.h,
305        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
306        mcf5206/include/.cvsignore, mcf5206/mbus/mcfmbus.c,
307        mcf5206/mbus/.cvsignore, mcf5206/timer/timer.c,
308        mcf5206/timer/timerisr.S, mcf5206/timer/.cvsignore, mcf5206/.cvsignore:
309        New files.
310
3112001-10-26      Joel Sherrill <joel@OARcorp.com>
312
313        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
314
3152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
318        * configure.in: Remove.
319        * configure.ac: New file, generated from configure.in by autoupdate.
320
3212001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
324        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
325
3262001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
329        include_*HEADERS instead of H_FILES.
330
3312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
334
3352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
338
3392000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
342        canonicalization.
343
3442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include compile.am.
347
3482000-08-10      Joel Sherrill <joel@OARcorp.com>
349
350        * ChangeLog: New file.
351
Note: See TracBrowser for help on using the repository browser.