1 | 2010-03-16 Eric Norum <wenorum@lbl.gov> |
---|
2 | |
---|
3 | * mcf5282/include/mcf5282.h: Fix hex constants. |
---|
4 | |
---|
5 | 2009-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 | |
---|
10 | 2009-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 | |
---|
18 | 2009-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 | |
---|
23 | 2009-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 | |
---|
29 | 2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de> |
---|
30 | |
---|
31 | * shared/cache/cache_.h: Added cache defines for '__mcfv4e__'. |
---|
32 | |
---|
33 | 2009-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 | |
---|
38 | 2009-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 | |
---|
44 | 2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
45 | |
---|
46 | * mcf5206/timer/timerisr.S: Make compile again. |
---|
47 | |
---|
48 | 2008-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 | |
---|
54 | 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
55 | |
---|
56 | * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h |
---|
57 | |
---|
58 | 2008-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 | |
---|
63 | 2008-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 | |
---|
68 | 2008-09-08 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
69 | |
---|
70 | * mcf548x/include/mcf548x.h: Convert to Unix file format. |
---|
71 | |
---|
72 | 2008-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 | |
---|
80 | 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
81 | |
---|
82 | * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool". |
---|
83 | |
---|
84 | 2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
85 | |
---|
86 | * mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h: |
---|
87 | Eliminate rtems_boolean. |
---|
88 | |
---|
89 | 2008-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 | |
---|
95 | 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
96 | |
---|
97 | * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces. |
---|
98 | |
---|
99 | 2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
100 | |
---|
101 | * shared/misc/m68kidle.c: Correct prototype of Idle threads. |
---|
102 | |
---|
103 | 2008-07-10 Peter Rasmussen <peter.rasmussen@embedded-brains.de> |
---|
104 | |
---|
105 | * Makefile.am: |
---|
106 | install header for MCF548x |
---|
107 | |
---|
108 | 2008-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 | |
---|
114 | 2008-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 | |
---|
121 | 2008-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 | |
---|
127 | 2008-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 | |
---|
135 | 2008-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 | |
---|
140 | 2007-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 | |
---|
146 | 2007-11-22 Chris Johns <chrisj@rtems.org> |
---|
147 | |
---|
148 | * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label. |
---|
149 | |
---|
150 | 2007-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 | |
---|
156 | 2007-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 | |
---|
163 | 2006-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 | |
---|
169 | 2006-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 | |
---|
174 | 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
175 | |
---|
176 | * configure.ac: New BUG-REPORT address. |
---|
177 | |
---|
178 | 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
179 | |
---|
180 | * configure.ac: Require autoconf-2.60. Require automake-1.10. |
---|
181 | |
---|
182 | 2006-09-11 Chris Johns <chrisj@rtems.org> |
---|
183 | |
---|
184 | * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF. |
---|
185 | |
---|
186 | 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
187 | |
---|
188 | * configure.ac: Use RTEMS_AMPOLISH3. |
---|
189 | |
---|
190 | 2005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
191 | |
---|
192 | * Makefile.am: Fix broken patch to mcf5235. |
---|
193 | |
---|
194 | 2005-07-08 Joel Sherrill <joel@OARcorp.com> |
---|
195 | |
---|
196 | * Makefile.am: Eliminate duplicate entry for include_mcf5235... . |
---|
197 | |
---|
198 | 2005-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 | |
---|
204 | 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org> |
---|
205 | |
---|
206 | * Makefile.am, configure.ac, preinstall.am: Addition of mcf5235 |
---|
207 | support. |
---|
208 | |
---|
209 | 2005-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 | |
---|
216 | 2005-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 | |
---|
223 | 2005-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 | |
---|
230 | 2005-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 | |
---|
236 | 2005-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 | |
---|
244 | 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
245 | |
---|
246 | * mcf5282/include/Makefile.am: Remove (unused). |
---|
247 | |
---|
248 | 2005-04-26 Joel Sherrill <joel@OARcorp.com> |
---|
249 | |
---|
250 | * mcf5206/include/mcfuart.h: Reformatted. |
---|
251 | |
---|
252 | 2005-02153 Eric Norum <norume@aps.anl.gov> |
---|
253 | |
---|
254 | * shared/cache/cache_.h: Remove development warning. |
---|
255 | |
---|
256 | 2005-02-03 Eric Norum <norume@aps.anl.gov> |
---|
257 | |
---|
258 | * shared/misc/memProbe.c: Memory probe support |
---|
259 | |
---|
260 | 2005-02-01 Joel Sherrill <joel@OARcorp.com> |
---|
261 | |
---|
262 | * mcf5282/.cvsignore: New file. |
---|
263 | |
---|
264 | 2005-01-28 Eric Norum <norume@aps.anl.gov> |
---|
265 | |
---|
266 | * shared/cache/cache_.h: Add ColdFire entries |
---|
267 | |
---|
268 | 2005-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 | |
---|
273 | 2005-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 | |
---|
278 | 2005-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 | |
---|
283 | 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
284 | |
---|
285 | * ChangeLog: Merge-in mcf5272/ChangeLog. |
---|
286 | * mcf5272/ChangeLog: Remove. |
---|
287 | |
---|
288 | 2004-11-25 Joel Sherrill <joel@OARcorp.com> |
---|
289 | |
---|
290 | * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h |
---|
291 | |
---|
292 | 2004-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 | |
---|
298 | 2004-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 | |
---|
303 | 2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
304 | |
---|
305 | * configure.ac: Remove RTEMS_ENABLE_BARE. |
---|
306 | |
---|
307 | 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
308 | |
---|
309 | * configure.ac: Require automake > 1.9. |
---|
310 | |
---|
311 | 2004-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 | |
---|
324 | 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
325 | |
---|
326 | * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of |
---|
327 | <asm.h>. |
---|
328 | |
---|
329 | 2004-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 | |
---|
334 | 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
335 | |
---|
336 | * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics. |
---|
337 | |
---|
338 | 2004-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 | |
---|
346 | 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
347 | |
---|
348 | * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP. |
---|
349 | |
---|
350 | 2004-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 | |
---|
355 | 2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
356 | |
---|
357 | * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel. |
---|
358 | |
---|
359 | 2004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
360 | |
---|
361 | * ChangeLog: Merge-in mcf5206/ChangeLog. |
---|
362 | * mcf5206/ChangeLog: Remove. |
---|
363 | |
---|
364 | 2004-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 | |
---|
376 | 2004-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 | |
---|
381 | 2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
382 | |
---|
383 | * shared/Makefile.am: Fix typo in rule to build from cache/%.c. |
---|
384 | |
---|
385 | 2003-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 | |
---|
396 | 2003-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 | |
---|
407 | 2003-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 | |
---|
412 | 2003-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 | |
---|
419 | 2003-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 | |
---|
428 | 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
429 | |
---|
430 | * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST. |
---|
431 | |
---|
432 | 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
433 | |
---|
434 | * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU. |
---|
435 | |
---|
436 | 2003-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 | |
---|
441 | 2003-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 | |
---|
449 | 2003-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 | |
---|
455 | 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
456 | |
---|
457 | * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/. |
---|
458 | |
---|
459 | 2003-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 | |
---|
468 | 2003-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 | |
---|
473 | 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
474 | |
---|
475 | * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR. |
---|
476 | |
---|
477 | 2003-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 | |
---|
482 | 2003-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 | |
---|
489 | 2003-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 | |
---|
494 | 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
495 | |
---|
496 | * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE. |
---|
497 | |
---|
498 | 2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
499 | |
---|
500 | * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS. |
---|
501 | |
---|
502 | 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
503 | |
---|
504 | * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache. |
---|
505 | Remove autom4te.cache. |
---|
506 | |
---|
507 | 2002-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 | |
---|
515 | 2002-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 | |
---|
522 | 2002-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 | |
---|
527 | 2002-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 | |
---|
532 | 2002-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 | |
---|
543 | 2002-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 | |
---|
555 | 2002-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 | |
---|
561 | 2001-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 | |
---|
566 | 2001-10-29 Joel Sherrill <joel@OARcorp.com> |
---|
567 | |
---|
568 | * mcf5206/.cvsignore: Add more entries. |
---|
569 | |
---|
570 | 2001-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 | |
---|
582 | 2001-10-26 Joel Sherrill <joel@OARcorp.com> |
---|
583 | |
---|
584 | * Makefile.am, configure.ac: New libcpu support for mcf5206e. |
---|
585 | |
---|
586 | 2001-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 | |
---|
592 | 2001-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 | |
---|
597 | 2001-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 | |
---|
602 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
603 | |
---|
604 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
605 | |
---|
606 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
607 | |
---|
608 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I |
---|
609 | $(RTEMS_TOPdir)/aclocal. |
---|
610 | |
---|
611 | 2000-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 | |
---|
616 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
617 | |
---|
618 | * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include |
---|
619 | compile.am. |
---|
620 | |
---|
621 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
622 | |
---|
623 | * ChangeLog: New file. |
---|
624 | |
---|