source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 8bc4430b

4.104.114.84.95
Last change on this file since 8bc4430b was 8bc4430b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 01:59:32

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

  • m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h, mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 11.3 KB
Line 
12004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
4        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
5        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
6        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
7        fixed size types.
8
92004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
12
132004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Index: m68040/Makefile.am, mcf5206/Makefile.am, shared/Makefile.am:
16        Don't include lib.am.
17
182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
21
222004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * ChangeLog: Merge-in mcf5206/ChangeLog.
25        * mcf5206/ChangeLog: Remove.
26
272004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
30        automake-compilation rules.
31        * m68040/fpsp/Makefile.am: Remove.
32        * shared/Makefile.am: Use automake compilation rules.
33        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
34        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
35        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
36        * mcf5206/Makefile.am: Convert to automake compilation rules.
37        * mcf5206/configure.ac: Remove.
38        * mcf5206/.cvsignore: Reflect changes above.
39
402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
43        PRE/TMPINSTALL_FILES to CLEANFILES.
44        * mcf5206/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
45        PRE/TMPINSTALL_FILES to CLEANFILES.
46
472003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
50
512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * shared/cache/Makefile.am: Remove.
54        * shared/misc/Makefile.am: Remove.
55        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate VPATH.
56        * configure.ac: Reflect changes above.
57        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from
58        PRE/TMPINSTALL_FILES.
59        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
60        * mcf5206/Makefile.am: Use mkdir_p. Remove dirs from
61        PRE/TMPINSTALL_FILES.
62        * mcf5206/configure.ac: Require automake >= 1.8, autoconf >= 2.59.
63
642003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * mcf5206/configure.ac: Cosmetics.
67        * mcf5206/clock/Makefile.am: Remove.
68        * mcf5206/console/Makefile.am: Remove.
69        * mcf5206/include/Makefile.am: Remove.
70        * mcf5206/mbus/Makefile.am: Remove.
71        * mcf5206/timer/Makefile.am: Remove.
72        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
73        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
74        timer/Makefile.am.
75        * mcf5206/configure.ac: Reflect changes above.
76
772003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * mcf5206/clock/Makefile.am: Cosmetics.
80        * mcf5206/mbus/Makefile.am: Cosmetics.
81        * mcf5206/timer/Makefile.am: Cosmetics.
82
832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
86        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
87        * shared/misc/Makefile.am: Remove all-local: $(ARCH).
88        * mcf5206/console/Makefile.am: Remove all-local: $(ARCH).
89
902003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * m68040/Makefile.am: Reformat.
93        * m68040/fpsp/Makefile.am: Reformat.
94        * shared/Makefile.am: Reformat.
95        * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
96        * shared/misc/Makefile.am: Reformat.
97        * mcf5206/Makefile.am: Reformat.
98        * mcf5206/clock/Makefile.am: Reformat.
99        * mcf5206/console/Makefile.am: Reformat.
100        * mcf5206/include/Makefile.am: Reformat. Use dirstamps for
101        preinstallation.
102        * mcf5206/timer/Makefile.am: Reformat.
103
1042003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove RTEMS_CANONICAL_HOST.
107        * mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
108
1092003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Remove RTEMS_CHECK_CPU.
112        * mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
113
1142003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * shared/cache/cache.c (m68030): fix prototype mismatch of
117        _CPU_cache_flush_entire_data.
118
1192003-09-04      Joel Sherrill <joel@OARcorp.com>
120
121        * shared/misc/m68kidle.c: URL for license changed.
122        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
123        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
124        mcf5206/include/mcfuart.h, mcf5206/mbus/mcfmbus.c,
125        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: URL for license changed.
126
1272003-08-20      Joel Sherrill <joel@OARcorp.com>
128
129        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
130        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
131        statements.
132
1332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect having moved aclocal/.
136        * mcf5206/Makefile.am: Reflect having moved aclocal/.
137
1382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect having moved automake/.
141        * m68040/Makefile.am: Reflect having moved automake/.
142        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
143        * shared/Makefile.am: Reflect having moved automake/.
144        * shared/cache/Makefile.am: Reflect having moved automake/.
145        * shared/misc/Makefile.am: Reflect having moved automake/.
146        * mcf5206/Makefile.am: Reflect having moved automake/.
147        * mcf5206/clock/Makefile.am: Reflect having moved automake/.
148        * mcf5206/console/Makefile.am: Reflect having moved automake/.
149        * mcf5206/include/Makefile.am: Reflect having moved automake/.
150        * mcf5206/mbus/Makefile.am: Reflect having moved automake/.
151        * mcf5206/timer/Makefile.am: Reflect having moved automake/.
152
1532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
156        * mcf5206/configure.ac: Use rtems-bugs@rtems.com as bug report email
157        address.
158
1592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove AC_CONFIG_AUX_DIR.
162        * mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
163
1642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
167        * configure.ac: AC_PREREQ(2.57).
168        * mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
169        * mcf5206/configure.ac: AC_PREREQ(2.57).
170
1712003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
174        @RTEMS_BSP@.cfg.
175        * mcf5206/console/Makefile.am: Likewise.
176        * mcf5206/mbus/Makefile.am: Likewise.
177        * mcf5206/timer/Makefile.am: Likewise.
178
1792003-01-03      Victor V. Vengerov <vvv@oktet.ru>
180
181        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on line
182        232 to after the state has been set.
183
1842002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
187        * mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
188
1892002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Add RTEMS_PROG_CCAS.
192        * mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
193
1942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
197        * mcf5206/.cvsignore: Reformat. Add autom4te*cache. Remove
198        autom4te.cache.
199
2002002-08-21      Joel Sherrill <joel@OARcorp.com>
201
202        * configure.ac, shared/misc/Makefile.am: PR217 required that the idle
203        task be moved to libcpu so it could be more acutely aware of the CPU
204        model.  This file was modified to pick up the idle task from there.
205        * shared/misc/m68kidle.c: New file.
206
2072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
213        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
216
2172002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Replace mcpu32 by mcpu32p conditional.
220        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
221
2222002-08-06      Joel Sherrill <joel@OARcorp.com>
223
224        * configure.ac: Be more specific about looking at CPU32 and CPU32+ CPU
225        model names so we can turn on the best compile of memcpy.c.
226
2272002-08-05      Joel Sherrill <joel@OARcorp.com>
228
229        * Per PR260 eliminate use of make-target-options.  This impacted RTEMS
230        allowing a distinction between the CPU32 and CPU32+ in the SuperCore and
231        required that the m68k optimized memcpy be moved to libcpu.
232        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
233        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
234        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
235
2362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
239        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
240        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * mcf5206/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
246        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
247        * mcf5206/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * mcf5206/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * mcf5206/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * mcf5206/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * mcf5206/mbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * mcf5206/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
253
2542002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
257        *_O_FILES.
258        * shared/cache/Makefile.am: Ditto.
259        * shared/misc/Makefile.am: Ditto.
260
2612001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5
264        happy.
265
2662001-10-29      Joel Sherrill <joel@OARcorp.com>
267
268        * mcf5206/.cvsignore: Add more entries.
269
2702001-10-26      Victor V. Vengerov <vvv@oktet.ru>
271
272        * New libcpu support for mcf5206e.
273        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c, mcf5206/clock/.cvsignore,
274        mcf5206/configure.ac, mcf5206/console/mcfuart.c,
275        mcf5206/console/.cvsignore, mcf5206/include/mcf5206e.h,
276        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
277        mcf5206/include/.cvsignore, mcf5206/mbus/mcfmbus.c,
278        mcf5206/mbus/.cvsignore, mcf5206/timer/timer.c,
279        mcf5206/timer/timerisr.S, mcf5206/timer/.cvsignore, mcf5206/.cvsignore:
280        New files.
281
2822001-10-26      Joel Sherrill <joel@OARcorp.com>
283
284        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
285
2862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
289        * configure.in: Remove.
290        * configure.ac: New file, generated from configure.in by autoupdate.
291
2922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
295        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
296
2972001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
300        include_*HEADERS instead of H_FILES.
301
3022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
305
3062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
309
3102000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
313        canonicalization.
314
3152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include compile.am.
318
3192000-08-10      Joel Sherrill <joel@OARcorp.com>
320
321        * ChangeLog: New file.
322
Note: See TracBrowser for help on using the repository browser.