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

4.104.115
Last change on this file since fabc115 was fabc115, checked in by Till Straumann <strauman@…>, on 09/10/09 at 21:40:10

* empty log message *

  • Property mode set to 100644
File size: 19.1 KB
Line 
12009-09-10      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 1438/bsps
4        * shared/misc/m68kidle.c: added "cc" clobber to inline
5        asm; STOP instruction modifies CCR!
6
72009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
8
9        * shared/cache/cache_.h: Added cache defines for '__mcfv4e__'.
10
112009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * shared/misc/m68kidle.c: Change prototype of IDLE thread to
14        consistently return void * and take a uintptr_t argument.
15
162009-02-11      Till Straumann <strauman@slac.stanford.edu>
17
18        PR 1369/bsps
19        * Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp
20        floating-point emulation.
21
222008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * mcf5206/timer/timerisr.S: Make compile again.
25
262008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile.am: Split out various BSPs bspstart.c contents. Move cache
29        management code here.
30        * mcf5223x/cache/cachepd.c, mcf5235/cache/cachepd.c: New files.
31
322008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
35
362008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
37
38        * mcf5206/include/mcfmbus.h,mcf5206/mbus/mcfmbus.c:
39        converted done_arg to a void pointer
40       
412008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style,
44        eliminate characters with 8th bit set.
45
462008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * mcf548x/include/mcf548x.h: Convert to Unix file format.
49
502008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: The Shared Memory
53        Driver no longer requires the special IOCTL in Clock_control. This
54        was a hack which has existed since before the Classic API Timer
55        Manager was implemented. All implementations of and references to
56        Clock_control were removed.
57
582008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
61
622008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h:
65        Eliminate rtems_boolean.
66
672008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
70        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Rename timer driver
71        methods to follow RTEMS programming conventions.
72
732008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
76
772008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * shared/misc/m68kidle.c: Correct prototype of Idle threads.
80
812008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
82
83        * Makefile.am:
84        install header for MCF548x
85       
862008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
87
88        * mcf548x/include/mcf548x.h,
89        * mcf548x/include/Freescale_license.txt:
90        New files
91       
922008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
93
94        * Makefile.am, mcf532x/include/mcf532x.h, shared/cache/cache_.h: Add
95        cache support for 5329. Enable the cache in copyback and
96        write-through so we can assume that in BSP.
97        * mcf532x/cache/cachepd.c: New file.
98
992008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
100
101        * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU
102        support.
103        * mcf532x/include/mcf532x.h: New file.
104
1052008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
106
107        * mcf52235/include/mcf52235.h: Removed. Moved to the more generic
108        mcf5223x.h.
109        * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
110        * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
111        to mcf5223x.
112
1132008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
114
115        * mcf52235/include/mcf52235.h: New.
116        * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
117
1182007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: Eliminate copies of
121        the Configuration Table. Use the RTEMS provided accessor macros to
122        obtain configuration fields.
123
1242007-11-22      Chris Johns <chrisj@rtems.org>
125
126        * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
127       
1282007-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * Makefile.am: Now use the m68k memcpy and memset recently added to
131        newlib instead of our own.
132        * shared/misc/memcpy.c: Removed.
133
1342007-03-12      Joel Sherrill <joel@OARcorp.com>
135
136        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
137        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Correct license URL
138        and/or fix mistake in copyright notice. Both of these mistakes appear
139        to be from code submitted after these changes were made previously.
140
1412006-12-14      Till Straumann <strauman@slac.stanford.edu>
142
143        * m68k/mcf5282/include/mcf5282.h: added __may_alias__
144        attribute to low-level scalar type definitions and
145        removed intermediate (void*) cast.
146
1472006-12-14      Till Straumann <strauman@slac.stanford.edu>
148
149        * m68k/mcf5282/include/mcf5282.h: fixed wrong value
150        of MCF5282_QSPI_QDLYR_SPE.
151
1522006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * configure.ac: New BUG-REPORT address.
155
1562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * configure.ac: Require autoconf-2.60. Require automake-1.10.
159
1602006-09-11      Chris Johns <chrisj@rtems.org>
161
162        * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF.
163       
1642006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * configure.ac: Use RTEMS_AMPOLISH3.
167
1682005-07-27      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * Makefile.am: Fix broken patch to mcf5235.
171
1722005-07-08      Joel Sherrill <joel@OARcorp.com>
173
174        * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
175
1762005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
177
178        * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of
179        mcf5235 support.
180        * mcf5235/include/mcf5235.h: New file.
181
1822005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
183
184        * Makefile.am, configure.ac, preinstall.am: Addition of mcf5235
185        support.
186
1872005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * Makefile.am: Merge-in mcf5282/Makefile.am.
190        * preinstall.am: Regenerate.
191        * mcf5282/Makefile.am: Remove.
192        * configure.ac: Remove mcf5282/Makefile.
193
1942005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * Makefile.am: Merge-in mcf5272/Makefile.am.
197        * preinstall.am: Regenerate.
198        * mcf5272/Makefile.am: Remove.
199        * configure.ac: Remove mcf5272/Makefile.
200
2012005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * Makefile.am: Merge-in mcf5206/Makefile.am.
204        * preinstall.am: Regenerate.
205        * mcf5206/Makefile.am: Remove.
206        * configure.ac: Remove mcf5206/Makefile.
207
2082005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Merge-in m68040/Makefile.am.
211        * m68040/Makefile.am: Remove.
212        * configure.ac: Remove m68040/Makefile.
213
2142005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Merge-in shared/Makefile.am.
217        * preinstall.am: New.
218        * shared/Makefile.am: Remove.
219        * configure.ac: Remove shared/Makefile.
220        Add AMPOLISH3.
221
2222005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * mcf5282/include/Makefile.am: Remove (unused).
225
2262005-04-26      Joel Sherrill <joel@OARcorp.com>
227
228        * mcf5206/include/mcfuart.h: Reformatted.
229
2302005-02153      Eric Norum <norume@aps.anl.gov>
231
232        * shared/cache/cache_.h: Remove development warning.
233
2342005-02-03      Eric Norum <norume@aps.anl.gov>
235
236        * shared/misc/memProbe.c: Memory probe support
237
2382005-02-01      Joel Sherrill <joel@OARcorp.com>
239
240        * mcf5282/.cvsignore: New file.
241
2422005-01-28      Eric Norum <norume@aps.anl.gov>
243
244        * shared/cache/cache_.h: Add ColdFire entries
245
2462005-01-28      Eric Norum <norume@aps.anl.gov>
247
248        * Makefile.am, configure.ac, mcf5282/Makefile.am,
249          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
250
2512005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
254        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
255
2562005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
259        shared/Makefile.am: Remove build-variant support.
260
2612005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * ChangeLog: Merge-in mcf5272/ChangeLog.
264        * mcf5272/ChangeLog: Remove.
265
2662004-11-25      Joel Sherrill <joel@OARcorp.com>
267
268        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
269
2702004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
271
272        * shared/cache/cache.c, shared/cache/cache_.h: Use
273        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
274        defined(__mc68020__) to reflect GCC-3.4's expectations.
275
2762004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
277
278        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
279        mcf5272/timer/timer.c: Use POSIX fixed-size types.
280
2812004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
282
283        * configure.ac: Remove RTEMS_ENABLE_BARE.
284
2852004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * configure.ac: Require automake > 1.9.
288
2892004-08-02      Jay Monkman <jtm@lopingdog.com>
290
291        * Makefile.am, configure.ac: Added CSB360 BSP
292        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
293        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
294        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
295        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
296        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
297        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
298        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
299        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
300        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
301
3022004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
303
304        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
305        <asm.h>.
306
3072004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
308
309        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
310        <asm.h>.
311
3122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
313
314        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
315
3162004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
317
318        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
319        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
320        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
321        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
322        fixed size types.
323
3242004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
325
326        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
327
3282004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
331        shared/Makefile.am: Don't include lib.am.
332
3332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
336
3372004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * ChangeLog: Merge-in mcf5206/ChangeLog.
340        * mcf5206/ChangeLog: Remove.
341
3422004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
345        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
346        * shared/Makefile.am: Use automake compilation rules.
347        * mcf5206/.cvsignore: Reflect changes above.
348        * mcf5206/Makefile.am: Convert to automake compilation rules.
349        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
350        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
351        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
352        automake-compilation rules.
353
3542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
357        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
358
3592003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
362
3632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
366        VPATH.
367        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
368        dirs from PRE/TMPINSTALL_FILES.
369        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
370        autoconf >= 2.59.
371        * configure.ac: Reflect changes above.
372        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
373
3742003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * mcf5206/configure.ac: Cosmetics.
377        * mcf5206/configure.ac: Reflect changes above.
378        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
379        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
380        mcf5206/timer/Makefile.am: Remove.
381        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
382        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
383        timer/Makefile.am.
384
3852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
388        mcf5206/timer/Makefile.am: Cosmetics.
389
3902003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * m68040/fpsp/Makefile.am: Remove all-local,
393        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
394        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
395        $(ARCH).
396
3972003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
400        shared/misc/Makefile.am, mcf5206/Makefile.am,
401        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
402        mcf5206/timer/Makefile.am: Reformat.
403        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
404        Use dirstamps for preinstallation.
405
4062003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
409
4102003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
413
4142003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * shared/cache/cache.c (m68030): fix prototype mismatch of
417        _CPU_cache_flush_entire_data.
418
4192003-09-04      Joel Sherrill <joel@OARcorp.com>
420
421        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
422        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
423        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
424        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
425        mcf5206/timer/timerisr.S: URL for license changed.
426
4272003-08-20      Joel Sherrill <joel@OARcorp.com>
428
429        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
430        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
431        statements.
432
4332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
436
4372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
440        shared/Makefile.am, shared/cache/Makefile.am,
441        shared/misc/Makefile.am, mcf5206/Makefile.am,
442        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
443        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
444        mcf5206/timer/Makefile.am: Reflect having moved automake/.
445
4462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
449        bug report email address.
450
4512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
454
4552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
458        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
459
4602003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
463        @RTEMS_BSP@.cfg.
464        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
465        mcf5206/timer/Makefile.am: Likewise.
466
4672003-01-03      Victor V. Vengerov <vvv@oktet.ru>
468
469        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
470        line 232 to after the state has been set.
471
4722002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
475
4762002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
479
4802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
483        Remove autom4te.cache.
484
4852002-08-21      Joel Sherrill <joel@OARcorp.com>
486
487        * shared/misc/m68kidle.c: New file.
488        * configure.ac, shared/misc/Makefile.am: PR217 required that the
489        idle task be moved to libcpu so it could be more acutely aware of
490        the CPU model.  This file was modified to pick up the idle task from
491        there.
492
4932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
496        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
497        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
498        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
499
5002002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
503        * configure.ac: Replace mcpu32 by mcpu32p conditional.
504
5052002-08-06      Joel Sherrill <joel@OARcorp.com>
506
507        * configure.ac: Be more specific about looking at CPU32 and CPU32+
508        CPU model names so we can turn on the best compile of memcpy.c.
509
5102002-08-05      Joel Sherrill <joel@OARcorp.com>
511
512        * Per PR260 eliminate use of make-target-options.  This impacted
513        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
514        SuperCore and required that the m68k optimized memcpy be moved to
515        libcpu.
516        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
517        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
518        * configure.ac, shared/Makefile.am: Modified to reflect new
519        directory.
520
5212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
524        shared/cache/Makefile.am, shared/Makefile.am,
525        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
526        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
527        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
528        AUTOMAKE_OPTIONS.
529        * configure.ac, mcf5206/configure.ac:
530        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
531        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
532
5332002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
536        *_O_FILES.
537        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
538
5392001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
542        automake-1.5 happy.
543
5442001-10-29      Joel Sherrill <joel@OARcorp.com>
545
546        * mcf5206/.cvsignore: Add more entries.
547
5482001-10-26      Victor V. Vengerov <vvv@oktet.ru>
549
550        * New libcpu support for mcf5206e.
551        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
552        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
553        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
554        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
555        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
556        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
557        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
558        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
559
5602001-10-26      Joel Sherrill <joel@OARcorp.com>
561
562        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
563
5642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
567        * configure.ac: New file, generated from configure.in by autoupdate.
568        * configure.in: Remove.
569
5702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
573        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
574
5752001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
578        include_*HEADERS instead of H_FILES.
579
5802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
583
5842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
587        $(RTEMS_TOPdir)/aclocal.
588
5892000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
592        GNU canonicalization.
593
5942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
597        compile.am.
598
5992000-08-10      Joel Sherrill <joel@OARcorp.com>
600
601        * ChangeLog: New file.
602
Note: See TracBrowser for help on using the repository browser.