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

4.104.115
Last change on this file since de0cd76 was 27fef33, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 09/22/08 at 11:39:25

* empty log message *

  • Property mode set to 100644
File size: 18.3 KB
Line 
12008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am: Split out various BSPs bspstart.c contents. Move cache
4        management code here.
5        * mcf5223x/cache/cachepd.c, mcf5235/cache/cachepd.c: New files.
6
72008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
10
112008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13        * mcf5206/include/mcfmbus.h,mcf5206/mbus/mcfmbus.c:
14        converted done_arg to a void pointer
15       
162008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style,
19        eliminate characters with 8th bit set.
20
212008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * mcf548x/include/mcf548x.h: Convert to Unix file format.
24
252008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: The Shared Memory
28        Driver no longer requires the special IOCTL in Clock_control. This
29        was a hack which has existed since before the Classic API Timer
30        Manager was implemented. All implementations of and references to
31        Clock_control were removed.
32
332008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
36
372008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h:
40        Eliminate rtems_boolean.
41
422008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
45        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Rename timer driver
46        methods to follow RTEMS programming conventions.
47
482008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
51
522008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * shared/misc/m68kidle.c: Correct prototype of Idle threads.
55
562008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
57
58        * Makefile.am:
59        install header for MCF548x
60       
612008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
62
63        * mcf548x/include/mcf548x.h,
64        * mcf548x/include/Freescale_license.txt:
65        New files
66       
672008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
68
69        * Makefile.am, mcf532x/include/mcf532x.h, shared/cache/cache_.h: Add
70        cache support for 5329. Enable the cache in copyback and
71        write-through so we can assume that in BSP.
72        * mcf532x/cache/cachepd.c: New file.
73
742008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
75
76        * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU
77        support.
78        * mcf532x/include/mcf532x.h: New file.
79
802008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
81
82        * mcf52235/include/mcf52235.h: Removed. Moved to the more generic
83        mcf5223x.h.
84        * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
85        * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
86        to mcf5223x.
87
882008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
89
90        * mcf52235/include/mcf52235.h: New.
91        * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
92
932007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: Eliminate copies of
96        the Configuration Table. Use the RTEMS provided accessor macros to
97        obtain configuration fields.
98
992007-11-22      Chris Johns <chrisj@rtems.org>
100
101        * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
102       
1032007-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * Makefile.am: Now use the m68k memcpy and memset recently added to
106        newlib instead of our own.
107        * shared/misc/memcpy.c: Removed.
108
1092007-03-12      Joel Sherrill <joel@OARcorp.com>
110
111        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
112        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Correct license URL
113        and/or fix mistake in copyright notice. Both of these mistakes appear
114        to be from code submitted after these changes were made previously.
115
1162006-12-14      Till Straumann <strauman@slac.stanford.edu>
117
118        * m68k/mcf5282/include/mcf5282.h: added __may_alias__
119        attribute to low-level scalar type definitions and
120        removed intermediate (void*) cast.
121
1222006-12-14      Till Straumann <strauman@slac.stanford.edu>
123
124        * m68k/mcf5282/include/mcf5282.h: fixed wrong value
125        of MCF5282_QSPI_QDLYR_SPE.
126
1272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: New BUG-REPORT address.
130
1312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * configure.ac: Require autoconf-2.60. Require automake-1.10.
134
1352006-09-11      Chris Johns <chrisj@rtems.org>
136
137        * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF.
138       
1392006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Use RTEMS_AMPOLISH3.
142
1432005-07-27      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Fix broken patch to mcf5235.
146
1472005-07-08      Joel Sherrill <joel@OARcorp.com>
148
149        * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
150
1512005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
152
153        * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of
154        mcf5235 support.
155        * mcf5235/include/mcf5235.h: New file.
156
1572005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
158
159        * Makefile.am, configure.ac, preinstall.am: Addition of mcf5235
160        support.
161
1622005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * Makefile.am: Merge-in mcf5282/Makefile.am.
165        * preinstall.am: Regenerate.
166        * mcf5282/Makefile.am: Remove.
167        * configure.ac: Remove mcf5282/Makefile.
168
1692005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Merge-in mcf5272/Makefile.am.
172        * preinstall.am: Regenerate.
173        * mcf5272/Makefile.am: Remove.
174        * configure.ac: Remove mcf5272/Makefile.
175
1762005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Merge-in mcf5206/Makefile.am.
179        * preinstall.am: Regenerate.
180        * mcf5206/Makefile.am: Remove.
181        * configure.ac: Remove mcf5206/Makefile.
182
1832005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Merge-in m68040/Makefile.am.
186        * m68040/Makefile.am: Remove.
187        * configure.ac: Remove m68040/Makefile.
188
1892005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Merge-in shared/Makefile.am.
192        * preinstall.am: New.
193        * shared/Makefile.am: Remove.
194        * configure.ac: Remove shared/Makefile.
195        Add AMPOLISH3.
196
1972005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * mcf5282/include/Makefile.am: Remove (unused).
200
2012005-04-26      Joel Sherrill <joel@OARcorp.com>
202
203        * mcf5206/include/mcfuart.h: Reformatted.
204
2052005-02153      Eric Norum <norume@aps.anl.gov>
206
207        * shared/cache/cache_.h: Remove development warning.
208
2092005-02-03      Eric Norum <norume@aps.anl.gov>
210
211        * shared/misc/memProbe.c: Memory probe support
212
2132005-02-01      Joel Sherrill <joel@OARcorp.com>
214
215        * mcf5282/.cvsignore: New file.
216
2172005-01-28      Eric Norum <norume@aps.anl.gov>
218
219        * shared/cache/cache_.h: Add ColdFire entries
220
2212005-01-28      Eric Norum <norume@aps.anl.gov>
222
223        * Makefile.am, configure.ac, mcf5282/Makefile.am,
224          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
225
2262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
229        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
230
2312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
234        shared/Makefile.am: Remove build-variant support.
235
2362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * ChangeLog: Merge-in mcf5272/ChangeLog.
239        * mcf5272/ChangeLog: Remove.
240
2412004-11-25      Joel Sherrill <joel@OARcorp.com>
242
243        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
244
2452004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
246
247        * shared/cache/cache.c, shared/cache/cache_.h: Use
248        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
249        defined(__mc68020__) to reflect GCC-3.4's expectations.
250
2512004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
254        mcf5272/timer/timer.c: Use POSIX fixed-size types.
255
2562004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
257
258        * configure.ac: Remove RTEMS_ENABLE_BARE.
259
2602004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        * configure.ac: Require automake > 1.9.
263
2642004-08-02      Jay Monkman <jtm@lopingdog.com>
265
266        * Makefile.am, configure.ac: Added CSB360 BSP
267        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
268        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
269        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
270        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
271        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
272        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
273        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
274        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
275        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
276
2772004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
278
279        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
280        <asm.h>.
281
2822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
285        <asm.h>.
286
2872004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
288
289        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
290
2912004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
292
293        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
294        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
295        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
296        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
297        fixed size types.
298
2992004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
302
3032004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
306        shared/Makefile.am: Don't include lib.am.
307
3082004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
311
3122004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * ChangeLog: Merge-in mcf5206/ChangeLog.
315        * mcf5206/ChangeLog: Remove.
316
3172004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
320        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
321        * shared/Makefile.am: Use automake compilation rules.
322        * mcf5206/.cvsignore: Reflect changes above.
323        * mcf5206/Makefile.am: Convert to automake compilation rules.
324        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
325        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
326        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
327        automake-compilation rules.
328
3292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
332        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
333
3342003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
337
3382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
341        VPATH.
342        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
343        dirs from PRE/TMPINSTALL_FILES.
344        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
345        autoconf >= 2.59.
346        * configure.ac: Reflect changes above.
347        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
348
3492003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * mcf5206/configure.ac: Cosmetics.
352        * mcf5206/configure.ac: Reflect changes above.
353        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
354        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
355        mcf5206/timer/Makefile.am: Remove.
356        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
357        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
358        timer/Makefile.am.
359
3602003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
363        mcf5206/timer/Makefile.am: Cosmetics.
364
3652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * m68040/fpsp/Makefile.am: Remove all-local,
368        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
369        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
370        $(ARCH).
371
3722003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
375        shared/misc/Makefile.am, mcf5206/Makefile.am,
376        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
377        mcf5206/timer/Makefile.am: Reformat.
378        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
379        Use dirstamps for preinstallation.
380
3812003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
384
3852003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
388
3892003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * shared/cache/cache.c (m68030): fix prototype mismatch of
392        _CPU_cache_flush_entire_data.
393
3942003-09-04      Joel Sherrill <joel@OARcorp.com>
395
396        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
397        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
398        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
399        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
400        mcf5206/timer/timerisr.S: URL for license changed.
401
4022003-08-20      Joel Sherrill <joel@OARcorp.com>
403
404        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
405        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
406        statements.
407
4082003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
411
4122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
415        shared/Makefile.am, shared/cache/Makefile.am,
416        shared/misc/Makefile.am, mcf5206/Makefile.am,
417        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
418        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
419        mcf5206/timer/Makefile.am: Reflect having moved automake/.
420
4212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
424        bug report email address.
425
4262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
429
4302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
433        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
434
4352003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
438        @RTEMS_BSP@.cfg.
439        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
440        mcf5206/timer/Makefile.am: Likewise.
441
4422003-01-03      Victor V. Vengerov <vvv@oktet.ru>
443
444        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
445        line 232 to after the state has been set.
446
4472002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
450
4512002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
454
4552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
458        Remove autom4te.cache.
459
4602002-08-21      Joel Sherrill <joel@OARcorp.com>
461
462        * shared/misc/m68kidle.c: New file.
463        * configure.ac, shared/misc/Makefile.am: PR217 required that the
464        idle task be moved to libcpu so it could be more acutely aware of
465        the CPU model.  This file was modified to pick up the idle task from
466        there.
467
4682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
471        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
472        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
473        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
474
4752002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
478        * configure.ac: Replace mcpu32 by mcpu32p conditional.
479
4802002-08-06      Joel Sherrill <joel@OARcorp.com>
481
482        * configure.ac: Be more specific about looking at CPU32 and CPU32+
483        CPU model names so we can turn on the best compile of memcpy.c.
484
4852002-08-05      Joel Sherrill <joel@OARcorp.com>
486
487        * Per PR260 eliminate use of make-target-options.  This impacted
488        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
489        SuperCore and required that the m68k optimized memcpy be moved to
490        libcpu.
491        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
492        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
493        * configure.ac, shared/Makefile.am: Modified to reflect new
494        directory.
495
4962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
499        shared/cache/Makefile.am, shared/Makefile.am,
500        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
501        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
502        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
503        AUTOMAKE_OPTIONS.
504        * configure.ac, mcf5206/configure.ac:
505        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
506        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
507
5082002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
511        *_O_FILES.
512        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
513
5142001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
517        automake-1.5 happy.
518
5192001-10-29      Joel Sherrill <joel@OARcorp.com>
520
521        * mcf5206/.cvsignore: Add more entries.
522
5232001-10-26      Victor V. Vengerov <vvv@oktet.ru>
524
525        * New libcpu support for mcf5206e.
526        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
527        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
528        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
529        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
530        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
531        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
532        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
533        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
534
5352001-10-26      Joel Sherrill <joel@OARcorp.com>
536
537        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
538
5392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
542        * configure.ac: New file, generated from configure.in by autoupdate.
543        * configure.in: Remove.
544
5452001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
548        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
549
5502001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
553        include_*HEADERS instead of H_FILES.
554
5552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
558
5592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
562        $(RTEMS_TOPdir)/aclocal.
563
5642000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
567        GNU canonicalization.
568
5692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
572        compile.am.
573
5742000-08-10      Joel Sherrill <joel@OARcorp.com>
575
576        * ChangeLog: New file.
577
Note: See TracBrowser for help on using the repository browser.