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

4.104.114.84.95
Last change on this file since d84b262 was d84b262, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/11/05 at 08:48:51

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

  • Makefile.am: Merge-in mcf5272/Makefile.am.
  • preinstall.am: Regenerate.
  • mcf5272/Makefile.am: Remove.
  • configure.ac: Remove mcf5272/Makefile.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Merge-in mcf5272/Makefile.am.
4        * preinstall.am: Regenerate.
5        * mcf5272/Makefile.am: Remove.
6        * configure.ac: Remove mcf5272/Makefile.
7
82005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
9
10        * Makefile.am: Merge-in mcf5206/Makefile.am.
11        * preinstall.am: Regenerate.
12        * mcf5206/Makefile.am: Remove.
13        * configure.ac: Remove mcf5206/Makefile.
14
152005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Merge-in m68040/Makefile.am.
18        * m68040/Makefile.am: Remove.
19        * configure.ac: Remove m68040/Makefile.
20
212005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Merge-in shared/Makefile.am.
24        * preinstall.am: New.
25        * shared/Makefile.am: Remove.
26        * configure.ac: Remove shared/Makefile.
27        Add AMPOLISH3.
28
292005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * mcf5282/include/Makefile.am: Remove (unused).
32
332005-04-26      Joel Sherrill <joel@OARcorp.com>
34
35        * mcf5206/include/mcfuart.h: Reformatted.
36
372005-02153      Eric Norum <norume@aps.anl.gov>
38
39        * shared/cache/cache_.h: Remove development warning.
40
412005-02-03      Eric Norum <norume@aps.anl.gov>
42
43        * shared/misc/memProbe.c: Memory probe support
44
452005-02-01      Joel Sherrill <joel@OARcorp.com>
46
47        * mcf5282/.cvsignore: New file.
48
492005-01-28      Eric Norum <norume@aps.anl.gov>
50
51        * shared/cache/cache_.h: Add ColdFire entries
52
532005-01-28      Eric Norum <norume@aps.anl.gov>
54
55        * Makefile.am, configure.ac, mcf5282/Makefile.am,
56          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
57
582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
61        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
62
632005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
66        shared/Makefile.am: Remove build-variant support.
67
682005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * ChangeLog: Merge-in mcf5272/ChangeLog.
71        * mcf5272/ChangeLog: Remove.
72
732004-11-25      Joel Sherrill <joel@OARcorp.com>
74
75        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
76
772004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * shared/cache/cache.c, shared/cache/cache_.h: Use
80        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
81        defined(__mc68020__) to reflect GCC-3.4's expectations.
82
832004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
86        mcf5272/timer/timer.c: Use POSIX fixed-size types.
87
882004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * configure.ac: Remove RTEMS_ENABLE_BARE.
91
922004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * configure.ac: Require automake > 1.9.
95
962004-08-02      Jay Monkman <jtm@lopingdog.com>
97
98        * Makefile.am, configure.ac: Added CSB360 BSP
99        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
100        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
101        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
102        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
103        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
104        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
105        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
106        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
107        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
108
1092004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
112        <asm.h>.
113
1142004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
117        <asm.h>.
118
1192004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
122
1232004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
126        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
127        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
128        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
129        fixed size types.
130
1312004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
134
1352004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
138        shared/Makefile.am: Don't include lib.am.
139
1402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
143
1442004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * ChangeLog: Merge-in mcf5206/ChangeLog.
147        * mcf5206/ChangeLog: Remove.
148
1492004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
152        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
153        * shared/Makefile.am: Use automake compilation rules.
154        * mcf5206/.cvsignore: Reflect changes above.
155        * mcf5206/Makefile.am: Convert to automake compilation rules.
156        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
157        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
158        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
159        automake-compilation rules.
160
1612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
164        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
165
1662003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
169
1702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
173        VPATH.
174        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
175        dirs from PRE/TMPINSTALL_FILES.
176        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
177        autoconf >= 2.59.
178        * configure.ac: Reflect changes above.
179        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
180
1812003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * mcf5206/configure.ac: Cosmetics.
184        * mcf5206/configure.ac: Reflect changes above.
185        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
186        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
187        mcf5206/timer/Makefile.am: Remove.
188        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
189        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
190        timer/Makefile.am.
191
1922003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
195        mcf5206/timer/Makefile.am: Cosmetics.
196
1972003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * m68040/fpsp/Makefile.am: Remove all-local,
200        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
201        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
202        $(ARCH).
203
2042003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
207        shared/misc/Makefile.am, mcf5206/Makefile.am,
208        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
209        mcf5206/timer/Makefile.am: Reformat.
210        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
211        Use dirstamps for preinstallation.
212
2132003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
216
2172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
220
2212003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * shared/cache/cache.c (m68030): fix prototype mismatch of
224        _CPU_cache_flush_entire_data.
225
2262003-09-04      Joel Sherrill <joel@OARcorp.com>
227
228        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
229        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
230        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
231        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
232        mcf5206/timer/timerisr.S: URL for license changed.
233
2342003-08-20      Joel Sherrill <joel@OARcorp.com>
235
236        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
237        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
238        statements.
239
2402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
243
2442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
247        shared/Makefile.am, shared/cache/Makefile.am,
248        shared/misc/Makefile.am, mcf5206/Makefile.am,
249        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
250        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
251        mcf5206/timer/Makefile.am: Reflect having moved automake/.
252
2532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
256        bug report email address.
257
2582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
265        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
266
2672003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
270        @RTEMS_BSP@.cfg.
271        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
272        mcf5206/timer/Makefile.am: Likewise.
273
2742003-01-03      Victor V. Vengerov <vvv@oktet.ru>
275
276        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
277        line 232 to after the state has been set.
278
2792002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
282
2832002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
286
2872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
290        Remove autom4te.cache.
291
2922002-08-21      Joel Sherrill <joel@OARcorp.com>
293
294        * shared/misc/m68kidle.c: New file.
295        * configure.ac, shared/misc/Makefile.am: PR217 required that the
296        idle task be moved to libcpu so it could be more acutely aware of
297        the CPU model.  This file was modified to pick up the idle task from
298        there.
299
3002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
303        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
304        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
305        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
306
3072002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
310        * configure.ac: Replace mcpu32 by mcpu32p conditional.
311
3122002-08-06      Joel Sherrill <joel@OARcorp.com>
313
314        * configure.ac: Be more specific about looking at CPU32 and CPU32+
315        CPU model names so we can turn on the best compile of memcpy.c.
316
3172002-08-05      Joel Sherrill <joel@OARcorp.com>
318
319        * Per PR260 eliminate use of make-target-options.  This impacted
320        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
321        SuperCore and required that the m68k optimized memcpy be moved to
322        libcpu.
323        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
324        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
325        * configure.ac, shared/Makefile.am: Modified to reflect new
326        directory.
327
3282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
331        shared/cache/Makefile.am, shared/Makefile.am,
332        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
333        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
334        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
335        AUTOMAKE_OPTIONS.
336        * configure.ac, mcf5206/configure.ac:
337        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
338        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
339
3402002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
343        *_O_FILES.
344        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
345
3462001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
349        automake-1.5 happy.
350
3512001-10-29      Joel Sherrill <joel@OARcorp.com>
352
353        * mcf5206/.cvsignore: Add more entries.
354
3552001-10-26      Victor V. Vengerov <vvv@oktet.ru>
356
357        * New libcpu support for mcf5206e.
358        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
359        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
360        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
361        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
362        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
363        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
364        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
365        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
366
3672001-10-26      Joel Sherrill <joel@OARcorp.com>
368
369        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
370
3712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
374        * configure.ac: New file, generated from configure.in by autoupdate.
375        * configure.in: Remove.
376
3772001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
380        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
381
3822001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
385        include_*HEADERS instead of H_FILES.
386
3872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
390
3912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
394        $(RTEMS_TOPdir)/aclocal.
395
3962000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
399        GNU canonicalization.
400
4012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
404        compile.am.
405
4062000-08-10      Joel Sherrill <joel@OARcorp.com>
407
408        * ChangeLog: New file.
409
Note: See TracBrowser for help on using the repository browser.