source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 0ee9cc1

4.104.114.84.95
Last change on this file since 0ee9cc1 was 0ee9cc1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/04 at 04:42:34

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

  • shared/cache/cache.c, shared/cache/cache_.h: Use (defined(mc68020) && !defined(mcpu32)) instead of defined(mc68020) to reflect GCC-3.4's expectations.
  • Property mode set to 100644
File size: 12.5 KB
Line 
12004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * shared/cache/cache.c, shared/cache/cache_.h:
4        Use (defined(__mc68020__) && !defined(__mcpu32__))
5        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
6
72004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * configure.ac: Remove RTEMS_ENABLE_BARE.
10
112004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * configure.ac: Require automake > 1.9.
14
152004-08-02      Jay Monkman <jtm@lopingdog.com>
16
17        * Makefile.am, configure.ac: Added CSB360 BSP
18        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
19        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
20        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
21        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
22        mcf5272/timer/timerisr.S: New files.
23
242004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
27
282004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of <asm.h>.
31
322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
35
362004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
39        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
40        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
41        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
42        fixed size types.
43
442004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
47
482004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Index: m68040/Makefile.am, mcf5206/Makefile.am, shared/Makefile.am:
51        Don't include lib.am.
52
532004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
56
572004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * ChangeLog: Merge-in mcf5206/ChangeLog.
60        * mcf5206/ChangeLog: Remove.
61
622004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
65        automake-compilation rules.
66        * m68040/fpsp/Makefile.am: Remove.
67        * shared/Makefile.am: Use automake compilation rules.
68        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
69        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
70        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
71        * mcf5206/Makefile.am: Convert to automake compilation rules.
72        * mcf5206/configure.ac: Remove.
73        * mcf5206/.cvsignore: Reflect changes above.
74
752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
78        PRE/TMPINSTALL_FILES to CLEANFILES.
79        * mcf5206/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
80        PRE/TMPINSTALL_FILES to CLEANFILES.
81
822003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
85
862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * shared/cache/Makefile.am: Remove.
89        * shared/misc/Makefile.am: Remove.
90        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate VPATH.
91        * configure.ac: Reflect changes above.
92        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from
93        PRE/TMPINSTALL_FILES.
94        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
95        * mcf5206/Makefile.am: Use mkdir_p. Remove dirs from
96        PRE/TMPINSTALL_FILES.
97        * mcf5206/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
98
992003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * mcf5206/configure.ac: Cosmetics.
102        * mcf5206/clock/Makefile.am: Remove.
103        * mcf5206/console/Makefile.am: Remove.
104        * mcf5206/include/Makefile.am: Remove.
105        * mcf5206/mbus/Makefile.am: Remove.
106        * mcf5206/timer/Makefile.am: Remove.
107        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
108        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
109        timer/Makefile.am.
110        * mcf5206/configure.ac: Reflect changes above.
111
1122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * mcf5206/clock/Makefile.am: Cosmetics.
115        * mcf5206/mbus/Makefile.am: Cosmetics.
116        * mcf5206/timer/Makefile.am: Cosmetics.
117
1182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
121        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
122        * shared/misc/Makefile.am: Remove all-local: $(ARCH).
123        * mcf5206/console/Makefile.am: Remove all-local: $(ARCH).
124
1252003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * m68040/Makefile.am: Reformat.
128        * m68040/fpsp/Makefile.am: Reformat.
129        * shared/Makefile.am: Reformat.
130        * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
131        * shared/misc/Makefile.am: Reformat.
132        * mcf5206/Makefile.am: Reformat.
133        * mcf5206/clock/Makefile.am: Reformat.
134        * mcf5206/console/Makefile.am: Reformat.
135        * mcf5206/include/Makefile.am: Reformat. Use dirstamps for
136        preinstallation.
137        * mcf5206/timer/Makefile.am: Reformat.
138
1392003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Remove RTEMS_CANONICAL_HOST.
142        * mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
143
1442003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove RTEMS_CHECK_CPU.
147        * mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
148
1492003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * shared/cache/cache.c (m68030): fix prototype mismatch of
152        _CPU_cache_flush_entire_data.
153
1542003-09-04      Joel Sherrill <joel@OARcorp.com>
155
156        * shared/misc/m68kidle.c: URL for license changed.
157        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
158        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
159        mcf5206/include/mcfuart.h, mcf5206/mbus/mcfmbus.c,
160        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: URL for license changed.
161
1622003-08-20      Joel Sherrill <joel@OARcorp.com>
163
164        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
165        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
166        statements.
167
1682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved aclocal/.
171        * mcf5206/Makefile.am: Reflect having moved aclocal/.
172
1732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect having moved automake/.
176        * m68040/Makefile.am: Reflect having moved automake/.
177        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
178        * shared/Makefile.am: Reflect having moved automake/.
179        * shared/cache/Makefile.am: Reflect having moved automake/.
180        * shared/misc/Makefile.am: Reflect having moved automake/.
181        * mcf5206/Makefile.am: Reflect having moved automake/.
182        * mcf5206/clock/Makefile.am: Reflect having moved automake/.
183        * mcf5206/console/Makefile.am: Reflect having moved automake/.
184        * mcf5206/include/Makefile.am: Reflect having moved automake/.
185        * mcf5206/mbus/Makefile.am: Reflect having moved automake/.
186        * mcf5206/timer/Makefile.am: Reflect having moved automake/.
187
1882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
191        * mcf5206/configure.ac: Use rtems-bugs@rtems.com as bug report email
192        address.
193
1942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove AC_CONFIG_AUX_DIR.
197        * mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
198
1992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
202        * configure.ac: AC_PREREQ(2.57).
203        * mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
204        * mcf5206/configure.ac: AC_PREREQ(2.57).
205
2062003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
209        @RTEMS_BSP@.cfg.
210        * mcf5206/console/Makefile.am: Likewise.
211        * mcf5206/mbus/Makefile.am: Likewise.
212        * mcf5206/timer/Makefile.am: Likewise.
213
2142003-01-03      Victor V. Vengerov <vvv@oktet.ru>
215
216        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on line
217        232 to after the state has been set.
218
2192002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
222        * mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
223
2242002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Add RTEMS_PROG_CCAS.
227        * mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
228
2292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
232        * mcf5206/.cvsignore: Reformat. Add autom4te*cache. Remove
233        autom4te.cache.
234
2352002-08-21      Joel Sherrill <joel@OARcorp.com>
236
237        * configure.ac, shared/misc/Makefile.am: PR217 required that the idle
238        task be moved to libcpu so it could be more acutely aware of the CPU
239        model.  This file was modified to pick up the idle task from there.
240        * shared/misc/m68kidle.c: New file.
241
2422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
251
2522002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Replace mcpu32 by mcpu32p conditional.
255        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
256
2572002-08-06      Joel Sherrill <joel@OARcorp.com>
258
259        * configure.ac: Be more specific about looking at CPU32 and CPU32+ CPU
260        model names so we can turn on the best compile of memcpy.c.
261
2622002-08-05      Joel Sherrill <joel@OARcorp.com>
263
264        * Per PR260 eliminate use of make-target-options.  This impacted RTEMS
265        allowing a distinction between the CPU32 and CPU32+ in the SuperCore and
266        required that the m68k optimized memcpy be moved to libcpu.
267        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
268        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
269        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
270
2712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
274        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
275        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * mcf5206/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
281        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
282        * mcf5206/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * mcf5206/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * mcf5206/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * mcf5206/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * mcf5206/mbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * mcf5206/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
288
2892002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
292        *_O_FILES.
293        * shared/cache/Makefile.am: Ditto.
294        * shared/misc/Makefile.am: Ditto.
295
2962001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5
299        happy.
300
3012001-10-29      Joel Sherrill <joel@OARcorp.com>
302
303        * mcf5206/.cvsignore: Add more entries.
304
3052001-10-26      Victor V. Vengerov <vvv@oktet.ru>
306
307        * New libcpu support for mcf5206e.
308        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c, mcf5206/clock/.cvsignore,
309        mcf5206/configure.ac, mcf5206/console/mcfuart.c,
310        mcf5206/console/.cvsignore, mcf5206/include/mcf5206e.h,
311        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
312        mcf5206/include/.cvsignore, mcf5206/mbus/mcfmbus.c,
313        mcf5206/mbus/.cvsignore, mcf5206/timer/timer.c,
314        mcf5206/timer/timerisr.S, mcf5206/timer/.cvsignore, mcf5206/.cvsignore:
315        New files.
316
3172001-10-26      Joel Sherrill <joel@OARcorp.com>
318
319        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
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      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
330        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
331
3322001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
335        include_*HEADERS instead of H_FILES.
336
3372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
340
3412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
344
3452000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
348        canonicalization.
349
3502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include compile.am.
353
3542000-08-10      Joel Sherrill <joel@OARcorp.com>
355
356        * ChangeLog: New file.
357
Note: See TracBrowser for help on using the repository browser.