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

4.104.115
Last change on this file since 7ae2775 was e63acfbb, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/17/09 at 13:51:57

add cache definition for mcfv4e

  • Property mode set to 100644
File size: 18.9 KB
Line 
12009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * shared/cache/cache_.h: Added cache defines for '__mcfv4e__'.
4
52009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * shared/misc/m68kidle.c: Change prototype of IDLE thread to
8        consistently return void * and take a uintptr_t argument.
9
102009-02-11      Till Straumann <strauman@slac.stanford.edu>
11
12        PR 1369/bsps
13        * Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp
14        floating-point emulation.
15
162008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * mcf5206/timer/timerisr.S: Make compile again.
19
202008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am: Split out various BSPs bspstart.c contents. Move cache
23        management code here.
24        * mcf5223x/cache/cachepd.c, mcf5235/cache/cachepd.c: New files.
25
262008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
29
302008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
31
32        * mcf5206/include/mcfmbus.h,mcf5206/mbus/mcfmbus.c:
33        converted done_arg to a void pointer
34       
352008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style,
38        eliminate characters with 8th bit set.
39
402008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * mcf548x/include/mcf548x.h: Convert to Unix file format.
43
442008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: The Shared Memory
47        Driver no longer requires the special IOCTL in Clock_control. This
48        was a hack which has existed since before the Classic API Timer
49        Manager was implemented. All implementations of and references to
50        Clock_control were removed.
51
522008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
55
562008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h:
59        Eliminate rtems_boolean.
60
612008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
64        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Rename timer driver
65        methods to follow RTEMS programming conventions.
66
672008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
70
712008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * shared/misc/m68kidle.c: Correct prototype of Idle threads.
74
752008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
76
77        * Makefile.am:
78        install header for MCF548x
79       
802008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
81
82        * mcf548x/include/mcf548x.h,
83        * mcf548x/include/Freescale_license.txt:
84        New files
85       
862008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
87
88        * Makefile.am, mcf532x/include/mcf532x.h, shared/cache/cache_.h: Add
89        cache support for 5329. Enable the cache in copyback and
90        write-through so we can assume that in BSP.
91        * mcf532x/cache/cachepd.c: New file.
92
932008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
94
95        * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU
96        support.
97        * mcf532x/include/mcf532x.h: New file.
98
992008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
100
101        * mcf52235/include/mcf52235.h: Removed. Moved to the more generic
102        mcf5223x.h.
103        * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
104        * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
105        to mcf5223x.
106
1072008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
108
109        * mcf52235/include/mcf52235.h: New.
110        * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
111
1122007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: Eliminate copies of
115        the Configuration Table. Use the RTEMS provided accessor macros to
116        obtain configuration fields.
117
1182007-11-22      Chris Johns <chrisj@rtems.org>
119
120        * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
121       
1222007-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * Makefile.am: Now use the m68k memcpy and memset recently added to
125        newlib instead of our own.
126        * shared/misc/memcpy.c: Removed.
127
1282007-03-12      Joel Sherrill <joel@OARcorp.com>
129
130        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
131        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Correct license URL
132        and/or fix mistake in copyright notice. Both of these mistakes appear
133        to be from code submitted after these changes were made previously.
134
1352006-12-14      Till Straumann <strauman@slac.stanford.edu>
136
137        * m68k/mcf5282/include/mcf5282.h: added __may_alias__
138        attribute to low-level scalar type definitions and
139        removed intermediate (void*) cast.
140
1412006-12-14      Till Straumann <strauman@slac.stanford.edu>
142
143        * m68k/mcf5282/include/mcf5282.h: fixed wrong value
144        of MCF5282_QSPI_QDLYR_SPE.
145
1462006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * configure.ac: New BUG-REPORT address.
149
1502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * configure.ac: Require autoconf-2.60. Require automake-1.10.
153
1542006-09-11      Chris Johns <chrisj@rtems.org>
155
156        * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF.
157       
1582006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * configure.ac: Use RTEMS_AMPOLISH3.
161
1622005-07-27      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * Makefile.am: Fix broken patch to mcf5235.
165
1662005-07-08      Joel Sherrill <joel@OARcorp.com>
167
168        * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
169
1702005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
171
172        * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of
173        mcf5235 support.
174        * mcf5235/include/mcf5235.h: New file.
175
1762005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
177
178        * Makefile.am, configure.ac, preinstall.am: Addition of mcf5235
179        support.
180
1812005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Merge-in mcf5282/Makefile.am.
184        * preinstall.am: Regenerate.
185        * mcf5282/Makefile.am: Remove.
186        * configure.ac: Remove mcf5282/Makefile.
187
1882005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * Makefile.am: Merge-in mcf5272/Makefile.am.
191        * preinstall.am: Regenerate.
192        * mcf5272/Makefile.am: Remove.
193        * configure.ac: Remove mcf5272/Makefile.
194
1952005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Merge-in mcf5206/Makefile.am.
198        * preinstall.am: Regenerate.
199        * mcf5206/Makefile.am: Remove.
200        * configure.ac: Remove mcf5206/Makefile.
201
2022005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * Makefile.am: Merge-in m68040/Makefile.am.
205        * m68040/Makefile.am: Remove.
206        * configure.ac: Remove m68040/Makefile.
207
2082005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Merge-in shared/Makefile.am.
211        * preinstall.am: New.
212        * shared/Makefile.am: Remove.
213        * configure.ac: Remove shared/Makefile.
214        Add AMPOLISH3.
215
2162005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * mcf5282/include/Makefile.am: Remove (unused).
219
2202005-04-26      Joel Sherrill <joel@OARcorp.com>
221
222        * mcf5206/include/mcfuart.h: Reformatted.
223
2242005-02153      Eric Norum <norume@aps.anl.gov>
225
226        * shared/cache/cache_.h: Remove development warning.
227
2282005-02-03      Eric Norum <norume@aps.anl.gov>
229
230        * shared/misc/memProbe.c: Memory probe support
231
2322005-02-01      Joel Sherrill <joel@OARcorp.com>
233
234        * mcf5282/.cvsignore: New file.
235
2362005-01-28      Eric Norum <norume@aps.anl.gov>
237
238        * shared/cache/cache_.h: Add ColdFire entries
239
2402005-01-28      Eric Norum <norume@aps.anl.gov>
241
242        * Makefile.am, configure.ac, mcf5282/Makefile.am,
243          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
244
2452005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
248        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
249
2502005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
253        shared/Makefile.am: Remove build-variant support.
254
2552005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * ChangeLog: Merge-in mcf5272/ChangeLog.
258        * mcf5272/ChangeLog: Remove.
259
2602004-11-25      Joel Sherrill <joel@OARcorp.com>
261
262        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
263
2642004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        * shared/cache/cache.c, shared/cache/cache_.h: Use
267        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
268        defined(__mc68020__) to reflect GCC-3.4's expectations.
269
2702004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
271
272        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
273        mcf5272/timer/timer.c: Use POSIX fixed-size types.
274
2752004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * configure.ac: Remove RTEMS_ENABLE_BARE.
278
2792004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
280
281        * configure.ac: Require automake > 1.9.
282
2832004-08-02      Jay Monkman <jtm@lopingdog.com>
284
285        * Makefile.am, configure.ac: Added CSB360 BSP
286        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
287        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
288        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
289        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
290        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
291        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
292        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
293        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
294        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
295
2962004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
297
298        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
299        <asm.h>.
300
3012004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
302
303        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
304        <asm.h>.
305
3062004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
307
308        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
309
3102004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
311
312        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
313        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
314        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
315        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
316        fixed size types.
317
3182004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
319
320        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
321
3222004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
325        shared/Makefile.am: Don't include lib.am.
326
3272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
330
3312004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * ChangeLog: Merge-in mcf5206/ChangeLog.
334        * mcf5206/ChangeLog: Remove.
335
3362004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
339        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
340        * shared/Makefile.am: Use automake compilation rules.
341        * mcf5206/.cvsignore: Reflect changes above.
342        * mcf5206/Makefile.am: Convert to automake compilation rules.
343        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
344        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
345        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
346        automake-compilation rules.
347
3482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
351        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
352
3532003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
356
3572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
360        VPATH.
361        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
362        dirs from PRE/TMPINSTALL_FILES.
363        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
364        autoconf >= 2.59.
365        * configure.ac: Reflect changes above.
366        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
367
3682003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * mcf5206/configure.ac: Cosmetics.
371        * mcf5206/configure.ac: Reflect changes above.
372        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
373        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
374        mcf5206/timer/Makefile.am: Remove.
375        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
376        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
377        timer/Makefile.am.
378
3792003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
382        mcf5206/timer/Makefile.am: Cosmetics.
383
3842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * m68040/fpsp/Makefile.am: Remove all-local,
387        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
388        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
389        $(ARCH).
390
3912003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
394        shared/misc/Makefile.am, mcf5206/Makefile.am,
395        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
396        mcf5206/timer/Makefile.am: Reformat.
397        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
398        Use dirstamps for preinstallation.
399
4002003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
403
4042003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
407
4082003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * shared/cache/cache.c (m68030): fix prototype mismatch of
411        _CPU_cache_flush_entire_data.
412
4132003-09-04      Joel Sherrill <joel@OARcorp.com>
414
415        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
416        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
417        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
418        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
419        mcf5206/timer/timerisr.S: URL for license changed.
420
4212003-08-20      Joel Sherrill <joel@OARcorp.com>
422
423        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
424        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
425        statements.
426
4272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
430
4312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
434        shared/Makefile.am, shared/cache/Makefile.am,
435        shared/misc/Makefile.am, mcf5206/Makefile.am,
436        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
437        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
438        mcf5206/timer/Makefile.am: Reflect having moved automake/.
439
4402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
443        bug report email address.
444
4452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
448
4492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
452        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
453
4542003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
457        @RTEMS_BSP@.cfg.
458        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
459        mcf5206/timer/Makefile.am: Likewise.
460
4612003-01-03      Victor V. Vengerov <vvv@oktet.ru>
462
463        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
464        line 232 to after the state has been set.
465
4662002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
469
4702002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
473
4742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
477        Remove autom4te.cache.
478
4792002-08-21      Joel Sherrill <joel@OARcorp.com>
480
481        * shared/misc/m68kidle.c: New file.
482        * configure.ac, shared/misc/Makefile.am: PR217 required that the
483        idle task be moved to libcpu so it could be more acutely aware of
484        the CPU model.  This file was modified to pick up the idle task from
485        there.
486
4872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
490        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
491        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
492        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
493
4942002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
497        * configure.ac: Replace mcpu32 by mcpu32p conditional.
498
4992002-08-06      Joel Sherrill <joel@OARcorp.com>
500
501        * configure.ac: Be more specific about looking at CPU32 and CPU32+
502        CPU model names so we can turn on the best compile of memcpy.c.
503
5042002-08-05      Joel Sherrill <joel@OARcorp.com>
505
506        * Per PR260 eliminate use of make-target-options.  This impacted
507        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
508        SuperCore and required that the m68k optimized memcpy be moved to
509        libcpu.
510        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
511        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
512        * configure.ac, shared/Makefile.am: Modified to reflect new
513        directory.
514
5152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
518        shared/cache/Makefile.am, shared/Makefile.am,
519        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
520        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
521        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
522        AUTOMAKE_OPTIONS.
523        * configure.ac, mcf5206/configure.ac:
524        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
525        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
526
5272002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
530        *_O_FILES.
531        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
532
5332001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
536        automake-1.5 happy.
537
5382001-10-29      Joel Sherrill <joel@OARcorp.com>
539
540        * mcf5206/.cvsignore: Add more entries.
541
5422001-10-26      Victor V. Vengerov <vvv@oktet.ru>
543
544        * New libcpu support for mcf5206e.
545        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
546        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
547        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
548        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
549        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
550        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
551        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
552        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
553
5542001-10-26      Joel Sherrill <joel@OARcorp.com>
555
556        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
557
5582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
561        * configure.ac: New file, generated from configure.in by autoupdate.
562        * configure.in: Remove.
563
5642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
567        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
568
5692001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
572        include_*HEADERS instead of H_FILES.
573
5742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
577
5782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
581        $(RTEMS_TOPdir)/aclocal.
582
5832000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
586        GNU canonicalization.
587
5882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
591        compile.am.
592
5932000-08-10      Joel Sherrill <joel@OARcorp.com>
594
595        * ChangeLog: New file.
596
Note: See TracBrowser for help on using the repository browser.