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

4.104.115
Last change on this file since c193baad 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
Line 
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
72010-03-16      Eric Norum <wenorum@lbl.gov>
8
9    * mcf5282/include/mcf5282.h: Fix hex constants.
10
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
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
242009-10-08      Thomas Doefler <thomas.doerfler@embedded-brains.de>
25
26        * mcf5282/include/mcf5282.h: add missing (x) params to four
27        macros, added paranthesis around usage of x in some macros
28
292009-09-10      Till Straumann <strauman@slac.stanford.edu>
30
31        PR 1438/bsps
32        * shared/misc/m68kidle.c: added "cc" clobber to inline
33        asm; STOP instruction modifies CCR!
34
352009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
36
37        * shared/cache/cache_.h: Added cache defines for '__mcfv4e__'.
38
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
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
502008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * mcf5206/timer/timerisr.S: Make compile again.
53
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
602008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
63
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       
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
742008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * mcf548x/include/mcf548x.h: Convert to Unix file format.
77
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
862008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
89
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
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
1012008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
104
1052008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * shared/misc/m68kidle.c: Correct prototype of Idle threads.
108
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       
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
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
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
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
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
1522007-11-22      Chris Johns <chrisj@rtems.org>
153
154        * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
155       
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
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
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
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
1802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * configure.ac: New BUG-REPORT address.
183
1842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * configure.ac: Require autoconf-2.60. Require automake-1.10.
187
1882006-09-11      Chris Johns <chrisj@rtems.org>
189
190        * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF.
191       
1922006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * configure.ac: Use RTEMS_AMPOLISH3.
195
1962005-07-27      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Fix broken patch to mcf5235.
199
2002005-07-08      Joel Sherrill <joel@OARcorp.com>
201
202        * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
203
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
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
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
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
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
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
2502005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * mcf5282/include/Makefile.am: Remove (unused).
253
2542005-04-26      Joel Sherrill <joel@OARcorp.com>
255
256        * mcf5206/include/mcfuart.h: Reformatted.
257
2582005-02153      Eric Norum <norume@aps.anl.gov>
259
260        * shared/cache/cache_.h: Remove development warning.
261
2622005-02-03      Eric Norum <norume@aps.anl.gov>
263
264        * shared/misc/memProbe.c: Memory probe support
265
2662005-02-01      Joel Sherrill <joel@OARcorp.com>
267
268        * mcf5282/.cvsignore: New file.
269
2702005-01-28      Eric Norum <norume@aps.anl.gov>
271
272        * shared/cache/cache_.h: Add ColdFire entries
273
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
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
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
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
2982004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
299
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.
308
3092004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
310
311        * configure.ac: Remove RTEMS_ENABLE_BARE.
312
3132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
314
315        * configure.ac: Require automake > 1.9.
316
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,
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.
329
3302004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
331
332        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
333        <asm.h>.
334
3352004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
336
337        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
338        <asm.h>.
339
3402004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
341
342        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
343
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
3522004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
353
354        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
355
3562004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
359        shared/Makefile.am: Don't include lib.am.
360
3612004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
364
3652004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * ChangeLog: Merge-in mcf5206/ChangeLog.
368        * mcf5206/ChangeLog: Remove.
369
3702004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
373        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
374        * shared/Makefile.am: Use automake compilation rules.
375        * mcf5206/.cvsignore: Reflect changes above.
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.
381
3822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
385        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
386
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
3912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
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.
399        * configure.ac: Reflect changes above.
400        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
401
4022003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * mcf5206/configure.ac: Cosmetics.
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.
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
415        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
416        mcf5206/timer/Makefile.am: Cosmetics.
417
4182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
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).
424
4252003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
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.
433
4342003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
437
4382003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
441
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
4472003-09-04      Joel Sherrill <joel@OARcorp.com>
448
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.
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.
460
4612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
464
4652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
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/.
473
4742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
477        bug report email address.
478
4792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
482
4832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
486        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
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.
492        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
493        mcf5206/timer/Makefile.am: Likewise.
494
4952003-01-03      Victor V. Vengerov <vvv@oktet.ru>
496
497        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
498        line 232 to after the state has been set.
499
5002002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
503
5042002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
507
5082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
511        Remove autom4te.cache.
512
5132002-08-21      Joel Sherrill <joel@OARcorp.com>
514
515        * shared/misc/m68kidle.c: New file.
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.
520
5212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
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.
527
5282002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
531        * configure.ac: Replace mcpu32 by mcpu32p conditional.
532
5332002-08-06      Joel Sherrill <joel@OARcorp.com>
534
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.
537
5382002-08-05      Joel Sherrill <joel@OARcorp.com>
539
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.
544        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
545        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
546        * configure.ac, shared/Makefile.am: Modified to reflect new
547        directory.
548
5492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
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).
559        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
560
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.
565        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
566
5672001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
570        automake-1.5 happy.
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.
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.
587
5882001-10-26      Joel Sherrill <joel@OARcorp.com>
589
590        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
591
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.
596        * configure.in: Remove.
597
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
6032001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
606        include_*HEADERS instead of H_FILES.
607
6082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
611
6122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
615        $(RTEMS_TOPdir)/aclocal.
616
6172000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
620        GNU canonicalization.
621
6222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
625        compile.am.
626
6272000-08-10      Joel Sherrill <joel@OARcorp.com>
628
629        * ChangeLog: New file.
630
Note: See TracBrowser for help on using the repository browser.