source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 2876aeb

4.104.114.84.95
Last change on this file since 2876aeb was 2876aeb, checked in by Eric Norum <WENorum@…>, on 02/16/05 at 01:11:31

Remove development warning.

  • Property mode set to 100644
File size: 12.2 KB
Line 
12005-02153      Eric Norum <norume@aps.anl.gov>
2
3        * shared/cache/cache_.h: Remove development warning.
4
52005-02-03      Eric Norum <norume@aps.anl.gov>
6
7        * shared/misc/memProbe.c: Memory probe support
8
92005-02-01      Joel Sherrill <joel@OARcorp.com>
10
11        * mcf5282/.cvsignore: New file.
12
132005-01-28      Eric Norum <norume@aps.anl.gov>
14
15        * shared/cache/cache_.h: Add ColdFire entries
16
172005-01-28      Eric Norum <norume@aps.anl.gov>
18
19        * Makefile.am, configure.ac, mcf5282/Makefile.am,
20          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
21
222005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
25        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
26
272005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
30        shared/Makefile.am: Remove build-variant support.
31
322005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * ChangeLog: Merge-in mcf5272/ChangeLog.
35        * mcf5272/ChangeLog: Remove.
36
372004-11-25      Joel Sherrill <joel@OARcorp.com>
38
39        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
40
412004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * shared/cache/cache.c, shared/cache/cache_.h: Use
44        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
45        defined(__mc68020__) to reflect GCC-3.4's expectations.
46
472004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
50        mcf5272/timer/timer.c: Use POSIX fixed-size types.
51
522004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * configure.ac: Remove RTEMS_ENABLE_BARE.
55
562004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * configure.ac: Require automake > 1.9.
59
602004-08-02      Jay Monkman <jtm@lopingdog.com>
61
62        * Makefile.am, configure.ac: Added CSB360 BSP
63        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
64        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
65        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
66        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
67        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
68        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
69        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
70        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
71        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
72
732004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
76        <asm.h>.
77
782004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
81        <asm.h>.
82
832004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
86
872004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
90        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
91        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
92        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
93        fixed size types.
94
952004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
98
992004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
102        shared/Makefile.am: Don't include lib.am.
103
1042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
107
1082004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * ChangeLog: Merge-in mcf5206/ChangeLog.
111        * mcf5206/ChangeLog: Remove.
112
1132004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
116        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
117        * shared/Makefile.am: Use automake compilation rules.
118        * mcf5206/.cvsignore: Reflect changes above.
119        * mcf5206/Makefile.am: Convert to automake compilation rules.
120        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
121        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
122        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
123        automake-compilation rules.
124
1252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
128        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
129
1302003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
133
1342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
137        VPATH.
138        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
139        dirs from PRE/TMPINSTALL_FILES.
140        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
141        autoconf >= 2.59.
142        * configure.ac: Reflect changes above.
143        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
144
1452003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * mcf5206/configure.ac: Cosmetics.
148        * mcf5206/configure.ac: Reflect changes above.
149        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
150        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
151        mcf5206/timer/Makefile.am: Remove.
152        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
153        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
154        timer/Makefile.am.
155
1562003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
159        mcf5206/timer/Makefile.am: Cosmetics.
160
1612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * m68040/fpsp/Makefile.am: Remove all-local,
164        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
165        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
166        $(ARCH).
167
1682003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
171        shared/misc/Makefile.am, mcf5206/Makefile.am,
172        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
173        mcf5206/timer/Makefile.am: Reformat.
174        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
175        Use dirstamps for preinstallation.
176
1772003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
180
1812003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
184
1852003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * shared/cache/cache.c (m68030): fix prototype mismatch of
188        _CPU_cache_flush_entire_data.
189
1902003-09-04      Joel Sherrill <joel@OARcorp.com>
191
192        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
193        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
194        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
195        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
196        mcf5206/timer/timerisr.S: URL for license changed.
197
1982003-08-20      Joel Sherrill <joel@OARcorp.com>
199
200        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
201        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
202        statements.
203
2042003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
207
2082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
211        shared/Makefile.am, shared/cache/Makefile.am,
212        shared/misc/Makefile.am, mcf5206/Makefile.am,
213        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
214        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
215        mcf5206/timer/Makefile.am: Reflect having moved automake/.
216
2172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
220        bug report email address.
221
2222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
225
2262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
229        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
230
2312003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
234        @RTEMS_BSP@.cfg.
235        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
236        mcf5206/timer/Makefile.am: Likewise.
237
2382003-01-03      Victor V. Vengerov <vvv@oktet.ru>
239
240        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
241        line 232 to after the state has been set.
242
2432002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
246
2472002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
250
2512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
254        Remove autom4te.cache.
255
2562002-08-21      Joel Sherrill <joel@OARcorp.com>
257
258        * shared/misc/m68kidle.c: New file.
259        * configure.ac, shared/misc/Makefile.am: PR217 required that the
260        idle task be moved to libcpu so it could be more acutely aware of
261        the CPU model.  This file was modified to pick up the idle task from
262        there.
263
2642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
267        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
268        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
269        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
270
2712002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
274        * configure.ac: Replace mcpu32 by mcpu32p conditional.
275
2762002-08-06      Joel Sherrill <joel@OARcorp.com>
277
278        * configure.ac: Be more specific about looking at CPU32 and CPU32+
279        CPU model names so we can turn on the best compile of memcpy.c.
280
2812002-08-05      Joel Sherrill <joel@OARcorp.com>
282
283        * Per PR260 eliminate use of make-target-options.  This impacted
284        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
285        SuperCore and required that the m68k optimized memcpy be moved to
286        libcpu.
287        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
288        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
289        * configure.ac, shared/Makefile.am: Modified to reflect new
290        directory.
291
2922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
295        shared/cache/Makefile.am, shared/Makefile.am,
296        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
297        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
298        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
299        AUTOMAKE_OPTIONS.
300        * configure.ac, mcf5206/configure.ac:
301        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
302        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
303
3042002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
307        *_O_FILES.
308        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
309
3102001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
313        automake-1.5 happy.
314
3152001-10-29      Joel Sherrill <joel@OARcorp.com>
316
317        * mcf5206/.cvsignore: Add more entries.
318
3192001-10-26      Victor V. Vengerov <vvv@oktet.ru>
320
321        * New libcpu support for mcf5206e.
322        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
323        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
324        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
325        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
326        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
327        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
328        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
329        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
330
3312001-10-26      Joel Sherrill <joel@OARcorp.com>
332
333        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
334
3352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
338        * configure.ac: New file, generated from configure.in by autoupdate.
339        * configure.in: Remove.
340
3412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
344        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
345
3462001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
349        include_*HEADERS instead of H_FILES.
350
3512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
354
3552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
358        $(RTEMS_TOPdir)/aclocal.
359
3602000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
363        GNU canonicalization.
364
3652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
368        compile.am.
369
3702000-08-10      Joel Sherrill <joel@OARcorp.com>
371
372        * ChangeLog: New file.
373
Note: See TracBrowser for help on using the repository browser.