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

4.115
Last change on this file since a3579d3b was 14782ec0, checked in by Joel Sherrill <joel.sherrill@…>, on 04/05/10 at 17:11:48

2010-04-05 Thomas Znidar <t.znidar@…>

  • Makefile.am, configure.ac, preinstall.am: Add mcf5225x support.
  • mcf5225x/include/fec.h, mcf5225x/include/mcf5225x.h, mcf5225x/network/fec.c: New files.
  • Property mode set to 100644
File size: 20.1 KB
RevLine 
[14782ec0]12010-04-05      Thomas Znidar <t.znidar@embed-it.com>
2
3        * Makefile.am, configure.ac, preinstall.am: Add mcf5225x support.
4        * mcf5225x/include/fec.h, mcf5225x/include/mcf5225x.h,
5        mcf5225x/network/fec.c: New files.
6
[cf293d15]72010-03-16      Eric Norum <wenorum@lbl.gov>
8
9    * mcf5282/include/mcf5282.h: Fix hex constants.
10
[39a9f8e]112009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13        * mcf5206/include/mcfuart.h, mcf5206/include/mcfuart.c: adapted to
14        new prototype for *_write function
15
[6229b2a7]162009-10-15      Thomas Doefler <thomas.doerfler@embedded-brains.de>
17
18        * Makefile.am, mcf548x/mcdma/MCD_dma.h, mcf548x/mcdma/MCD_dmaApi.c,
19        * mcf548x/mcdma/MCD_progCheck.h, mcf548x/mcdma/MCD_tasks.c,
20        * mcf548x/mcdma/MCD_tasksInit.c, mcf548x/mcdma/MCD_tasksInit.h,
21        * mcf548x/mcdma/ReleaseNotes.txt, mcf548x/mcdma/mcdma_glue.c,
22        * mcf548x/mcdma/mcdma_glue.h: add MC_DMA support
23
[578e6fe]242009-10-08      Thomas Doefler <thomas.doerfler@embedded-brains.de>
25
26        * mcf5282/include/mcf5282.h: add missing (x) params to four
[39a9f8e]27        macros, added paranthesis around usage of x in some macros
[578e6fe]28
[b14bfbb]292009-09-10      Till Straumann <strauman@slac.stanford.edu>
30
[fabc115]31        PR 1438/bsps
[b14bfbb]32        * shared/misc/m68kidle.c: added "cc" clobber to inline
33        asm; STOP instruction modifies CCR!
34
[e63acfbb]352009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
36
37        * shared/cache/cache_.h: Added cache defines for '__mcfv4e__'.
38
[326220e]392009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * shared/misc/m68kidle.c: Change prototype of IDLE thread to
42        consistently return void * and take a uintptr_t argument.
43
[fe26418]442009-02-11      Till Straumann <strauman@slac.stanford.edu>
45
46        PR 1369/bsps
47        * Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp
48        floating-point emulation.
49
[5567097]502008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * mcf5206/timer/timerisr.S: Make compile again.
53
[c01e72b]542008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am: Split out various BSPs bspstart.c contents. Move cache
57        management code here.
58        * mcf5223x/cache/cachepd.c, mcf5235/cache/cachepd.c: New files.
59
[3a1b7b8]602008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
63
[27fef33]642008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
65
66        * mcf5206/include/mcfmbus.h,mcf5206/mbus/mcfmbus.c:
67        converted done_arg to a void pointer
68       
[db81d0b]692008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style,
72        eliminate characters with 8th bit set.
73
[6a1c8435]742008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * mcf548x/include/mcf548x.h: Convert to Unix file format.
77
[1e6aed25]782008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: The Shared Memory
81        Driver no longer requires the special IOCTL in Clock_control. This
82        was a hack which has existed since before the Classic API Timer
83        Manager was implemented. All implementations of and references to
84        Clock_control were removed.
85
[3553085]862008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
89
[6197fb5]902008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h:
93        Eliminate rtems_boolean.
94
[a5cd2271]952008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
98        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Rename timer driver
99        methods to follow RTEMS programming conventions.
100
[6bdeeb31]1012008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
104
[90c9d2b]1052008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * shared/misc/m68kidle.c: Correct prototype of Idle threads.
108
[1898d72]1092008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
110
111        * Makefile.am:
112        install header for MCF548x
113       
1142008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
115
116        * mcf548x/include/mcf548x.h,
117        * mcf548x/include/Freescale_license.txt:
118        New files
119       
[c2bb3add]1202008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
121
122        * Makefile.am, mcf532x/include/mcf532x.h, shared/cache/cache_.h: Add
123        cache support for 5329. Enable the cache in copyback and
124        write-through so we can assume that in BSP.
125        * mcf532x/cache/cachepd.c: New file.
126
[5c9be63]1272008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
128
129        * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU
130        support.
131        * mcf532x/include/mcf532x.h: New file.
132
[775f8e5]1332008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
134
135        * mcf52235/include/mcf52235.h: Removed. Moved to the more generic
136        mcf5223x.h.
137        * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
138        * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
139        to mcf5223x.
140
[9af8308]1412008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
142
143        * mcf52235/include/mcf52235.h: New.
144        * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
145
[0f9ecc4e]1462007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: Eliminate copies of
149        the Configuration Table. Use the RTEMS provided accessor macros to
150        obtain configuration fields.
151
[cb32666]1522007-11-22      Chris Johns <chrisj@rtems.org>
153
154        * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
155       
[b37fb8d]1562007-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * Makefile.am: Now use the m68k memcpy and memset recently added to
159        newlib instead of our own.
160        * shared/misc/memcpy.c: Removed.
161
[df2837ff]1622007-03-12      Joel Sherrill <joel@OARcorp.com>
163
164        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
165        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Correct license URL
166        and/or fix mistake in copyright notice. Both of these mistakes appear
167        to be from code submitted after these changes were made previously.
168
[0c3167b]1692006-12-14      Till Straumann <strauman@slac.stanford.edu>
170
171        * m68k/mcf5282/include/mcf5282.h: added __may_alias__
172        attribute to low-level scalar type definitions and
173        removed intermediate (void*) cast.
174
[fd8f417]1752006-12-14      Till Straumann <strauman@slac.stanford.edu>
176
177        * m68k/mcf5282/include/mcf5282.h: fixed wrong value
178        of MCF5282_QSPI_QDLYR_SPE.
179
[fcb0cd46]1802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * configure.ac: New BUG-REPORT address.
183
[11c60096]1842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * configure.ac: Require autoconf-2.60. Require automake-1.10.
187
[b52f628]1882006-09-11      Chris Johns <chrisj@rtems.org>
189
[cb66894]190        * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF.
[b52f628]191       
[4bee7d9c]1922006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * configure.ac: Use RTEMS_AMPOLISH3.
195
[0dd9f41]1962005-07-27      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Fix broken patch to mcf5235.
199
[fb875a8]2002005-07-08      Joel Sherrill <joel@OARcorp.com>
201
202        * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
203
[df8ba46]2042005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
205
206        * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of
207        mcf5235 support.
208        * mcf5235/include/mcf5235.h: New file.
209
2102005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
211
212        * Makefile.am, configure.ac, preinstall.am: Addition of mcf5235
213        support.
214
[3c27de0]2152005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * Makefile.am: Merge-in mcf5282/Makefile.am.
218        * preinstall.am: Regenerate.
219        * mcf5282/Makefile.am: Remove.
220        * configure.ac: Remove mcf5282/Makefile.
221
[d84b262]2222005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * Makefile.am: Merge-in mcf5272/Makefile.am.
225        * preinstall.am: Regenerate.
226        * mcf5272/Makefile.am: Remove.
227        * configure.ac: Remove mcf5272/Makefile.
228
[c37a6be]2292005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * Makefile.am: Merge-in mcf5206/Makefile.am.
232        * preinstall.am: Regenerate.
233        * mcf5206/Makefile.am: Remove.
234        * configure.ac: Remove mcf5206/Makefile.
235
[6b0539cf]2362005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * Makefile.am: Merge-in m68040/Makefile.am.
239        * m68040/Makefile.am: Remove.
240        * configure.ac: Remove m68040/Makefile.
241
[fd30b33]2422005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * Makefile.am: Merge-in shared/Makefile.am.
245        * preinstall.am: New.
246        * shared/Makefile.am: Remove.
247        * configure.ac: Remove shared/Makefile.
248        Add AMPOLISH3.
249
[62ea080]2502005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * mcf5282/include/Makefile.am: Remove (unused).
253
[b0e6c06]2542005-04-26      Joel Sherrill <joel@OARcorp.com>
255
256        * mcf5206/include/mcfuart.h: Reformatted.
257
[2876aeb]2582005-02153      Eric Norum <norume@aps.anl.gov>
259
260        * shared/cache/cache_.h: Remove development warning.
261
[f8ac4fc7]2622005-02-03      Eric Norum <norume@aps.anl.gov>
263
264        * shared/misc/memProbe.c: Memory probe support
265
[7a6d1a3]2662005-02-01      Joel Sherrill <joel@OARcorp.com>
267
268        * mcf5282/.cvsignore: New file.
269
[9be8c2d]2702005-01-28      Eric Norum <norume@aps.anl.gov>
271
272        * shared/cache/cache_.h: Add ColdFire entries
273
[ed71774a]2742005-01-28      Eric Norum <norume@aps.anl.gov>
275
276        * Makefile.am, configure.ac, mcf5282/Makefile.am,
277          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
278
[2546d29]2792005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
282        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
283
[67c9abf]2842005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
287        shared/Makefile.am: Remove build-variant support.
288
[440002f]2892005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * ChangeLog: Merge-in mcf5272/ChangeLog.
292        * mcf5272/ChangeLog: Remove.
293
2942004-11-25      Joel Sherrill <joel@OARcorp.com>
295
296        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
297
[0ee9cc1]2982004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
299
[440002f]300        * shared/cache/cache.c, shared/cache/cache_.h: Use
301        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
302        defined(__mc68020__) to reflect GCC-3.4's expectations.
303
3042004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
307        mcf5272/timer/timer.c: Use POSIX fixed-size types.
[0ee9cc1]308
[1469078f]3092004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
310
311        * configure.ac: Remove RTEMS_ENABLE_BARE.
312
[97891e5e]3132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
314
315        * configure.ac: Require automake > 1.9.
316
[3cfd520]3172004-08-02      Jay Monkman <jtm@lopingdog.com>
318
319        * Makefile.am, configure.ac: Added CSB360 BSP
320        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
321        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
322        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
323        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
[440002f]324        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
325        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
326        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
327        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
328        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
[3cfd520]329
[fbb8e6a]3302004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
331
[440002f]332        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
333        <asm.h>.
[fbb8e6a]334
[fcd91277]3352004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
336
[440002f]337        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
338        <asm.h>.
[fcd91277]339
[2ab000f]3402004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
341
342        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
343
[8bc4430b]3442004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
345
346        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
347        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
348        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
349        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
350        fixed size types.
351
[fc235f44]3522004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
353
354        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
355
[cd24a22b]3562004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
[440002f]358        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
359        shared/Makefile.am: Don't include lib.am.
[cd24a22b]360
[57f360af]3612004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
364
[1ddcdc4]3652004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * ChangeLog: Merge-in mcf5206/ChangeLog.
368        * mcf5206/ChangeLog: Remove.
369
[18039447]3702004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
[e3b7b1bf]372        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
373        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
[440002f]374        * shared/Makefile.am: Use automake compilation rules.
[1ddcdc4]375        * mcf5206/.cvsignore: Reflect changes above.
[440002f]376        * mcf5206/Makefile.am: Convert to automake compilation rules.
377        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
378        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
379        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
380        automake-compilation rules.
[18039447]381
[dc3b7da]3822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
[440002f]384        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
385        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
[dc3b7da]386
[013b750]3872003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
390
[4a8754d]3912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
[440002f]393        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
394        VPATH.
395        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
396        dirs from PRE/TMPINSTALL_FILES.
397        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
398        autoconf >= 2.59.
[4a8754d]399        * configure.ac: Reflect changes above.
[440002f]400        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
[1ddcdc4]401
4022003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * mcf5206/configure.ac: Cosmetics.
[440002f]405        * mcf5206/configure.ac: Reflect changes above.
406        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
407        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
408        mcf5206/timer/Makefile.am: Remove.
[1ddcdc4]409        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
410        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
411        timer/Makefile.am.
412
4132003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
[440002f]415        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
416        mcf5206/timer/Makefile.am: Cosmetics.
[810720b6]417
[d8746e3]4182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
[440002f]420        * m68040/fpsp/Makefile.am: Remove all-local,
421        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
422        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
423        $(ARCH).
[d8746e3]424
[b768665b]4252003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
[440002f]427        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
428        shared/misc/Makefile.am, mcf5206/Makefile.am,
429        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
430        mcf5206/timer/Makefile.am: Reformat.
431        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
432        Use dirstamps for preinstallation.
[b768665b]433
[c6328bee]4342003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
[440002f]436        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
[c6328bee]437
[c8e1751]4382003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
[440002f]440        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
[c8e1751]441
[f73ae980]4422003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * shared/cache/cache.c (m68030): fix prototype mismatch of
445        _CPU_cache_flush_entire_data.
446
[4daae74]4472003-09-04      Joel Sherrill <joel@OARcorp.com>
448
[440002f]449        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
450        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
451        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
452        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
453        mcf5206/timer/timerisr.S: URL for license changed.
[1ddcdc4]454
4552003-08-20      Joel Sherrill <joel@OARcorp.com>
456
457        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
458        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
459        statements.
[4daae74]460
[fe8bc62f]4612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
[440002f]463        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
[fe8bc62f]464
[5321250]4652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
[440002f]467        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
468        shared/Makefile.am, shared/cache/Makefile.am,
469        shared/misc/Makefile.am, mcf5206/Makefile.am,
470        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
471        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
472        mcf5206/timer/Makefile.am: Reflect having moved automake/.
[5321250]473
[7dcc3fe]4742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
[440002f]476        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
477        bug report email address.
[7dcc3fe]478
[3c55718]4792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
[440002f]481        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
[3c55718]482
[ccd81b60]4832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
[440002f]485        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
486        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
[1ddcdc4]487
4882003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
491        @RTEMS_BSP@.cfg.
[440002f]492        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
493        mcf5206/timer/Makefile.am: Likewise.
[1ddcdc4]494
4952003-01-03      Victor V. Vengerov <vvv@oktet.ru>
496
[440002f]497        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
498        line 232 to after the state has been set.
[9b5c258]499
[dfa8fe34]5002002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
[440002f]502        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[dfa8fe34]503
[0730209]5042002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
[440002f]506        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
[0730209]507
[8730f45]5082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
[440002f]510        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
511        Remove autom4te.cache.
[8730f45]512
[06a27bbf]5132002-08-21      Joel Sherrill <joel@OARcorp.com>
514
515        * shared/misc/m68kidle.c: New file.
[440002f]516        * configure.ac, shared/misc/Makefile.am: PR217 required that the
517        idle task be moved to libcpu so it could be more acutely aware of
518        the CPU model.  This file was modified to pick up the idle task from
519        there.
[06a27bbf]520
[ee64711]5212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
[440002f]523        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
524        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
525        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
526        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
[f8ac3ae3]527
[c5ada0b]5282002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
[440002f]531        * configure.ac: Replace mcpu32 by mcpu32p conditional.
[c5ada0b]532
[e3b7b1bf]5332002-08-06      Joel Sherrill <joel@OARcorp.com>
534
[440002f]535        * configure.ac: Be more specific about looking at CPU32 and CPU32+
536        CPU model names so we can turn on the best compile of memcpy.c.
[e3b7b1bf]537
[3f5480c]5382002-08-05      Joel Sherrill <joel@OARcorp.com>
539
[440002f]540        * Per PR260 eliminate use of make-target-options.  This impacted
541        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
542        SuperCore and required that the m68k optimized memcpy be moved to
543        libcpu.
[3f5480c]544        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
545        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
[440002f]546        * configure.ac, shared/Makefile.am: Modified to reflect new
547        directory.
[3f5480c]548
[e3355c71]5492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
[440002f]551        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
552        shared/cache/Makefile.am, shared/Makefile.am,
553        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
554        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
555        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
556        AUTOMAKE_OPTIONS.
557        * configure.ac, mcf5206/configure.ac:
558        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[e3355c71]559        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
560
[e3b7b1bf]5612002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
564        *_O_FILES.
[440002f]565        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
[e3b7b1bf]566
[1ddcdc4]5672001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
[440002f]569        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
570        automake-1.5 happy.
[1ddcdc4]571
5722001-10-29      Joel Sherrill <joel@OARcorp.com>
573
574        * mcf5206/.cvsignore: Add more entries.
575
5762001-10-26      Victor V. Vengerov <vvv@oktet.ru>
577
578        * New libcpu support for mcf5206e.
[440002f]579        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
580        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
581        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
582        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
583        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
584        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
585        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
586        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
[1ddcdc4]587
[62f48b3]5882001-10-26      Joel Sherrill <joel@OARcorp.com>
589
590        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
591
[df25c998]5922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
595        * configure.ac: New file, generated from configure.in by autoupdate.
[440002f]596        * configure.in: Remove.
[df25c998]597
[563acb1]5982001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
601        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
602
[b98c8c9]6032001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
[e3b7b1bf]605        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
606        include_*HEADERS instead of H_FILES.
[b98c8c9]607
[feead226]6082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
611
[a314d3b4]6122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
[440002f]614        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
615        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]616
[d82c006]6172000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
[440002f]619        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
620        GNU canonicalization.
[d82c006]621
[00e8978b]6222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
[440002f]624        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
625        compile.am.
[00e8978b]626
[e94ad1fe]6272000-08-10      Joel Sherrill <joel@OARcorp.com>
628
629        * ChangeLog: New file.
[e3b7b1bf]630
Note: See TracBrowser for help on using the repository browser.