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

4.104.114.84.95
Last change on this file since f8ac4fc7 was f8ac4fc7, checked in by Eric Norum <WENorum@…>, on 02/03/05 at 22:08:15

Add memory probe support.

  • Property mode set to 100644
File size: 12.1 KB
Line 
12005-02-03      Eric Norum <norume@aps.anl.gov>
2
3        * shared/misc/memProbe.c: Memory probe support
4
52005-02-01      Joel Sherrill <joel@OARcorp.com>
6
7        * mcf5282/.cvsignore: New file.
8
92005-01-28      Eric Norum <norume@aps.anl.gov>
10
11        * shared/cache/cache_.h: Add ColdFire entries
12
132005-01-28      Eric Norum <norume@aps.anl.gov>
14
15        * Makefile.am, configure.ac, mcf5282/Makefile.am,
16          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
17
182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
21        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
22
232005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
26        shared/Makefile.am: Remove build-variant support.
27
282005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * ChangeLog: Merge-in mcf5272/ChangeLog.
31        * mcf5272/ChangeLog: Remove.
32
332004-11-25      Joel Sherrill <joel@OARcorp.com>
34
35        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
36
372004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * shared/cache/cache.c, shared/cache/cache_.h: Use
40        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
41        defined(__mc68020__) to reflect GCC-3.4's expectations.
42
432004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
46        mcf5272/timer/timer.c: Use POSIX fixed-size types.
47
482004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * configure.ac: Remove RTEMS_ENABLE_BARE.
51
522004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * configure.ac: Require automake > 1.9.
55
562004-08-02      Jay Monkman <jtm@lopingdog.com>
57
58        * Makefile.am, configure.ac: Added CSB360 BSP
59        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
60        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
61        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
62        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
63        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
64        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
65        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
66        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
67        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
68
692004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
72        <asm.h>.
73
742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
77        <asm.h>.
78
792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
82
832004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
86        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
87        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
88        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
89        fixed size types.
90
912004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
94
952004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
98        shared/Makefile.am: Don't include lib.am.
99
1002004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
103
1042004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * ChangeLog: Merge-in mcf5206/ChangeLog.
107        * mcf5206/ChangeLog: Remove.
108
1092004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
112        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
113        * shared/Makefile.am: Use automake compilation rules.
114        * mcf5206/.cvsignore: Reflect changes above.
115        * mcf5206/Makefile.am: Convert to automake compilation rules.
116        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
117        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
118        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
119        automake-compilation rules.
120
1212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
124        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
125
1262003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
129
1302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
133        VPATH.
134        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
135        dirs from PRE/TMPINSTALL_FILES.
136        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
137        autoconf >= 2.59.
138        * configure.ac: Reflect changes above.
139        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
140
1412003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * mcf5206/configure.ac: Cosmetics.
144        * mcf5206/configure.ac: Reflect changes above.
145        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
146        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
147        mcf5206/timer/Makefile.am: Remove.
148        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
149        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
150        timer/Makefile.am.
151
1522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
155        mcf5206/timer/Makefile.am: Cosmetics.
156
1572003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * m68040/fpsp/Makefile.am: Remove all-local,
160        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
161        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
162        $(ARCH).
163
1642003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
167        shared/misc/Makefile.am, mcf5206/Makefile.am,
168        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
169        mcf5206/timer/Makefile.am: Reformat.
170        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
171        Use dirstamps for preinstallation.
172
1732003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
176
1772003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
180
1812003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * shared/cache/cache.c (m68030): fix prototype mismatch of
184        _CPU_cache_flush_entire_data.
185
1862003-09-04      Joel Sherrill <joel@OARcorp.com>
187
188        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
189        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
190        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
191        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
192        mcf5206/timer/timerisr.S: URL for license changed.
193
1942003-08-20      Joel Sherrill <joel@OARcorp.com>
195
196        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
197        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
198        statements.
199
2002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
203
2042003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
207        shared/Makefile.am, shared/cache/Makefile.am,
208        shared/misc/Makefile.am, mcf5206/Makefile.am,
209        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
210        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
211        mcf5206/timer/Makefile.am: Reflect having moved automake/.
212
2132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
216        bug report email address.
217
2182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
221
2222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
225        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
226
2272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
230        @RTEMS_BSP@.cfg.
231        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
232        mcf5206/timer/Makefile.am: Likewise.
233
2342003-01-03      Victor V. Vengerov <vvv@oktet.ru>
235
236        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
237        line 232 to after the state has been set.
238
2392002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
242
2432002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
246
2472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
250        Remove autom4te.cache.
251
2522002-08-21      Joel Sherrill <joel@OARcorp.com>
253
254        * shared/misc/m68kidle.c: New file.
255        * configure.ac, shared/misc/Makefile.am: PR217 required that the
256        idle task be moved to libcpu so it could be more acutely aware of
257        the CPU model.  This file was modified to pick up the idle task from
258        there.
259
2602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
263        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
264        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
265        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
266
2672002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
270        * configure.ac: Replace mcpu32 by mcpu32p conditional.
271
2722002-08-06      Joel Sherrill <joel@OARcorp.com>
273
274        * configure.ac: Be more specific about looking at CPU32 and CPU32+
275        CPU model names so we can turn on the best compile of memcpy.c.
276
2772002-08-05      Joel Sherrill <joel@OARcorp.com>
278
279        * Per PR260 eliminate use of make-target-options.  This impacted
280        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
281        SuperCore and required that the m68k optimized memcpy be moved to
282        libcpu.
283        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
284        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
285        * configure.ac, shared/Makefile.am: Modified to reflect new
286        directory.
287
2882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
291        shared/cache/Makefile.am, shared/Makefile.am,
292        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
293        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
294        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
295        AUTOMAKE_OPTIONS.
296        * configure.ac, mcf5206/configure.ac:
297        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
298        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
299
3002002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
303        *_O_FILES.
304        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
305
3062001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
309        automake-1.5 happy.
310
3112001-10-29      Joel Sherrill <joel@OARcorp.com>
312
313        * mcf5206/.cvsignore: Add more entries.
314
3152001-10-26      Victor V. Vengerov <vvv@oktet.ru>
316
317        * New libcpu support for mcf5206e.
318        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
319        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
320        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
321        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
322        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
323        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
324        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
325        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
326
3272001-10-26      Joel Sherrill <joel@OARcorp.com>
328
329        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
330
3312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
334        * configure.ac: New file, generated from configure.in by autoupdate.
335        * configure.in: Remove.
336
3372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
340        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
341
3422001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
345        include_*HEADERS instead of H_FILES.
346
3472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
350
3512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
354        $(RTEMS_TOPdir)/aclocal.
355
3562000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
359        GNU canonicalization.
360
3612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
364        compile.am.
365
3662000-08-10      Joel Sherrill <joel@OARcorp.com>
367
368        * ChangeLog: New file.
369
Note: See TracBrowser for help on using the repository browser.