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

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

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

  • Makefile.am: Merge-in shared/Makefile.am.
  • preinstall.am: New.
  • shared/Makefile.am: Remove.
  • configure.ac: Remove shared/Makefile. Add AMPOLISH3.
  • Property mode set to 100644
File size: 12.6 KB
Line 
12005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Merge-in shared/Makefile.am.
4        * preinstall.am: New.
5        * shared/Makefile.am: Remove.
6        * configure.ac: Remove shared/Makefile.
7        Add AMPOLISH3.
8
92005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * mcf5282/include/Makefile.am: Remove (unused).
12
132005-04-26      Joel Sherrill <joel@OARcorp.com>
14
15        * mcf5206/include/mcfuart.h: Reformatted.
16
172005-02153      Eric Norum <norume@aps.anl.gov>
18
19        * shared/cache/cache_.h: Remove development warning.
20
212005-02-03      Eric Norum <norume@aps.anl.gov>
22
23        * shared/misc/memProbe.c: Memory probe support
24
252005-02-01      Joel Sherrill <joel@OARcorp.com>
26
27        * mcf5282/.cvsignore: New file.
28
292005-01-28      Eric Norum <norume@aps.anl.gov>
30
31        * shared/cache/cache_.h: Add ColdFire entries
32
332005-01-28      Eric Norum <norume@aps.anl.gov>
34
35        * Makefile.am, configure.ac, mcf5282/Makefile.am,
36          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
37
382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
41        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
42
432005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
46        shared/Makefile.am: Remove build-variant support.
47
482005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * ChangeLog: Merge-in mcf5272/ChangeLog.
51        * mcf5272/ChangeLog: Remove.
52
532004-11-25      Joel Sherrill <joel@OARcorp.com>
54
55        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
56
572004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * shared/cache/cache.c, shared/cache/cache_.h: Use
60        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
61        defined(__mc68020__) to reflect GCC-3.4's expectations.
62
632004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
66        mcf5272/timer/timer.c: Use POSIX fixed-size types.
67
682004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * configure.ac: Remove RTEMS_ENABLE_BARE.
71
722004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * configure.ac: Require automake > 1.9.
75
762004-08-02      Jay Monkman <jtm@lopingdog.com>
77
78        * Makefile.am, configure.ac: Added CSB360 BSP
79        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
80        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
81        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
82        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
83        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
84        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
85        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
86        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
87        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
88
892004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
92        <asm.h>.
93
942004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
97        <asm.h>.
98
992004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
102
1032004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
106        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
107        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
108        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
109        fixed size types.
110
1112004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
114
1152004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
118        shared/Makefile.am: Don't include lib.am.
119
1202004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
123
1242004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * ChangeLog: Merge-in mcf5206/ChangeLog.
127        * mcf5206/ChangeLog: Remove.
128
1292004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
132        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
133        * shared/Makefile.am: Use automake compilation rules.
134        * mcf5206/.cvsignore: Reflect changes above.
135        * mcf5206/Makefile.am: Convert to automake compilation rules.
136        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
137        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
138        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
139        automake-compilation rules.
140
1412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
144        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
145
1462003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
149
1502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
153        VPATH.
154        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
155        dirs from PRE/TMPINSTALL_FILES.
156        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
157        autoconf >= 2.59.
158        * configure.ac: Reflect changes above.
159        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
160
1612003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * mcf5206/configure.ac: Cosmetics.
164        * mcf5206/configure.ac: Reflect changes above.
165        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
166        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
167        mcf5206/timer/Makefile.am: Remove.
168        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
169        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
170        timer/Makefile.am.
171
1722003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
175        mcf5206/timer/Makefile.am: Cosmetics.
176
1772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * m68040/fpsp/Makefile.am: Remove all-local,
180        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
181        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
182        $(ARCH).
183
1842003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
187        shared/misc/Makefile.am, mcf5206/Makefile.am,
188        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
189        mcf5206/timer/Makefile.am: Reformat.
190        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
191        Use dirstamps for preinstallation.
192
1932003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
196
1972003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
200
2012003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * shared/cache/cache.c (m68030): fix prototype mismatch of
204        _CPU_cache_flush_entire_data.
205
2062003-09-04      Joel Sherrill <joel@OARcorp.com>
207
208        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
209        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
210        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
211        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
212        mcf5206/timer/timerisr.S: URL for license changed.
213
2142003-08-20      Joel Sherrill <joel@OARcorp.com>
215
216        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
217        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
218        statements.
219
2202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
223
2242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
227        shared/Makefile.am, shared/cache/Makefile.am,
228        shared/misc/Makefile.am, mcf5206/Makefile.am,
229        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
230        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
231        mcf5206/timer/Makefile.am: Reflect having moved automake/.
232
2332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
236        bug report email address.
237
2382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
241
2422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
245        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
246
2472003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
250        @RTEMS_BSP@.cfg.
251        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
252        mcf5206/timer/Makefile.am: Likewise.
253
2542003-01-03      Victor V. Vengerov <vvv@oktet.ru>
255
256        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
257        line 232 to after the state has been set.
258
2592002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
262
2632002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
266
2672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
270        Remove autom4te.cache.
271
2722002-08-21      Joel Sherrill <joel@OARcorp.com>
273
274        * shared/misc/m68kidle.c: New file.
275        * configure.ac, shared/misc/Makefile.am: PR217 required that the
276        idle task be moved to libcpu so it could be more acutely aware of
277        the CPU model.  This file was modified to pick up the idle task from
278        there.
279
2802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
283        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
284        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
285        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
286
2872002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
290        * configure.ac: Replace mcpu32 by mcpu32p conditional.
291
2922002-08-06      Joel Sherrill <joel@OARcorp.com>
293
294        * configure.ac: Be more specific about looking at CPU32 and CPU32+
295        CPU model names so we can turn on the best compile of memcpy.c.
296
2972002-08-05      Joel Sherrill <joel@OARcorp.com>
298
299        * Per PR260 eliminate use of make-target-options.  This impacted
300        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
301        SuperCore and required that the m68k optimized memcpy be moved to
302        libcpu.
303        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
304        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
305        * configure.ac, shared/Makefile.am: Modified to reflect new
306        directory.
307
3082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
311        shared/cache/Makefile.am, shared/Makefile.am,
312        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
313        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
314        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
315        AUTOMAKE_OPTIONS.
316        * configure.ac, mcf5206/configure.ac:
317        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
318        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
319
3202002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
323        *_O_FILES.
324        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
325
3262001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
329        automake-1.5 happy.
330
3312001-10-29      Joel Sherrill <joel@OARcorp.com>
332
333        * mcf5206/.cvsignore: Add more entries.
334
3352001-10-26      Victor V. Vengerov <vvv@oktet.ru>
336
337        * New libcpu support for mcf5206e.
338        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
339        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
340        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
341        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
342        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
343        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
344        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
345        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
346
3472001-10-26      Joel Sherrill <joel@OARcorp.com>
348
349        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
350
3512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
354        * configure.ac: New file, generated from configure.in by autoupdate.
355        * configure.in: Remove.
356
3572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
360        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
361
3622001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
365        include_*HEADERS instead of H_FILES.
366
3672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
370
3712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
374        $(RTEMS_TOPdir)/aclocal.
375
3762000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
379        GNU canonicalization.
380
3812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
384        compile.am.
385
3862000-08-10      Joel Sherrill <joel@OARcorp.com>
387
388        * ChangeLog: New file.
389
Note: See TracBrowser for help on using the repository browser.