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

4.104.115
Last change on this file since cf293d15 was cf293d15, checked in by Eric Norum <WENorum@…>, on 03/16/10 at 15:53:48

Fix hex constants.

  • Property mode set to 100644
File size: 19.9 KB
Line 
12010-03-16      Eric Norum <wenorum@lbl.gov>
2
3    * mcf5282/include/mcf5282.h: Fix hex constants.
4
52009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
6
7        * mcf5206/include/mcfuart.h, mcf5206/include/mcfuart.c: adapted to
8        new prototype for *_write function
9
102009-10-15      Thomas Doefler <thomas.doerfler@embedded-brains.de>
11
12        * Makefile.am, mcf548x/mcdma/MCD_dma.h, mcf548x/mcdma/MCD_dmaApi.c,
13        * mcf548x/mcdma/MCD_progCheck.h, mcf548x/mcdma/MCD_tasks.c,
14        * mcf548x/mcdma/MCD_tasksInit.c, mcf548x/mcdma/MCD_tasksInit.h,
15        * mcf548x/mcdma/ReleaseNotes.txt, mcf548x/mcdma/mcdma_glue.c,
16        * mcf548x/mcdma/mcdma_glue.h: add MC_DMA support
17
182009-10-08      Thomas Doefler <thomas.doerfler@embedded-brains.de>
19
20        * mcf5282/include/mcf5282.h: add missing (x) params to four
21        macros, added paranthesis around usage of x in some macros
22
232009-09-10      Till Straumann <strauman@slac.stanford.edu>
24
25        PR 1438/bsps
26        * shared/misc/m68kidle.c: added "cc" clobber to inline
27        asm; STOP instruction modifies CCR!
28
292009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
30
31        * shared/cache/cache_.h: Added cache defines for '__mcfv4e__'.
32
332009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * shared/misc/m68kidle.c: Change prototype of IDLE thread to
36        consistently return void * and take a uintptr_t argument.
37
382009-02-11      Till Straumann <strauman@slac.stanford.edu>
39
40        PR 1369/bsps
41        * Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp
42        floating-point emulation.
43
442008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * mcf5206/timer/timerisr.S: Make compile again.
47
482008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * Makefile.am: Split out various BSPs bspstart.c contents. Move cache
51        management code here.
52        * mcf5223x/cache/cachepd.c, mcf5235/cache/cachepd.c: New files.
53
542008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
57
582008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
59
60        * mcf5206/include/mcfmbus.h,mcf5206/mbus/mcfmbus.c:
61        converted done_arg to a void pointer
62       
632008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style,
66        eliminate characters with 8th bit set.
67
682008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * mcf548x/include/mcf548x.h: Convert to Unix file format.
71
722008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: The Shared Memory
75        Driver no longer requires the special IOCTL in Clock_control. This
76        was a hack which has existed since before the Classic API Timer
77        Manager was implemented. All implementations of and references to
78        Clock_control were removed.
79
802008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
83
842008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h:
87        Eliminate rtems_boolean.
88
892008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
92        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Rename timer driver
93        methods to follow RTEMS programming conventions.
94
952008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
98
992008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * shared/misc/m68kidle.c: Correct prototype of Idle threads.
102
1032008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
104
105        * Makefile.am:
106        install header for MCF548x
107       
1082008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
109
110        * mcf548x/include/mcf548x.h,
111        * mcf548x/include/Freescale_license.txt:
112        New files
113       
1142008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
115
116        * Makefile.am, mcf532x/include/mcf532x.h, shared/cache/cache_.h: Add
117        cache support for 5329. Enable the cache in copyback and
118        write-through so we can assume that in BSP.
119        * mcf532x/cache/cachepd.c: New file.
120
1212008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
122
123        * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU
124        support.
125        * mcf532x/include/mcf532x.h: New file.
126
1272008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
128
129        * mcf52235/include/mcf52235.h: Removed. Moved to the more generic
130        mcf5223x.h.
131        * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
132        * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
133        to mcf5223x.
134
1352008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
136
137        * mcf52235/include/mcf52235.h: New.
138        * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
139
1402007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: Eliminate copies of
143        the Configuration Table. Use the RTEMS provided accessor macros to
144        obtain configuration fields.
145
1462007-11-22      Chris Johns <chrisj@rtems.org>
147
148        * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
149       
1502007-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * Makefile.am: Now use the m68k memcpy and memset recently added to
153        newlib instead of our own.
154        * shared/misc/memcpy.c: Removed.
155
1562007-03-12      Joel Sherrill <joel@OARcorp.com>
157
158        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
159        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Correct license URL
160        and/or fix mistake in copyright notice. Both of these mistakes appear
161        to be from code submitted after these changes were made previously.
162
1632006-12-14      Till Straumann <strauman@slac.stanford.edu>
164
165        * m68k/mcf5282/include/mcf5282.h: added __may_alias__
166        attribute to low-level scalar type definitions and
167        removed intermediate (void*) cast.
168
1692006-12-14      Till Straumann <strauman@slac.stanford.edu>
170
171        * m68k/mcf5282/include/mcf5282.h: fixed wrong value
172        of MCF5282_QSPI_QDLYR_SPE.
173
1742006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * configure.ac: New BUG-REPORT address.
177
1782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * configure.ac: Require autoconf-2.60. Require automake-1.10.
181
1822006-09-11      Chris Johns <chrisj@rtems.org>
183
184        * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF.
185       
1862006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * configure.ac: Use RTEMS_AMPOLISH3.
189
1902005-07-27      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * Makefile.am: Fix broken patch to mcf5235.
193
1942005-07-08      Joel Sherrill <joel@OARcorp.com>
195
196        * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
197
1982005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
199
200        * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of
201        mcf5235 support.
202        * mcf5235/include/mcf5235.h: New file.
203
2042005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
205
206        * Makefile.am, configure.ac, preinstall.am: Addition of mcf5235
207        support.
208
2092005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Merge-in mcf5282/Makefile.am.
212        * preinstall.am: Regenerate.
213        * mcf5282/Makefile.am: Remove.
214        * configure.ac: Remove mcf5282/Makefile.
215
2162005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * Makefile.am: Merge-in mcf5272/Makefile.am.
219        * preinstall.am: Regenerate.
220        * mcf5272/Makefile.am: Remove.
221        * configure.ac: Remove mcf5272/Makefile.
222
2232005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * Makefile.am: Merge-in mcf5206/Makefile.am.
226        * preinstall.am: Regenerate.
227        * mcf5206/Makefile.am: Remove.
228        * configure.ac: Remove mcf5206/Makefile.
229
2302005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * Makefile.am: Merge-in m68040/Makefile.am.
233        * m68040/Makefile.am: Remove.
234        * configure.ac: Remove m68040/Makefile.
235
2362005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * Makefile.am: Merge-in shared/Makefile.am.
239        * preinstall.am: New.
240        * shared/Makefile.am: Remove.
241        * configure.ac: Remove shared/Makefile.
242        Add AMPOLISH3.
243
2442005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * mcf5282/include/Makefile.am: Remove (unused).
247
2482005-04-26      Joel Sherrill <joel@OARcorp.com>
249
250        * mcf5206/include/mcfuart.h: Reformatted.
251
2522005-02153      Eric Norum <norume@aps.anl.gov>
253
254        * shared/cache/cache_.h: Remove development warning.
255
2562005-02-03      Eric Norum <norume@aps.anl.gov>
257
258        * shared/misc/memProbe.c: Memory probe support
259
2602005-02-01      Joel Sherrill <joel@OARcorp.com>
261
262        * mcf5282/.cvsignore: New file.
263
2642005-01-28      Eric Norum <norume@aps.anl.gov>
265
266        * shared/cache/cache_.h: Add ColdFire entries
267
2682005-01-28      Eric Norum <norume@aps.anl.gov>
269
270        * Makefile.am, configure.ac, mcf5282/Makefile.am,
271          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
272
2732005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
276        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
277
2782005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
281        shared/Makefile.am: Remove build-variant support.
282
2832005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * ChangeLog: Merge-in mcf5272/ChangeLog.
286        * mcf5272/ChangeLog: Remove.
287
2882004-11-25      Joel Sherrill <joel@OARcorp.com>
289
290        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
291
2922004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        * shared/cache/cache.c, shared/cache/cache_.h: Use
295        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
296        defined(__mc68020__) to reflect GCC-3.4's expectations.
297
2982004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
301        mcf5272/timer/timer.c: Use POSIX fixed-size types.
302
3032004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        * configure.ac: Remove RTEMS_ENABLE_BARE.
306
3072004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
308
309        * configure.ac: Require automake > 1.9.
310
3112004-08-02      Jay Monkman <jtm@lopingdog.com>
312
313        * Makefile.am, configure.ac: Added CSB360 BSP
314        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
315        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
316        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
317        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
318        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
319        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
320        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
321        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
322        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
323
3242004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
325
326        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
327        <asm.h>.
328
3292004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
330
331        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
332        <asm.h>.
333
3342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
335
336        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
337
3382004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
339
340        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
341        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
342        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
343        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
344        fixed size types.
345
3462004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
347
348        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
349
3502004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
353        shared/Makefile.am: Don't include lib.am.
354
3552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
358
3592004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * ChangeLog: Merge-in mcf5206/ChangeLog.
362        * mcf5206/ChangeLog: Remove.
363
3642004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
367        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
368        * shared/Makefile.am: Use automake compilation rules.
369        * mcf5206/.cvsignore: Reflect changes above.
370        * mcf5206/Makefile.am: Convert to automake compilation rules.
371        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
372        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
373        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
374        automake-compilation rules.
375
3762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
379        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
380
3812003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
384
3852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
388        VPATH.
389        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
390        dirs from PRE/TMPINSTALL_FILES.
391        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
392        autoconf >= 2.59.
393        * configure.ac: Reflect changes above.
394        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
395
3962003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * mcf5206/configure.ac: Cosmetics.
399        * mcf5206/configure.ac: Reflect changes above.
400        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
401        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
402        mcf5206/timer/Makefile.am: Remove.
403        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
404        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
405        timer/Makefile.am.
406
4072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
410        mcf5206/timer/Makefile.am: Cosmetics.
411
4122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * m68040/fpsp/Makefile.am: Remove all-local,
415        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
416        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
417        $(ARCH).
418
4192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
422        shared/misc/Makefile.am, mcf5206/Makefile.am,
423        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
424        mcf5206/timer/Makefile.am: Reformat.
425        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
426        Use dirstamps for preinstallation.
427
4282003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
431
4322003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
435
4362003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * shared/cache/cache.c (m68030): fix prototype mismatch of
439        _CPU_cache_flush_entire_data.
440
4412003-09-04      Joel Sherrill <joel@OARcorp.com>
442
443        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
444        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
445        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
446        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
447        mcf5206/timer/timerisr.S: URL for license changed.
448
4492003-08-20      Joel Sherrill <joel@OARcorp.com>
450
451        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
452        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
453        statements.
454
4552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
458
4592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
462        shared/Makefile.am, shared/cache/Makefile.am,
463        shared/misc/Makefile.am, mcf5206/Makefile.am,
464        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
465        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
466        mcf5206/timer/Makefile.am: Reflect having moved automake/.
467
4682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
471        bug report email address.
472
4732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
476
4772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
480        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
481
4822003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
485        @RTEMS_BSP@.cfg.
486        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
487        mcf5206/timer/Makefile.am: Likewise.
488
4892003-01-03      Victor V. Vengerov <vvv@oktet.ru>
490
491        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
492        line 232 to after the state has been set.
493
4942002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
497
4982002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
501
5022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
505        Remove autom4te.cache.
506
5072002-08-21      Joel Sherrill <joel@OARcorp.com>
508
509        * shared/misc/m68kidle.c: New file.
510        * configure.ac, shared/misc/Makefile.am: PR217 required that the
511        idle task be moved to libcpu so it could be more acutely aware of
512        the CPU model.  This file was modified to pick up the idle task from
513        there.
514
5152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
518        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
519        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
520        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
521
5222002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
525        * configure.ac: Replace mcpu32 by mcpu32p conditional.
526
5272002-08-06      Joel Sherrill <joel@OARcorp.com>
528
529        * configure.ac: Be more specific about looking at CPU32 and CPU32+
530        CPU model names so we can turn on the best compile of memcpy.c.
531
5322002-08-05      Joel Sherrill <joel@OARcorp.com>
533
534        * Per PR260 eliminate use of make-target-options.  This impacted
535        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
536        SuperCore and required that the m68k optimized memcpy be moved to
537        libcpu.
538        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
539        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
540        * configure.ac, shared/Makefile.am: Modified to reflect new
541        directory.
542
5432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
546        shared/cache/Makefile.am, shared/Makefile.am,
547        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
548        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
549        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
550        AUTOMAKE_OPTIONS.
551        * configure.ac, mcf5206/configure.ac:
552        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
553        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
554
5552002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
558        *_O_FILES.
559        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
560
5612001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
564        automake-1.5 happy.
565
5662001-10-29      Joel Sherrill <joel@OARcorp.com>
567
568        * mcf5206/.cvsignore: Add more entries.
569
5702001-10-26      Victor V. Vengerov <vvv@oktet.ru>
571
572        * New libcpu support for mcf5206e.
573        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
574        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
575        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
576        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
577        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
578        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
579        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
580        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
581
5822001-10-26      Joel Sherrill <joel@OARcorp.com>
583
584        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
585
5862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
589        * configure.ac: New file, generated from configure.in by autoupdate.
590        * configure.in: Remove.
591
5922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
595        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
596
5972001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
600        include_*HEADERS instead of H_FILES.
601
6022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
605
6062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
609        $(RTEMS_TOPdir)/aclocal.
610
6112000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
614        GNU canonicalization.
615
6162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
619        compile.am.
620
6212000-08-10      Joel Sherrill <joel@OARcorp.com>
622
623        * ChangeLog: New file.
624
Note: See TracBrowser for help on using the repository browser.