source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 2546d29

4.104.114.84.95
Last change on this file since 2546d29 was 2546d29, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:23:09

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am, shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
4        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
5
62005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
9        shared/Makefile.am: Remove build-variant support.
10
112005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * ChangeLog: Merge-in mcf5272/ChangeLog.
14        * mcf5272/ChangeLog: Remove.
15
162004-11-25      Joel Sherrill <joel@OARcorp.com>
17
18        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
19
202004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * shared/cache/cache.c, shared/cache/cache_.h: Use
23        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
24        defined(__mc68020__) to reflect GCC-3.4's expectations.
25
262004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
29        mcf5272/timer/timer.c: Use POSIX fixed-size types.
30
312004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * configure.ac: Remove RTEMS_ENABLE_BARE.
34
352004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * configure.ac: Require automake > 1.9.
38
392004-08-02      Jay Monkman <jtm@lopingdog.com>
40
41        * Makefile.am, configure.ac: Added CSB360 BSP
42        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
43        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
44        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
45        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
46        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
47        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
48        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
49        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
50        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
51
522004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
55        <asm.h>.
56
572004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
60        <asm.h>.
61
622004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
65
662004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
69        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
70        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
71        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
72        fixed size types.
73
742004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
77
782004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
81        shared/Makefile.am: Don't include lib.am.
82
832004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
86
872004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * ChangeLog: Merge-in mcf5206/ChangeLog.
90        * mcf5206/ChangeLog: Remove.
91
922004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
95        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
96        * shared/Makefile.am: Use automake compilation rules.
97        * mcf5206/.cvsignore: Reflect changes above.
98        * mcf5206/Makefile.am: Convert to automake compilation rules.
99        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
100        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
101        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
102        automake-compilation rules.
103
1042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
107        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
108
1092003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
116        VPATH.
117        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
118        dirs from PRE/TMPINSTALL_FILES.
119        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
120        autoconf >= 2.59.
121        * configure.ac: Reflect changes above.
122        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
123
1242003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * mcf5206/configure.ac: Cosmetics.
127        * mcf5206/configure.ac: Reflect changes above.
128        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
129        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
130        mcf5206/timer/Makefile.am: Remove.
131        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
132        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
133        timer/Makefile.am.
134
1352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
138        mcf5206/timer/Makefile.am: Cosmetics.
139
1402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * m68040/fpsp/Makefile.am: Remove all-local,
143        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
144        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
145        $(ARCH).
146
1472003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
150        shared/misc/Makefile.am, mcf5206/Makefile.am,
151        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
152        mcf5206/timer/Makefile.am: Reformat.
153        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
154        Use dirstamps for preinstallation.
155
1562003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
159
1602003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
163
1642003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * shared/cache/cache.c (m68030): fix prototype mismatch of
167        _CPU_cache_flush_entire_data.
168
1692003-09-04      Joel Sherrill <joel@OARcorp.com>
170
171        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
172        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
173        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
174        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
175        mcf5206/timer/timerisr.S: URL for license changed.
176
1772003-08-20      Joel Sherrill <joel@OARcorp.com>
178
179        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
180        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
181        statements.
182
1832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
186
1872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
190        shared/Makefile.am, shared/cache/Makefile.am,
191        shared/misc/Makefile.am, mcf5206/Makefile.am,
192        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
193        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
194        mcf5206/timer/Makefile.am: Reflect having moved automake/.
195
1962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
199        bug report email address.
200
2012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
208        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
209
2102003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
213        @RTEMS_BSP@.cfg.
214        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
215        mcf5206/timer/Makefile.am: Likewise.
216
2172003-01-03      Victor V. Vengerov <vvv@oktet.ru>
218
219        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
220        line 232 to after the state has been set.
221
2222002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
225
2262002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
229
2302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
233        Remove autom4te.cache.
234
2352002-08-21      Joel Sherrill <joel@OARcorp.com>
236
237        * shared/misc/m68kidle.c: New file.
238        * configure.ac, shared/misc/Makefile.am: PR217 required that the
239        idle task be moved to libcpu so it could be more acutely aware of
240        the CPU model.  This file was modified to pick up the idle task from
241        there.
242
2432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
246        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
247        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
248        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
249
2502002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
253        * configure.ac: Replace mcpu32 by mcpu32p conditional.
254
2552002-08-06      Joel Sherrill <joel@OARcorp.com>
256
257        * configure.ac: Be more specific about looking at CPU32 and CPU32+
258        CPU model names so we can turn on the best compile of memcpy.c.
259
2602002-08-05      Joel Sherrill <joel@OARcorp.com>
261
262        * Per PR260 eliminate use of make-target-options.  This impacted
263        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
264        SuperCore and required that the m68k optimized memcpy be moved to
265        libcpu.
266        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
267        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
268        * configure.ac, shared/Makefile.am: Modified to reflect new
269        directory.
270
2712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
274        shared/cache/Makefile.am, shared/Makefile.am,
275        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
276        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
277        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
278        AUTOMAKE_OPTIONS.
279        * configure.ac, mcf5206/configure.ac:
280        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
281        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
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, shared/misc/Makefile.am: Ditto.
288
2892001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
292        automake-1.5 happy.
293
2942001-10-29      Joel Sherrill <joel@OARcorp.com>
295
296        * mcf5206/.cvsignore: Add more entries.
297
2982001-10-26      Victor V. Vengerov <vvv@oktet.ru>
299
300        * New libcpu support for mcf5206e.
301        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
302        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
303        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
304        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
305        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
306        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
307        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
308        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
309
3102001-10-26      Joel Sherrill <joel@OARcorp.com>
311
312        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
313
3142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
317        * configure.ac: New file, generated from configure.in by autoupdate.
318        * configure.in: Remove.
319
3202001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
323        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
324
3252001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
328        include_*HEADERS instead of H_FILES.
329
3302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
333
3342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
337        $(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
342        GNU canonicalization.
343
3442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
347        compile.am.
348
3492000-08-10      Joel Sherrill <joel@OARcorp.com>
350
351        * ChangeLog: New file.
352
Note: See TracBrowser for help on using the repository browser.