source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 7a6d1a3

4.104.114.84.95
Last change on this file since 7a6d1a3 was 7a6d1a3, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/05 at 15:11:11

2005-02-01 Joel Sherrill <joel@…>

  • mcf5282/.cvsignore: New file.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12005-02-01      Joel Sherrill <joel@OARcorp.com>
2
3        * mcf5282/.cvsignore: New file.
4
52005-01-28      Eric Norum <norume@aps.anl.gov>
6
7        * shared/cache/cache_.h: Add ColdFire entries
8
92005-01-28      Eric Norum <norume@aps.anl.gov>
10
11        * Makefile.am, configure.ac, mcf5282/Makefile.am,
12          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
13
142005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
17        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
18
192005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
22        shared/Makefile.am: Remove build-variant support.
23
242005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * ChangeLog: Merge-in mcf5272/ChangeLog.
27        * mcf5272/ChangeLog: Remove.
28
292004-11-25      Joel Sherrill <joel@OARcorp.com>
30
31        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
32
332004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * shared/cache/cache.c, shared/cache/cache_.h: Use
36        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
37        defined(__mc68020__) to reflect GCC-3.4's expectations.
38
392004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
42        mcf5272/timer/timer.c: Use POSIX fixed-size types.
43
442004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * configure.ac: Remove RTEMS_ENABLE_BARE.
47
482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * configure.ac: Require automake > 1.9.
51
522004-08-02      Jay Monkman <jtm@lopingdog.com>
53
54        * Makefile.am, configure.ac: Added CSB360 BSP
55        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
56        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
57        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
58        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
59        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
60        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
61        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
62        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
63        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
64
652004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
68        <asm.h>.
69
702004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
73        <asm.h>.
74
752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
78
792004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
82        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
83        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
84        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
85        fixed size types.
86
872004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
90
912004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
94        shared/Makefile.am: Don't include lib.am.
95
962004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
99
1002004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * ChangeLog: Merge-in mcf5206/ChangeLog.
103        * mcf5206/ChangeLog: Remove.
104
1052004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
108        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
109        * shared/Makefile.am: Use automake compilation rules.
110        * mcf5206/.cvsignore: Reflect changes above.
111        * mcf5206/Makefile.am: Convert to automake compilation rules.
112        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
113        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
114        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
115        automake-compilation rules.
116
1172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
120        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
121
1222003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
125
1262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
129        VPATH.
130        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
131        dirs from PRE/TMPINSTALL_FILES.
132        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
133        autoconf >= 2.59.
134        * configure.ac: Reflect changes above.
135        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
136
1372003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * mcf5206/configure.ac: Cosmetics.
140        * mcf5206/configure.ac: Reflect changes above.
141        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
142        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
143        mcf5206/timer/Makefile.am: Remove.
144        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
145        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
146        timer/Makefile.am.
147
1482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
151        mcf5206/timer/Makefile.am: Cosmetics.
152
1532003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * m68040/fpsp/Makefile.am: Remove all-local,
156        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
157        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
158        $(ARCH).
159
1602003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
163        shared/misc/Makefile.am, mcf5206/Makefile.am,
164        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
165        mcf5206/timer/Makefile.am: Reformat.
166        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
167        Use dirstamps for preinstallation.
168
1692003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
172
1732003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
176
1772003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * shared/cache/cache.c (m68030): fix prototype mismatch of
180        _CPU_cache_flush_entire_data.
181
1822003-09-04      Joel Sherrill <joel@OARcorp.com>
183
184        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
185        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
186        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
187        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
188        mcf5206/timer/timerisr.S: URL for license changed.
189
1902003-08-20      Joel Sherrill <joel@OARcorp.com>
191
192        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
193        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
194        statements.
195
1962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
199
2002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
203        shared/Makefile.am, shared/cache/Makefile.am,
204        shared/misc/Makefile.am, mcf5206/Makefile.am,
205        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
206        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
207        mcf5206/timer/Makefile.am: Reflect having moved automake/.
208
2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
212        bug report email address.
213
2142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
217
2182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
221        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
222
2232003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
226        @RTEMS_BSP@.cfg.
227        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
228        mcf5206/timer/Makefile.am: Likewise.
229
2302003-01-03      Victor V. Vengerov <vvv@oktet.ru>
231
232        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
233        line 232 to after the state has been set.
234
2352002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
238
2392002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
242
2432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
246        Remove autom4te.cache.
247
2482002-08-21      Joel Sherrill <joel@OARcorp.com>
249
250        * shared/misc/m68kidle.c: New file.
251        * configure.ac, shared/misc/Makefile.am: PR217 required that the
252        idle task be moved to libcpu so it could be more acutely aware of
253        the CPU model.  This file was modified to pick up the idle task from
254        there.
255
2562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
259        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
260        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
261        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
262
2632002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
266        * configure.ac: Replace mcpu32 by mcpu32p conditional.
267
2682002-08-06      Joel Sherrill <joel@OARcorp.com>
269
270        * configure.ac: Be more specific about looking at CPU32 and CPU32+
271        CPU model names so we can turn on the best compile of memcpy.c.
272
2732002-08-05      Joel Sherrill <joel@OARcorp.com>
274
275        * Per PR260 eliminate use of make-target-options.  This impacted
276        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
277        SuperCore and required that the m68k optimized memcpy be moved to
278        libcpu.
279        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
280        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
281        * configure.ac, shared/Makefile.am: Modified to reflect new
282        directory.
283
2842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
287        shared/cache/Makefile.am, shared/Makefile.am,
288        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
289        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
290        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
291        AUTOMAKE_OPTIONS.
292        * configure.ac, mcf5206/configure.ac:
293        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
294        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
295
2962002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
299        *_O_FILES.
300        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
301
3022001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
305        automake-1.5 happy.
306
3072001-10-29      Joel Sherrill <joel@OARcorp.com>
308
309        * mcf5206/.cvsignore: Add more entries.
310
3112001-10-26      Victor V. Vengerov <vvv@oktet.ru>
312
313        * New libcpu support for mcf5206e.
314        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
315        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
316        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
317        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
318        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
319        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
320        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
321        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
322
3232001-10-26      Joel Sherrill <joel@OARcorp.com>
324
325        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
326
3272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
330        * configure.ac: New file, generated from configure.in by autoupdate.
331        * configure.in: Remove.
332
3332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
336        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
337
3382001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
341        include_*HEADERS instead of H_FILES.
342
3432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
346
3472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
350        $(RTEMS_TOPdir)/aclocal.
351
3522000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
355        GNU canonicalization.
356
3572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
360        compile.am.
361
3622000-08-10      Joel Sherrill <joel@OARcorp.com>
363
364        * ChangeLog: New file.
365
Note: See TracBrowser for help on using the repository browser.