source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 359e537

4.104.115
Last change on this file since 359e537 was 6229b2a7, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/15/09 at 13:55:47

add MC_DMA support to MCF548x

  • Property mode set to 100644
File size: 19.6 KB
Line 
12009-10-15      Thomas Doefler <thomas.doerfler@embedded-brains.de>
2
3        * Makefile.am, mcf548x/mcdma/MCD_dma.h, mcf548x/mcdma/MCD_dmaApi.c,
4        * mcf548x/mcdma/MCD_progCheck.h, mcf548x/mcdma/MCD_tasks.c,
5        * mcf548x/mcdma/MCD_tasksInit.c, mcf548x/mcdma/MCD_tasksInit.h,
6        * mcf548x/mcdma/ReleaseNotes.txt, mcf548x/mcdma/mcdma_glue.c,
7        * mcf548x/mcdma/mcdma_glue.h: add MC_DMA support
8
92009-10-08      Thomas Doefler <thomas.doerfler@embedded-brains.de>
10
11        * mcf5282/include/mcf5282.h: add missing (x) params to four
12        macros, added paranthesis around usage of x in some macros     
13
142009-09-10      Till Straumann <strauman@slac.stanford.edu>
15
16        PR 1438/bsps
17        * shared/misc/m68kidle.c: added "cc" clobber to inline
18        asm; STOP instruction modifies CCR!
19
202009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
21
22        * shared/cache/cache_.h: Added cache defines for '__mcfv4e__'.
23
242009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * shared/misc/m68kidle.c: Change prototype of IDLE thread to
27        consistently return void * and take a uintptr_t argument.
28
292009-02-11      Till Straumann <strauman@slac.stanford.edu>
30
31        PR 1369/bsps
32        * Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp
33        floating-point emulation.
34
352008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * mcf5206/timer/timerisr.S: Make compile again.
38
392008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am: Split out various BSPs bspstart.c contents. Move cache
42        management code here.
43        * mcf5223x/cache/cachepd.c, mcf5235/cache/cachepd.c: New files.
44
452008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
48
492008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
50
51        * mcf5206/include/mcfmbus.h,mcf5206/mbus/mcfmbus.c:
52        converted done_arg to a void pointer
53       
542008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style,
57        eliminate characters with 8th bit set.
58
592008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * mcf548x/include/mcf548x.h: Convert to Unix file format.
62
632008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: The Shared Memory
66        Driver no longer requires the special IOCTL in Clock_control. This
67        was a hack which has existed since before the Classic API Timer
68        Manager was implemented. All implementations of and references to
69        Clock_control were removed.
70
712008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
74
752008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h:
78        Eliminate rtems_boolean.
79
802008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
83        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Rename timer driver
84        methods to follow RTEMS programming conventions.
85
862008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
89
902008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * shared/misc/m68kidle.c: Correct prototype of Idle threads.
93
942008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
95
96        * Makefile.am:
97        install header for MCF548x
98       
992008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
100
101        * mcf548x/include/mcf548x.h,
102        * mcf548x/include/Freescale_license.txt:
103        New files
104       
1052008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
106
107        * Makefile.am, mcf532x/include/mcf532x.h, shared/cache/cache_.h: Add
108        cache support for 5329. Enable the cache in copyback and
109        write-through so we can assume that in BSP.
110        * mcf532x/cache/cachepd.c: New file.
111
1122008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
113
114        * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU
115        support.
116        * mcf532x/include/mcf532x.h: New file.
117
1182008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
119
120        * mcf52235/include/mcf52235.h: Removed. Moved to the more generic
121        mcf5223x.h.
122        * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
123        * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
124        to mcf5223x.
125
1262008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
127
128        * mcf52235/include/mcf52235.h: New.
129        * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
130
1312007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: Eliminate copies of
134        the Configuration Table. Use the RTEMS provided accessor macros to
135        obtain configuration fields.
136
1372007-11-22      Chris Johns <chrisj@rtems.org>
138
139        * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
140       
1412007-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * Makefile.am: Now use the m68k memcpy and memset recently added to
144        newlib instead of our own.
145        * shared/misc/memcpy.c: Removed.
146
1472007-03-12      Joel Sherrill <joel@OARcorp.com>
148
149        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
150        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Correct license URL
151        and/or fix mistake in copyright notice. Both of these mistakes appear
152        to be from code submitted after these changes were made previously.
153
1542006-12-14      Till Straumann <strauman@slac.stanford.edu>
155
156        * m68k/mcf5282/include/mcf5282.h: added __may_alias__
157        attribute to low-level scalar type definitions and
158        removed intermediate (void*) cast.
159
1602006-12-14      Till Straumann <strauman@slac.stanford.edu>
161
162        * m68k/mcf5282/include/mcf5282.h: fixed wrong value
163        of MCF5282_QSPI_QDLYR_SPE.
164
1652006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * configure.ac: New BUG-REPORT address.
168
1692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * configure.ac: Require autoconf-2.60. Require automake-1.10.
172
1732006-09-11      Chris Johns <chrisj@rtems.org>
174
175        * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF.
176       
1772006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * configure.ac: Use RTEMS_AMPOLISH3.
180
1812005-07-27      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Fix broken patch to mcf5235.
184
1852005-07-08      Joel Sherrill <joel@OARcorp.com>
186
187        * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
188
1892005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
190
191        * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of
192        mcf5235 support.
193        * mcf5235/include/mcf5235.h: New file.
194
1952005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
196
197        * Makefile.am, configure.ac, preinstall.am: Addition of mcf5235
198        support.
199
2002005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * Makefile.am: Merge-in mcf5282/Makefile.am.
203        * preinstall.am: Regenerate.
204        * mcf5282/Makefile.am: Remove.
205        * configure.ac: Remove mcf5282/Makefile.
206
2072005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Merge-in mcf5272/Makefile.am.
210        * preinstall.am: Regenerate.
211        * mcf5272/Makefile.am: Remove.
212        * configure.ac: Remove mcf5272/Makefile.
213
2142005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Merge-in mcf5206/Makefile.am.
217        * preinstall.am: Regenerate.
218        * mcf5206/Makefile.am: Remove.
219        * configure.ac: Remove mcf5206/Makefile.
220
2212005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * Makefile.am: Merge-in m68040/Makefile.am.
224        * m68040/Makefile.am: Remove.
225        * configure.ac: Remove m68040/Makefile.
226
2272005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Merge-in shared/Makefile.am.
230        * preinstall.am: New.
231        * shared/Makefile.am: Remove.
232        * configure.ac: Remove shared/Makefile.
233        Add AMPOLISH3.
234
2352005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * mcf5282/include/Makefile.am: Remove (unused).
238
2392005-04-26      Joel Sherrill <joel@OARcorp.com>
240
241        * mcf5206/include/mcfuart.h: Reformatted.
242
2432005-02153      Eric Norum <norume@aps.anl.gov>
244
245        * shared/cache/cache_.h: Remove development warning.
246
2472005-02-03      Eric Norum <norume@aps.anl.gov>
248
249        * shared/misc/memProbe.c: Memory probe support
250
2512005-02-01      Joel Sherrill <joel@OARcorp.com>
252
253        * mcf5282/.cvsignore: New file.
254
2552005-01-28      Eric Norum <norume@aps.anl.gov>
256
257        * shared/cache/cache_.h: Add ColdFire entries
258
2592005-01-28      Eric Norum <norume@aps.anl.gov>
260
261        * Makefile.am, configure.ac, mcf5282/Makefile.am,
262          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
263
2642005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
267        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
268
2692005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
272        shared/Makefile.am: Remove build-variant support.
273
2742005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * ChangeLog: Merge-in mcf5272/ChangeLog.
277        * mcf5272/ChangeLog: Remove.
278
2792004-11-25      Joel Sherrill <joel@OARcorp.com>
280
281        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
282
2832004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
284
285        * shared/cache/cache.c, shared/cache/cache_.h: Use
286        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
287        defined(__mc68020__) to reflect GCC-3.4's expectations.
288
2892004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
292        mcf5272/timer/timer.c: Use POSIX fixed-size types.
293
2942004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
295
296        * configure.ac: Remove RTEMS_ENABLE_BARE.
297
2982004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        * configure.ac: Require automake > 1.9.
301
3022004-08-02      Jay Monkman <jtm@lopingdog.com>
303
304        * Makefile.am, configure.ac: Added CSB360 BSP
305        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
306        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
307        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
308        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
309        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
310        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
311        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
312        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
313        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
314
3152004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
316
317        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
318        <asm.h>.
319
3202004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
321
322        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
323        <asm.h>.
324
3252004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
326
327        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
328
3292004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
330
331        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
332        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
333        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
334        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
335        fixed size types.
336
3372004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
338
339        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
340
3412004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
344        shared/Makefile.am: Don't include lib.am.
345
3462004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
349
3502004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * ChangeLog: Merge-in mcf5206/ChangeLog.
353        * mcf5206/ChangeLog: Remove.
354
3552004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
358        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
359        * shared/Makefile.am: Use automake compilation rules.
360        * mcf5206/.cvsignore: Reflect changes above.
361        * mcf5206/Makefile.am: Convert to automake compilation rules.
362        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
363        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
364        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
365        automake-compilation rules.
366
3672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
370        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
371
3722003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
375
3762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
379        VPATH.
380        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
381        dirs from PRE/TMPINSTALL_FILES.
382        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
383        autoconf >= 2.59.
384        * configure.ac: Reflect changes above.
385        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
386
3872003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * mcf5206/configure.ac: Cosmetics.
390        * mcf5206/configure.ac: Reflect changes above.
391        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
392        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
393        mcf5206/timer/Makefile.am: Remove.
394        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
395        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
396        timer/Makefile.am.
397
3982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
401        mcf5206/timer/Makefile.am: Cosmetics.
402
4032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * m68040/fpsp/Makefile.am: Remove all-local,
406        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
407        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
408        $(ARCH).
409
4102003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
413        shared/misc/Makefile.am, mcf5206/Makefile.am,
414        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
415        mcf5206/timer/Makefile.am: Reformat.
416        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
417        Use dirstamps for preinstallation.
418
4192003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
422
4232003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
426
4272003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * shared/cache/cache.c (m68030): fix prototype mismatch of
430        _CPU_cache_flush_entire_data.
431
4322003-09-04      Joel Sherrill <joel@OARcorp.com>
433
434        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
435        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
436        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
437        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
438        mcf5206/timer/timerisr.S: URL for license changed.
439
4402003-08-20      Joel Sherrill <joel@OARcorp.com>
441
442        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
443        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
444        statements.
445
4462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
449
4502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
453        shared/Makefile.am, shared/cache/Makefile.am,
454        shared/misc/Makefile.am, mcf5206/Makefile.am,
455        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
456        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
457        mcf5206/timer/Makefile.am: Reflect having moved automake/.
458
4592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
462        bug report email address.
463
4642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
467
4682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
471        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
472
4732003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
476        @RTEMS_BSP@.cfg.
477        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
478        mcf5206/timer/Makefile.am: Likewise.
479
4802003-01-03      Victor V. Vengerov <vvv@oktet.ru>
481
482        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
483        line 232 to after the state has been set.
484
4852002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
488
4892002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
492
4932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
496        Remove autom4te.cache.
497
4982002-08-21      Joel Sherrill <joel@OARcorp.com>
499
500        * shared/misc/m68kidle.c: New file.
501        * configure.ac, shared/misc/Makefile.am: PR217 required that the
502        idle task be moved to libcpu so it could be more acutely aware of
503        the CPU model.  This file was modified to pick up the idle task from
504        there.
505
5062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
509        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
510        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
511        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
512
5132002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
516        * configure.ac: Replace mcpu32 by mcpu32p conditional.
517
5182002-08-06      Joel Sherrill <joel@OARcorp.com>
519
520        * configure.ac: Be more specific about looking at CPU32 and CPU32+
521        CPU model names so we can turn on the best compile of memcpy.c.
522
5232002-08-05      Joel Sherrill <joel@OARcorp.com>
524
525        * Per PR260 eliminate use of make-target-options.  This impacted
526        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
527        SuperCore and required that the m68k optimized memcpy be moved to
528        libcpu.
529        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
530        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
531        * configure.ac, shared/Makefile.am: Modified to reflect new
532        directory.
533
5342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
537        shared/cache/Makefile.am, shared/Makefile.am,
538        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
539        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
540        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
541        AUTOMAKE_OPTIONS.
542        * configure.ac, mcf5206/configure.ac:
543        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
544        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
545
5462002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
549        *_O_FILES.
550        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
551
5522001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
555        automake-1.5 happy.
556
5572001-10-29      Joel Sherrill <joel@OARcorp.com>
558
559        * mcf5206/.cvsignore: Add more entries.
560
5612001-10-26      Victor V. Vengerov <vvv@oktet.ru>
562
563        * New libcpu support for mcf5206e.
564        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
565        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
566        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
567        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
568        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
569        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
570        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
571        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
572
5732001-10-26      Joel Sherrill <joel@OARcorp.com>
574
575        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
576
5772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
580        * configure.ac: New file, generated from configure.in by autoupdate.
581        * configure.in: Remove.
582
5832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
586        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
587
5882001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
591        include_*HEADERS instead of H_FILES.
592
5932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
596
5972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
600        $(RTEMS_TOPdir)/aclocal.
601
6022000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
605        GNU canonicalization.
606
6072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
610        compile.am.
611
6122000-08-10      Joel Sherrill <joel@OARcorp.com>
613
614        * ChangeLog: New file.
615
Note: See TracBrowser for help on using the repository browser.