source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 9c266d2

4.9
Last change on this file since 9c266d2 was 9c266d2, checked in by Joel Sherrill <joel.sherrill@…>, on 02/11/09 at 16:20:10

2009-02-11 Till Straumann <strauman@…>

PR 1369/bsps

  • Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp floating-point emulation.
  • Property mode set to 100644
File size: 18.0 KB
Line 
12009-02-11      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 1369/bsps
4        * Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp
5        floating-point emulation.
6
72008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style,
10        eliminate characters with 8th bit set.
11
122008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * mcf548x/include/mcf548x.h: Convert to Unix file format.
15
162008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: The Shared Memory
19        Driver no longer requires the special IOCTL in Clock_control. This
20        was a hack which has existed since before the Classic API Timer
21        Manager was implemented. All implementations of and references to
22        Clock_control were removed.
23
242008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
27
282008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h:
31        Eliminate rtems_boolean.
32
332008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
36        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Rename timer driver
37        methods to follow RTEMS programming conventions.
38
392008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
42
432008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * shared/misc/m68kidle.c: Correct prototype of Idle threads.
46
472008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
48
49        * Makefile.am:
50        install header for MCF548x
51       
522008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
53
54        * mcf548x/include/mcf548x.h,
55        * mcf548x/include/Freescale_license.txt:
56        New files
57       
582008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
59
60        * Makefile.am, mcf532x/include/mcf532x.h, shared/cache/cache_.h: Add
61        cache support for 5329. Enable the cache in copyback and
62        write-through so we can assume that in BSP.
63        * mcf532x/cache/cachepd.c: New file.
64
652008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
66
67        * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU
68        support.
69        * mcf532x/include/mcf532x.h: New file.
70
712008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
72
73        * mcf52235/include/mcf52235.h: Removed. Moved to the more generic
74        mcf5223x.h.
75        * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
76        * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
77        to mcf5223x.
78
792008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
80
81        * mcf52235/include/mcf52235.h: New.
82        * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
83
842007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: Eliminate copies of
87        the Configuration Table. Use the RTEMS provided accessor macros to
88        obtain configuration fields.
89
902007-11-22      Chris Johns <chrisj@rtems.org>
91
92        * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
93       
942007-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * Makefile.am: Now use the m68k memcpy and memset recently added to
97        newlib instead of our own.
98        * shared/misc/memcpy.c: Removed.
99
1002007-03-12      Joel Sherrill <joel@OARcorp.com>
101
102        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
103        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Correct license URL
104        and/or fix mistake in copyright notice. Both of these mistakes appear
105        to be from code submitted after these changes were made previously.
106
1072006-12-14      Till Straumann <strauman@slac.stanford.edu>
108
109        * m68k/mcf5282/include/mcf5282.h: added __may_alias__
110        attribute to low-level scalar type definitions and
111        removed intermediate (void*) cast.
112
1132006-12-14      Till Straumann <strauman@slac.stanford.edu>
114
115        * m68k/mcf5282/include/mcf5282.h: fixed wrong value
116        of MCF5282_QSPI_QDLYR_SPE.
117
1182006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * configure.ac: New BUG-REPORT address.
121
1222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Require autoconf-2.60. Require automake-1.10.
125
1262006-09-11      Chris Johns <chrisj@rtems.org>
127
128        * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF.
129       
1302006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * configure.ac: Use RTEMS_AMPOLISH3.
133
1342005-07-27      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * Makefile.am: Fix broken patch to mcf5235.
137
1382005-07-08      Joel Sherrill <joel@OARcorp.com>
139
140        * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
141
1422005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
143
144        * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of
145        mcf5235 support.
146        * mcf5235/include/mcf5235.h: New file.
147
1482005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
149
150        * Makefile.am, configure.ac, preinstall.am: Addition of mcf5235
151        support.
152
1532005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * Makefile.am: Merge-in mcf5282/Makefile.am.
156        * preinstall.am: Regenerate.
157        * mcf5282/Makefile.am: Remove.
158        * configure.ac: Remove mcf5282/Makefile.
159
1602005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * Makefile.am: Merge-in mcf5272/Makefile.am.
163        * preinstall.am: Regenerate.
164        * mcf5272/Makefile.am: Remove.
165        * configure.ac: Remove mcf5272/Makefile.
166
1672005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Merge-in mcf5206/Makefile.am.
170        * preinstall.am: Regenerate.
171        * mcf5206/Makefile.am: Remove.
172        * configure.ac: Remove mcf5206/Makefile.
173
1742005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Merge-in m68040/Makefile.am.
177        * m68040/Makefile.am: Remove.
178        * configure.ac: Remove m68040/Makefile.
179
1802005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Merge-in shared/Makefile.am.
183        * preinstall.am: New.
184        * shared/Makefile.am: Remove.
185        * configure.ac: Remove shared/Makefile.
186        Add AMPOLISH3.
187
1882005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * mcf5282/include/Makefile.am: Remove (unused).
191
1922005-04-26      Joel Sherrill <joel@OARcorp.com>
193
194        * mcf5206/include/mcfuart.h: Reformatted.
195
1962005-02153      Eric Norum <norume@aps.anl.gov>
197
198        * shared/cache/cache_.h: Remove development warning.
199
2002005-02-03      Eric Norum <norume@aps.anl.gov>
201
202        * shared/misc/memProbe.c: Memory probe support
203
2042005-02-01      Joel Sherrill <joel@OARcorp.com>
205
206        * mcf5282/.cvsignore: New file.
207
2082005-01-28      Eric Norum <norume@aps.anl.gov>
209
210        * shared/cache/cache_.h: Add ColdFire entries
211
2122005-01-28      Eric Norum <norume@aps.anl.gov>
213
214        * Makefile.am, configure.ac, mcf5282/Makefile.am,
215          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
216
2172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
220        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
221
2222005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
225        shared/Makefile.am: Remove build-variant support.
226
2272005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * ChangeLog: Merge-in mcf5272/ChangeLog.
230        * mcf5272/ChangeLog: Remove.
231
2322004-11-25      Joel Sherrill <joel@OARcorp.com>
233
234        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
235
2362004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * shared/cache/cache.c, shared/cache/cache_.h: Use
239        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
240        defined(__mc68020__) to reflect GCC-3.4's expectations.
241
2422004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
245        mcf5272/timer/timer.c: Use POSIX fixed-size types.
246
2472004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        * configure.ac: Remove RTEMS_ENABLE_BARE.
250
2512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * configure.ac: Require automake > 1.9.
254
2552004-08-02      Jay Monkman <jtm@lopingdog.com>
256
257        * Makefile.am, configure.ac: Added CSB360 BSP
258        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
259        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
260        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
261        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
262        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
263        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
264        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
265        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
266        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
267
2682004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
271        <asm.h>.
272
2732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
276        <asm.h>.
277
2782004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
281
2822004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
285        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
286        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
287        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
288        fixed size types.
289
2902004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
293
2942004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
297        shared/Makefile.am: Don't include lib.am.
298
2992004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
302
3032004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * ChangeLog: Merge-in mcf5206/ChangeLog.
306        * mcf5206/ChangeLog: Remove.
307
3082004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
311        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
312        * shared/Makefile.am: Use automake compilation rules.
313        * mcf5206/.cvsignore: Reflect changes above.
314        * mcf5206/Makefile.am: Convert to automake compilation rules.
315        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
316        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
317        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
318        automake-compilation rules.
319
3202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
323        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
324
3252003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
328
3292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
332        VPATH.
333        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
334        dirs from PRE/TMPINSTALL_FILES.
335        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
336        autoconf >= 2.59.
337        * configure.ac: Reflect changes above.
338        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
339
3402003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * mcf5206/configure.ac: Cosmetics.
343        * mcf5206/configure.ac: Reflect changes above.
344        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
345        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
346        mcf5206/timer/Makefile.am: Remove.
347        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
348        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
349        timer/Makefile.am.
350
3512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
354        mcf5206/timer/Makefile.am: Cosmetics.
355
3562003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * m68040/fpsp/Makefile.am: Remove all-local,
359        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
360        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
361        $(ARCH).
362
3632003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
366        shared/misc/Makefile.am, mcf5206/Makefile.am,
367        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
368        mcf5206/timer/Makefile.am: Reformat.
369        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
370        Use dirstamps for preinstallation.
371
3722003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
375
3762003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
379
3802003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * shared/cache/cache.c (m68030): fix prototype mismatch of
383        _CPU_cache_flush_entire_data.
384
3852003-09-04      Joel Sherrill <joel@OARcorp.com>
386
387        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
388        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
389        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
390        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
391        mcf5206/timer/timerisr.S: URL for license changed.
392
3932003-08-20      Joel Sherrill <joel@OARcorp.com>
394
395        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
396        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
397        statements.
398
3992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
402
4032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
406        shared/Makefile.am, shared/cache/Makefile.am,
407        shared/misc/Makefile.am, mcf5206/Makefile.am,
408        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
409        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
410        mcf5206/timer/Makefile.am: Reflect having moved automake/.
411
4122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
415        bug report email address.
416
4172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
420
4212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
424        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
425
4262003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
429        @RTEMS_BSP@.cfg.
430        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
431        mcf5206/timer/Makefile.am: Likewise.
432
4332003-01-03      Victor V. Vengerov <vvv@oktet.ru>
434
435        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
436        line 232 to after the state has been set.
437
4382002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
441
4422002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
445
4462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
449        Remove autom4te.cache.
450
4512002-08-21      Joel Sherrill <joel@OARcorp.com>
452
453        * shared/misc/m68kidle.c: New file.
454        * configure.ac, shared/misc/Makefile.am: PR217 required that the
455        idle task be moved to libcpu so it could be more acutely aware of
456        the CPU model.  This file was modified to pick up the idle task from
457        there.
458
4592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
462        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
463        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
464        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
465
4662002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
469        * configure.ac: Replace mcpu32 by mcpu32p conditional.
470
4712002-08-06      Joel Sherrill <joel@OARcorp.com>
472
473        * configure.ac: Be more specific about looking at CPU32 and CPU32+
474        CPU model names so we can turn on the best compile of memcpy.c.
475
4762002-08-05      Joel Sherrill <joel@OARcorp.com>
477
478        * Per PR260 eliminate use of make-target-options.  This impacted
479        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
480        SuperCore and required that the m68k optimized memcpy be moved to
481        libcpu.
482        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
483        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
484        * configure.ac, shared/Makefile.am: Modified to reflect new
485        directory.
486
4872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
490        shared/cache/Makefile.am, shared/Makefile.am,
491        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
492        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
493        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
494        AUTOMAKE_OPTIONS.
495        * configure.ac, mcf5206/configure.ac:
496        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
497        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
498
4992002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
502        *_O_FILES.
503        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
504
5052001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
508        automake-1.5 happy.
509
5102001-10-29      Joel Sherrill <joel@OARcorp.com>
511
512        * mcf5206/.cvsignore: Add more entries.
513
5142001-10-26      Victor V. Vengerov <vvv@oktet.ru>
515
516        * New libcpu support for mcf5206e.
517        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
518        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
519        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
520        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
521        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
522        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
523        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
524        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
525
5262001-10-26      Joel Sherrill <joel@OARcorp.com>
527
528        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
529
5302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
533        * configure.ac: New file, generated from configure.in by autoupdate.
534        * configure.in: Remove.
535
5362001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
539        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
540
5412001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
544        include_*HEADERS instead of H_FILES.
545
5462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
549
5502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
553        $(RTEMS_TOPdir)/aclocal.
554
5552000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
558        GNU canonicalization.
559
5602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
563        compile.am.
564
5652000-08-10      Joel Sherrill <joel@OARcorp.com>
566
567        * ChangeLog: New file.
568
Note: See TracBrowser for help on using the repository browser.