source: rtems/c/src/lib/libcpu/powerpc/ChangeLog @ a3f91c6

4.104.114.84.95
Last change on this file since a3f91c6 was 21a6869c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/16/05 at 09:07:47

2005-02-15 Ralf Corsepius <ralf.corsepius@…>

  • new-exceptions/cpu.c: Add CPU_MINIMUM_STACK_FRAME_SIZE.
  • Property mode set to 100644
File size: 50.0 KB
Line 
12005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * new-exceptions/cpu.c: Add CPU_MINIMUM_STACK_FRAME_SIZE.
4
52005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * new-exceptions/cpu.c (_CPU_ISR_install_vector): New.
8
92005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * old-exceptions/rtems/score/ppc_offs.h,
12        old-exceptions/ChangeLog, old-exceptions/README,
13        old-exceptions/TODO, old-exceptions/cpu.c,
14        old-exceptions/cpu_asm.S, old-exceptions/irq_stub.S,
15        old-exceptions/ppccache.c: New (Copied from
16        ../../libbsp/powerpc/support/old_exception_processing)
17        * new-exceptions/ChangeLog, new-exceptions/cpu.c,
18        new-exceptions/cpu_asm.S: New (Copied from
19        ../../libbsp/powerpc/support/new_exception_processing).
20        * Makefile.am: Reflect changes above.
21
222005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * ppc403/console/console405.c: Rename round to spiBaudRound
25        (Conflict with C99). Make spiBaudRound static.
26
272005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * mpc8260/mmu/mmu.c: Use _CPU_MSR_GET instead of _CPU_MSR_Value.
30        (Unify old/new-exception processing API).
31
322005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * rtems/powerpc/powerpc.h: Remove mpc603e specific
35        PPC_TLB_*/PPC_IRQ_* defines. Use mpc603 specific defines on mpc603e.
36
372005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/powerpc/powerpc.h: Remove PPC_ALIGNMENT.
40
412005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * mpc8xx/mmu/mmu.c, rtems/powerpc/cache.h, rtems/powerpc/powerpc.h:
44        #include <rtems/powerpc/powerpc.h>.
45
462005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * rtems/powerpc/powerpc.h: New header guard.
49
502005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * rtems/powerpc/powerpc.h: New (Copy of
53        cpukit/score/cpu/powerpc/rtems/score/powerpc.h).
54
552005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * mpc5xx/include/mpc5xx.h, mpc5xx/include/console.h,
58        mpc5xx/exceptions/raw_exception.h, mpc5xx/irq/irq.h,
59        mpc5xx/vectors/vectors.h, mpc6xx/exceptions/raw_exception.h,
60        mpc6xx/mmu/bat.h, mpc6xx/mmu/pte121.h,
61        mpc6xx/clock/c_clock.h, mpc8260/include/mpc8260.h,
62        mpc8260/include/console.h, mpc8260/include/cpm.h,
63        mpc8260/exceptions/raw_exception.h, mpc8260/include/mmu.h,
64        mpc8xx/include/mpc8xx.h, mpc8xx/include/console.h,
65        mpc8xx/include/cpm.h, mpc8xx/exceptions/raw_exception.h,
66        mpc8xx/include/mmu.h, ppc403/ictrl/ictrl.h,
67        ppc403/tty_drv/tty_drv.h, shared/include/io.h,
68        shared/include/mmu.h, shared/include/page.h,
69        shared/include/byteorder.h, shared/include/pgtable.h,
70        shared/include/cpuIdent.h,shared/include/spr.h,
71        shared/src/stackTrace.h: New header guards.
72
732005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Build exception processing in  old-exceptions rsp.
76        new-exceptions subdirs (Merge-in former libbsp/powerpc/support/*).
77
782005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * configure.ac: subdir-objects.
81        Add compiler check for old/new-style exception processing.
82
832005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * mpc8260/cpm/dpram.c, mpc8xx/cpm/dpram.c:
86        Remove local rtems_panic, use #include <rtems/error.h>.
87
882005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * mpc505/vectors/vectors.S, ppc403/vectors/vectors.S:
91        Remove PPC_ABI_POWEROPEN.
92
932005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * mpc505/vectors/vectors.S, ppc403/vectors/vectors.S:
96        Remove PPC_ABI_GCC27.
97
982005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * ppc403/vectors/vectors.S: Remove XCOFF support.
101
1022005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * rtems/powerpc/cache.h, rtems/powerpc/debugmod.h:
105        New header guards.
106
1072005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * mpc505/Makefile.am, mpc5xx/Makefile.am, mpc6xx/Makefile.am,
110        mpc8260/Makefile.am, mpc8xx/Makefile.am, ppc403/Makefile.am,
111        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
112
1132005-01-04      Joel Sherrill <joel@OARcorp.com>
114
115        * ppc403/tty_drv/tty_drv.c: Remove warnings.
116
1172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * mpc505/Makefile.am, mpc5xx/Makefile.am, mpc6xx/Makefile.am,
120        mpc8260/Makefile.am, mpc8xx/Makefile.am, ppc403/Makefile.am,
121        shared/Makefile.am: Remove build-variant support.
122
1232004-11-22      Jennifer Averett <jennifer@OARcorp.com>
124
125        PR 581/bsps
126        * mpc6xx/exceptions/raw_exception.c, shared/include/cpuIdent.h:
127        Converting PSIM to new exception model required adding PSIM as
128        PowerPC CPU model.
129
1302004-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * powerpc/shared/include/cpuIdent.c,
133        powerpc/shared/include/cpuIdent.h: Add 603le.
134        (Submitted by Thomas.Doerfler <Thomas.Doerfler@imd-systems.de>
135        as part of the patch attached to PR 703).
136
1372004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
138
139        * configure.ac, mpc6xx/exceptions/raw_exception.c,
140        mpc6xx/exceptions/raw_exception.h, mpc6xx/mmu/bat.c,
141        mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S, shared/include/cpuIdent.c,
142        shared/include/cpuIdent.h: Add MPC8240 and MPC8245 support. There was
143        also a significant amount of spelling and whitespace cleanup.
144
1452004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * mpc5xx/clock/clock.c, mpc5xx/include/mpc5xx.h
148        mpc5xx/timer/timer.c: Use POSIX fixed size types.
149
1502004-10-20      Eric Norum <norume@aps.anl.gov>
151
152        * configure.ac, mpc6xx/exceptions/raw_exception.c,
153        mpc6xx/mmu/mmuAsm.S, mpc6xx/mmu/pte121.c,
154        shared/include/cpuIdent.c, shared/include/cpuIdent.h:
155        Add Kate Feng's MPC7455 support.
156
1572004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
158
159        * configure.ac: Remove RTEMS_ENABLE_BARE.
160
1612004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * configure.ac: Require automake > 1.9.
164
1652004-05-22      Till Strauman <strauman@slac.stanford.edu>
166
167        PR 619/bsps
168        * mpc6xx/clock/c_clock.c: The PPC decrementer must be reloaded on each
169        clock tick. Currently, this is done by just reloading a fixed value.
170        The attached patch takes into account the time that elapsed since the
171        decrementer crossed zero in order to adjust the value to be
172        re-loaded. Without the patch, the effective system clock cycle is
173        increased by the exception handler latency.
174
1752004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
176
177        * mpc5xx/clock/clock.c, mpc5xx/irq/irq_asm.S, mpc5xx/vectors/vectors.S:
178        Reflect new locations of cpukit headers.
179
1802004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * mpc505/ictrl/ictrl.c, mpc505/vectors/vectors.S,
183        mpc6xx/exceptions/raw_exception.c,
184        mpc8260/exceptions/raw_exception.c,
185        mpc8xx/exceptions/raw_exception.c, rtems/powerpc/cache.h,
186        mpc5xx/ictrl/ictrl.c, mpc5xx/exceptions/raw_exception.c: Include
187        <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
188
1892004-04-12      David Querbach <querbach@realtime.bc.ca>
190
191        * README, configure.ac, mpc5xx/Makefile.am,
192        mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h,
193        mpc5xx/timer/timer.c, shared/include/cpuIdent.h: addition of a
194        significant amount of MPC5xx support as part of the addition of the
195        SS555 BSP.
196        * mpc5xx/README, mpc5xx/clock/clock.c,
197        mpc5xx/console-generic/console-generic.c, mpc5xx/include/console.h,
198        mpc5xx/include/mpc5xx.h, mpc5xx/irq/irq.c, mpc5xx/irq/irq.h,
199        mpc5xx/irq/irq_asm.S, mpc5xx/irq/irq_init.c,
200        mpc5xx/vectors/vectors.S, mpc5xx/vectors/vectors.h,
201        mpc5xx/vectors/vectors_init.c: New files.
202        * mpc5xx/exceptions/asm_utils.S: Removed.
203
2042004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * ppc403/vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
207
2082004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        * mpc505/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
211        * mpc6xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
212        * mpc6xx/mmu/mmuAsm.S: Include <rtems/asm.h> instead of <asm.h>.
213        * mpc8260/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
214        * mpc8xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
215        * ppc403/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
216        * mpc5xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
217        * mpc8260/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
218        * mpc8xx/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
219        * ppc403/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
220
2212004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        * mpc6xx/timer/timer.c: Cosmetics.
224
2252004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * mpc505/timer/timer.c, mpc5xx/timer/timer.c,
228        mpc6xx/clock/c_clock.c, mpc6xx/timer/timer.c, mpc8260/clock/clock.c,
229        mpc8260/console-generic/console-generic.c, mpc8260/cpm/cp.c,
230        mpc8260/cpm/dpram.c, mpc8260/include/cpm.h, mpc8260/include/mmu.h,
231        mpc8260/include/mpc8260.h, mpc8260/mmu/mmu.c, mpc8260/timer/timer.c,
232        mpc8xx/clock/clock.c, mpc8xx/console-generic/console-generic.c,
233        mpc8xx/cpm/cp.c, mpc8xx/cpm/dpram.c, mpc8xx/include/cpm.h,
234        mpc8xx/include/mmu.h, mpc8xx/include/mpc8xx.h, mpc8xx/mmu/mmu.c,
235        mpc8xx/timer/timer.c, ppc403/clock/clock.c,
236        ppc403/console/console.c, ppc403/console/console405.c,
237        ppc403/ictrl/ictrl.c, ppc403/ictrl/ictrl.h, ppc403/timer/timer.c,
238        ppc403/tty_drv/tty_drv.c, rtems/powerpc/cache.h, shared/src/cache.c:
239        Convert to using c99 fixed size types.
240
2412004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
242
243        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
244
2452004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * README: Add "mpc5xx (mpc565)", because Wilfried B. mentioned the
248        mpc5xx being used on mpc565.
249
2502004-03-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        PR 587/bsps
253        * shared/include/cpuIdent.h, shared/include/cpuIdent.c: Add defines
254        for MPC_5XX.
255
2562004-03-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am, configure.ac: Reflect having added mpc5xx.
259
2602004-03-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * mpc5xx/.cvsignore, mpc5xx/Makefile.am: New.
263        * mpc5xx/exceptions/asm_utils.S,  mpc5xx/exceptions/raw_exception.c,
264        mpc5xx/exceptions/raw_exception.h, mpc5xx/ictrl/ictrl.c,
265        mpc5xx/ictrl/ictrl.h, mpc5xx/timer/timer.c: New (Submission from
266        Wilfried Busalski <w.busalski@lancier-monitoring.de>).
267
2682004-03-05      Joel Sherrill <joel@OARcorp.com>
269
270        * mpc6xx/mmu/pte121.c: Add missing ifdef DEBUG to remove warning for
271        unused static routine.
272
2732004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * mpc505/Makefile.am: Fix typo.
276
2772004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * mpc505/Makefile.am, mpc6xx/Makefile.am, mpc8260/Makefile.am,
280        mpc8xx/Makefile.am, ppc403/Makefile.am: Don't include .../lib.am.
281
2822004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Remove.
285        * configure.ac: Remove wrapup.
286        * shared/Makefile.am: Use automake compilation rules.
287        Build *.rels.
288
2892004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Require automake >= 1.8.2.
292        * Makefile.am, mpc505/Makefile.am, mpc6xx/Makefile.am,
293        mpc8260/Makefile.am, mpc8xx/Makefile.am, ppc403/Makefile.am,
294        shared/Makefile.am: Use automake compilation rules.
295        Add PREINSTALL_DIRS.
296
2972004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
300        Add PRE/TMPINSTALL_FILES to CLEANFILES.
301        * mpc505/Makefile.am: Ditto.
302        * mpc6xx/Makefile.am: Ditto.
303        * mpc8260/Makefile.am: Ditto.
304        * mpc8xx/Makefile.am: Ditto.
305        * ppc403/Makefile.am: Ditto.
306        * shared/Makefile.am: Ditto.
307
3082004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * mpc6xx/Makefile.am: Remove libcpuspec.a (Unused).
311
3122004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * mpc505/Makefile.am: Fix typo vectors/vectors.S.
315        * shared/Makefile.am: Fix typo
316        EXTRA_DIST = $(libcpuspec_C_FILES)
317
3182003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * ppc403/Makefile.am: Fix typo in vectors' compilation rule.
321        * shared/Makefile.am: Use $(top_srcdir)/../shared instead of
322        relative subdirs.
323
3242003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * mpc6xx/wrapup/.cvsignore: Remove.
327
3282003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * ppc403/clock/Makefile.am: Remove.
331        * ppc403/console/Makefile.am: Remove.
332        * ppc403/ictrl/Makefile.am: Remove.
333        * ppc403/timer/Makefile.am: Remove.
334        * ppc403/tty_drv/Makefile.am: Remove.
335        * ppc403/vectors/Makefile.am: Remove.
336        * ppc403/Makefile.am: Merge-in Makefile.ams above.
337        * configure.ac: Reflect changes to ppc403/Makefile.ams.
338
3392003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * mpc505/ictrl/Makefile.am: Remove.
342        * mpc505/timer/Makefile.am: Remove.
343        * mpc505/vectors/Makefile.am: Remove.
344        * mpc505/Makefile.am: Merge-in Makefile.ams above.
345        * configure.ac: Reflect changes to mpc505/Makefile.ams.
346
3472003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * mpc8xx/clock/Makefile.am: Remove.
350        * mpc8xx/console-generic/Makefile.am: Remove.
351        * mpc8xx/cpm/Makefile.am: Remove.
352        * mpc8xx/exceptions/Makefile.am: Remove.
353        * mpc8xx/mmu/Makefile.am: Remove.
354        * mpc8xx/timer/Makefile.am: Remove.
355        * mpc8xx/Makefile.am: Merge-in Makefile.ams above.
356        * configure.ac: Reflect changes to mpc8xx/Makefile.ams.
357
3582003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Remove mpc6xx/*/Makefile,  mpc8260/*/Makefile.
361
3622003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * mpc6xx/clock/Makefile.am: Remove.
365        * mpc6xx/exceptions/Makefile.am: Remove.
366        * mpc6xx/mmu/Makefile.am: Remove.
367        * mpc6xx/timer/Makefile.am: Remove.
368        * mpc6xx/wrapup/Makefile.am: Remove.
369        * mpc6xx/Makefile.am: Merge-in Makefile.ams above.
370
3712003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * mpc8260/clock/Makefile.am: Remove.
374        * mpc8260/console-generic/Makefile.am: Remove.
375        * mpc8260/cpm/Makefile.am: Remove.
376        * mpc8260/exceptions/Makefile.am: Remove.
377        * mpc8260/mmu/Makefile.am: Remove.
378        * mpc8260/timer/Makefile.am: Remove.
379        * mpc8260/Makefile.am: Merge-in Makefile.ams above.
380
3812003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * shared/include/Makefile.am: Remove.
384        * shared/src/Makefile.am: Remove.
385        * shared/Makefile.am: Merge-in Makefile.ams above.
386        * configure.ac: Reflect changes above.
387
3882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
391        * mpc505/ictrl/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
392        * mpc6xx/clock/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
393        * mpc6xx/exceptions/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
394        * mpc6xx/mmu/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
395        * mpc8260/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
396        * mpc8260/exceptions/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
397        * mpc8xx/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
398        * mpc8xx/exceptions/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
399        * ppc403/ictrl/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
400        * ppc403/tty_drv/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
401        * shared/include/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
402        * shared/src/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
403
4042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
407
4082003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * wrapup/Makefile.am: Build libcpu.a.
411        Don't preinstall libcpu.a
412
4132003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * mpc505/ictrl/Makefile.am: Remove all-local: $(ARCH).
416        * mpc505/timer/Makefile.am: Remove all-local: $(ARCH).
417        * mpc505/vectors/Makefile.am: Remove all-local: $(ARCH).
418        * mpc6xx/clock/Makefile.am: Remove all-local: $(ARCH).
419        * mpc6xx/exceptions/Makefile.am: Remove all-local: $(ARCH).
420        * mpc6xx/mmu/Makefile.am: Remove all-local: $(ARCH).
421        * mpc6xx/timer/Makefile.am: Remove all-local: $(ARCH).
422        * mpc6xx/wrapup/Makefile.am: Remove all-local: $(ARCH).
423        * mpc8260/clock/Makefile.am: Remove all-local: $(ARCH).
424        * mpc8260/console-generic/Makefile.am: Remove all-local: $(ARCH).
425        * mpc8260/cpm/Makefile.am: Remove all-local: $(ARCH).
426        * mpc8260/exceptions/Makefile.am: Remove all-local: $(ARCH).
427        * mpc8260/mmu/Makefile.am: Remove all-local: $(ARCH).
428        * mpc8260/timer/Makefile.am: Remove all-local: $(ARCH).
429        * mpc8xx/clock/Makefile.am: Remove all-local: $(ARCH).
430        * mpc8xx/console-generic/Makefile.am: Remove all-local: $(ARCH).
431        * mpc8xx/cpm/Makefile.am: Remove all-local: $(ARCH).
432        * mpc8xx/exceptions/Makefile.am: Remove all-local: $(ARCH).
433        * mpc8xx/mmu/Makefile.am: Remove all-local: $(ARCH).
434        * mpc8xx/timer/Makefile.am: Remove all-local: $(ARCH).
435        * ppc403/clock/Makefile.am: Remove all-local: $(ARCH).
436        * ppc403/console/Makefile.am: Remove all-local: $(ARCH).
437        * ppc403/ictrl/Makefile.am: Remove all-local: $(ARCH).
438        * ppc403/timer/Makefile.am: Remove all-local: $(ARCH).
439        * ppc403/tty_drv/Makefile.am: Remove all-local: $(ARCH).
440        * ppc403/vectors/Makefile.am: Remove all-local: $(ARCH).
441        * shared/include/Makefile.am: Remove all-local: $(ARCH).
442        * shared/src/Makefile.am: Remove all-local: $(ARCH).
443        * wrapup/Makefile.am: Remove all-local: $(ARCH).
444
4452003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Reformat. Use dirstamp for preinstallation.
448        * mpc505/Makefile.am: Reformat.
449        * mpc505/ictrl/Makefile.am: Reformat. Use dirstamp for preinstallation.
450        * mpc505/timer/Makefile.am: Reformat.
451        * mpc505/vectors/Makefile.am: Reformat.
452        * mpc6xx/Makefile.am: Reformat.
453        * mpc6xx/clock/Makefile.am: Reformat. Use dirstamp for preinstallation.
454        * mpc6xx/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
455        * mpc6xx/mmu/Makefile.am: Reformat. Use dirstamp for preinstallation.
456        * mpc6xx/timer/Makefile.am: Reformat.
457        * mpc6xx/wrapup/Makefile.am: Reformat.
458        * mpc8260/Makefile.am: Reformat. Use dirstamp for preinstallation.
459        * mpc8260/clock/Makefile.am: Reformat.
460        * mpc8260/console-generic/Makefile.am: Reformat.
461        * mpc8260/cpm/Makefile.am: Reformat.
462        * mpc8260/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
463        * mpc8260/mmu/Makefile.am: Reformat.
464        * mpc8260/timer/Makefile.am: Reformat.
465        * mpc8xx/Makefile.am: Reformat. Use dirstamp for preinstallation.
466        * mpc8xx/clock/Makefile.am: Reformat.
467        * mpc8xx/console-generic/Makefile.am: Reformat.
468        * mpc8xx/cpm/Makefile.am: Reformat.
469        * mpc8xx/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
470        * mpc8xx/mmu/Makefile.am: Reformat.
471        * mpc8xx/timer/Makefile.am: Reformat.
472        * ppc403/Makefile.am: Reformat.
473        * ppc403/clock/Makefile.am: Reformat.
474        * ppc403/console/Makefile.am: Reformat.
475        * ppc403/ictrl/Makefile.am: Reformat. Use dirstamp for preinstallation.
476        * ppc403/timer/Makefile.am: Reformat.
477        * ppc403/tty_drv/Makefile.am: Reformat. Use dirstamp for preinstallation.
478        * ppc403/vectors/Makefile.am: Reformat.
479        * shared/Makefile.am: Reformat.
480        * shared/include/Makefile.am: Reformat. Use dirstamp for preinstallation.
481        * shared/src/Makefile.am: Reformat. Use dirstamp for preinstallation.
482        * wrapup/Makefile.am: Reformat.
483
4842003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Remove RTEMS_CANONICAL_HOST.
487
4882003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Remove RTEMS_CHECK_CPU.
491
4922003-09-04      Joel Sherrill <joel@OARcorp.com>
493
494        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h,
495        mpc6xx/exceptions/raw_exception.c, mpc6xx/exceptions/raw_exception.h,
496        mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S,
497        mpc6xx/timer/timer.c, mpc8260/clock/clock.c,
498        mpc8260/console-generic/console-generic.c, mpc8260/cpm/brg.c,
499        mpc8260/exceptions/raw_exception.c,
500        mpc8260/exceptions/raw_exception.h, mpc8260/include/cpm.h,
501        mpc8260/include/mmu.h, mpc8260/mmu/mmu.c, mpc8260/timer/timer.c,
502        mpc8xx/clock/clock.c, mpc8xx/console-generic/console-generic.c,
503        mpc8xx/exceptions/raw_exception.c, mpc8xx/exceptions/raw_exception.h,
504        mpc8xx/include/cpm.h, mpc8xx/include/mmu.h, mpc8xx/mmu/mmu.c,
505        mpc8xx/timer/timer.c, ppc403/clock/clock.c,
506        ppc403/console/console.c.polled, ppc403/timer/timer.c,
507        rtems/powerpc/debugmod.h, shared/include/byteorder.h,
508        shared/include/cpuIdent.c, shared/include/cpuIdent.h,
509        shared/include/io.h, shared/include/mmu.h, shared/include/page.h,
510        shared/include/pgtable.h, shared/include/spr.h: URL for license
511        changed.
512
5132003-09-04      Joel Sherrill <joel@OARcorp.com>
514
515        * mpc505/timer/timer.c, ppc403/console/console.c,
516        ppc403/console/console405.c: Removed incorrect statement about
517        copyright assignment.
518
5192003-08-20      Joel Sherrill <joel@OARcorp.com>
520
521        * mpc8260/clock/clock.c: Correct copyright statements.
522
5232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Reflect having moved aclocal/.
526
5272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: Reflect having moved automake/.
530        * mpc505/Makefile.am: Reflect having moved automake/.
531        * mpc505/ictrl/Makefile.am: Reflect having moved automake/.
532        * mpc505/timer/Makefile.am: Reflect having moved automake/.
533        * mpc505/vectors/Makefile.am: Reflect having moved automake/.
534        * mpc6xx/Makefile.am: Reflect having moved automake/.
535        * mpc6xx/clock/Makefile.am: Reflect having moved automake/.
536        * mpc6xx/exceptions/Makefile.am: Reflect having moved automake/.
537        * mpc6xx/mmu/Makefile.am: Reflect having moved automake/.
538        * mpc6xx/timer/Makefile.am: Reflect having moved automake/.
539        * mpc6xx/wrapup/Makefile.am: Reflect having moved automake/.
540        * mpc8260/Makefile.am: Reflect having moved automake/.
541        * mpc8260/clock/Makefile.am: Reflect having moved automake/.
542        * mpc8260/console-generic/Makefile.am: Reflect having moved automake/.
543        * mpc8260/cpm/Makefile.am: Reflect having moved automake/.
544        * mpc8260/exceptions/Makefile.am: Reflect having moved automake/.
545        * mpc8260/mmu/Makefile.am: Reflect having moved automake/.
546        * mpc8260/timer/Makefile.am: Reflect having moved automake/.
547        * mpc8xx/Makefile.am: Reflect having moved automake/.
548        * mpc8xx/clock/Makefile.am: Reflect having moved automake/.
549        * mpc8xx/console-generic/Makefile.am: Reflect having moved automake/.
550        * mpc8xx/cpm/Makefile.am: Reflect having moved automake/.
551        * mpc8xx/exceptions/Makefile.am: Reflect having moved automake/.
552        * mpc8xx/mmu/Makefile.am: Reflect having moved automake/.
553        * mpc8xx/timer/Makefile.am: Reflect having moved automake/.
554        * ppc403/Makefile.am: Reflect having moved automake/.
555        * ppc403/clock/Makefile.am: Reflect having moved automake/.
556        * ppc403/console/Makefile.am: Reflect having moved automake/.
557        * ppc403/ictrl/Makefile.am: Reflect having moved automake/.
558        * ppc403/timer/Makefile.am: Reflect having moved automake/.
559        * ppc403/tty_drv/Makefile.am: Reflect having moved automake/.
560        * ppc403/vectors/Makefile.am: Reflect having moved automake/.
561        * shared/Makefile.am: Reflect having moved automake/.
562        * shared/include/Makefile.am: Reflect having moved automake/.
563        * shared/src/Makefile.am: Reflect having moved automake/.
564        * wrapup/Makefile.am: Reflect having moved automake/.
565
5662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
569
5702003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * wrapup/Makefile.am (FAMILY_OBJS): Remove *exception_processing.
573
5742003-07-08      Joel Sherrill <joel@OARcorp.com>
575
576        PR 416/bsps
577        * ppc403/ictrl/ictrl.c (ictrl_isr): We acknolwegde the interrupt in
578        interrupt controller (clr_exisr(mask)) before calling the interrupt
579        handler that will acnowledge the interrupt source. This results in
580        the interrupt beeing seen a second time by the interrupt controller.
581        Reported and fixed by El Kolli Yacine <yacine.elkolli@crf.canon.fr>.
582
5832003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
584
585        PR 368/filesystems
586        * mpc8xx/include/mpc8xx.h: Add PCMCIA registers.
587
5882003-03-25      Till Straumann <strauman@slac.stanford.edu>
589
590        PR 349/bsps
591        * shared/include/cpuIdent.c: Readd PPC604r CPU.
592
5932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * configure.ac: Remove AC_CONFIG_AUX_DIR.
596
5972003-02-20      Till Straumann <strauman@slac.stanford.edu>
598
599        PR 349/bsps
600        * mpc6xx/exceptions/raw_exception.c, mpc6xx/mmu/bat.c,
601        mpc6xx/mmu/pte121.c, shared/include/cpuIdent.c,
602        shared/include/cpuIdent.h, shared/src/Makefile.am, shared/src/stack.c,
603        shared/src/stackTrace.h, powerpc/registers.h:
604          - undo improper 'fix' who broke mpc604r identification
605          - fix: 7400 identification PVR value was wrong
606          - enhance 'setdbat()' to switch OFF a given BAT if called with 0 size
607          - fix: page table support bugfix
608          - enhancement: provide routines to take and print stack trace
609            snapshots
610          - add definitions for HID1 and DABR SPRs
611
6122003-02-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
613
614        PR 348/bsps
615        * mpc6xx/exceptions/raw_exception.c: Add PPC_603ev as required
616        by MTX603e BSP.
617
6182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
621
6222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: AC_PREREQ(2.57).
625
6262002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * configure.ac: Remove RTEMS_CHEC_CUSTOM_BSP.
629        * mpc505/ictrl/Makefile.am: Don't include @RTEMS_BSP@.cfg.
630        * mpc505/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
631        * mpc505/vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
632        * mpc6xx/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
633        * mpc6xx/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg.
634        * mpc6xx/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg.
635        * mpc6xx/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
636        * mpc6xx/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
637        * mpc8260/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
638        * mpc8260/console-generic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
639        * mpc8260/cpm/Makefile.am: Don't include @RTEMS_BSP@.cfg.
640        * mpc8260/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg.
641        * mpc8260/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg.
642        * mpc8260/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
643        * mpc8xx/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
644        * mpc8xx/console-generic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
645        * mpc8xx/cpm/Makefile.am: Don't include @RTEMS_BSP@.cfg.
646        * mpc8xx/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg.
647        * mpc8xx/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg.
648        * mpc8xx/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
649        * ppc403/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
650        * ppc403/console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
651        * ppc403/ictrl/Makefile.am: Don't include @RTEMS_BSP@.cfg.
652        * ppc403/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
653        * ppc403/tty_drv/Makefile.am: Don't include @RTEMS_BSP@.cfg.
654        * ppc403/vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
655        * shared/include/Makefile.am: Don't include @RTEMS_BSP@.cfg.
656        * shared/src/Makefile.am: Don't include @RTEMS_BSP@.cfg.
657        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
658
6592002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
662
6632002-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * mpc8260/Makefile.am: Merge-in mpc8260/include/Makefile.am.
666        * mpc8xx/Makefile.am: Merge-in mpc8xx/include/Makefile.am.
667        * mpc8260/include/Makefile.am: Remove.
668        * mpc8xx/include/Makefile.am: Remove.
669        * configure.ac: Remove mpc8260/include/Makefile.
670        Remove mpc8xx/include/Makefile.
671
6722002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * configure.ac: Add RTEMS_PROG_CCAS.
675
6762002-11-04      Joel Sherrill <joel@OARcorp.com>
677
678        * mpc8260/console-generic/console-generic.c, mpc8260/cpm/dpram.c,
679        mpc8260/exceptions/raw_exception.c,
680        mpc8xx/exceptions/raw_exception.c: Removed warnings.
681
6822002-11-01      Joel Sherrill <joel@OARcorp.com>
683
684        * mpc8xx/console-generic/console-generic.c, mpc8xx/cpm/dpram.c,
685        mpc8xx/exceptions/raw_exception.c, ppc403/clock/clock.c:
686        Removed warnings.
687
6882002-10-31      Joel Sherrill <joel@OARcorp.com>
689
690        * mpc6xx/clock/c_clock.c, mpc6xx/exceptions/raw_exception.c,
691        mpc6xx/mmu/bat.c: Removed warnings.
692
6932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * .cvsignore: Reformat.
696        Add autom4te*cache.
697        Remove autom4te.cache.
698
6992002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * configure.ac: Remove duplicate mpc6xx/timer/Makefile from CONFIG_FILES.
702
7032002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * mpc8260/exceptions/raw_exception.c: #include <string.h>.
706        #include <bspIo.h>.
707
7082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * mpc6xx/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
711        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
712
7132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * mpc505/ictrl/Makefile.am: Use .$(OBJEXT) instead of .o.
716        * mpc505/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
717        * mpc505/vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
718        * mpc6xx/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
719        * mpc6xx/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o.
720        * mpc6xx/mmu/Makefile.am: Use .$(OBJEXT) instead of .o.
721        * mpc6xx/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
722        * mpc8260/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
723        * mpc8260/console-generic/Makefile.am: Use .$(OBJEXT) instead of .o.
724        * mpc8260/cpm/Makefile.am: Use .$(OBJEXT) instead of .o.
725        * mpc8260/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o.
726        * mpc8260/mmu/Makefile.am: Use .$(OBJEXT) instead of .o.
727        * mpc8260/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
728        * mpc8xx/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
729        * mpc8xx/console-generic/Makefile.am: Use .$(OBJEXT) instead of .o.
730        * mpc8xx/cpm/Makefile.am: Use .$(OBJEXT) instead of .o.
731        * mpc8xx/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o.
732        * mpc8xx/mmu/Makefile.am: Use .$(OBJEXT) instead of .o.
733        * mpc8xx/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
734        * ppc403/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
735        * ppc403/console/Makefile.am: Use .$(OBJEXT) instead of .o.
736        * ppc403/ictrl/Makefile.am: Use .$(OBJEXT) instead of .o.
737        * ppc403/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
738        * ppc403/tty_drv/Makefile.am: Use .$(OBJEXT) instead of .o.
739        * ppc403/vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
740        * shared/include/Makefile.am: Use .$(OBJEXT) instead of .o.
741        * shared/src/Makefile.am: Use .$(OBJEXT) instead of .o.
742
7432002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
746
7472002-07-22      Till Straumann <strauman@slac.stanford.edu>
748
749        * mpc6xx/mmu/bat.c: Per PR241, fix a tiny bug introduced by the
750        fix for an earlier patch (PR213) which added support for setting
751        BAT0 to setdbat().
752
7532001-05-17      Joel Sherrill <joel@OARcorp.com>
754
755        * mpc6xx/exceptions/raw_exception.c, pc6xx/mmu/pte121.c: Modified
756        slightly to reflect recent PowerPC re-organization and avoid warnings.
757
7582001-05-15      Till Straumann <strauman@slac.stanford.edu>
759
760        * mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h: New files. Missed in
761        merge of PR213.
762
7632001-05-14      Joel Sherrill <joel@OARcorp.com>
764
765        * shared/include/cpuIdent.c: Account for duplicate numbers.
766
7672002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * rtems/powerpc/debugmod.h: New file (extracted from
770        score/ppc.h).
771        * Makefile.am: Relect changes above.
772
7732001-05-14      Till Straumann <strauman@slac.stanford.edu>
774
775        * shared/include/io.h: Per PR215 address the following issues:
776            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
777              are no longer defined by libcpu (powerpc/shared/include/io.h)
778              but by the BSP (who is the only one to know the values)
779            - the affected BSP (shared/motorola) headers have been fixed
780              in a separate "libbsp/powerpc/shared" patch.
781            - the DEC 21140 driver (libchip/network/dec21140.c) has been
782              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
783              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
784              is to be defined by the BSP who is using this driver.
785            - the DEC driver also has been fixed to use the newer
786              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
787              delay_in_bus_cycles().
788
7892001-05-14      Till Straumann <strauman@slac.stanford.edu>
790
791        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
792        the following:
793            - support for the MPC74000 (AKA G4); there is no
794              AltiVec support yet, however.
795            - the cache flushing assembly code uses hardware-flush on the G4.
796              Also, a couple of hardcoded numerical values were replaced
797              by more readable symbolic constants.
798            - extended interrupt-disabled code section so enclose the entire
799              cache flush/invalidate procedure (as recommended by the book).
800              This is not (latency) critical as it is only used by
801              init code but prevents possible corruption.
802            - Trivial page table support as been added.
803              (1:1 effective-virtual-physical address mapping which is only
804              useful only on CPUs which feature hardware TLB replacement,
805              e.g. >604.  This allows for write-protecting memory regions,
806              e.g. text/ro-data which makes catching corruptors a lot easier.
807              It also frees one DBAT/IBAT and gives more flexibility
808              for setting up address maps :-)
809            - setdbat() allows changing BAT0 also (since the BSP may use
810              a page table, BAT0 could be available...).
811            - asm_setdbatX() violated the SVR ABI by using
812              r20 as a scratch register; changed for r0
813            - according to the book, a context synchronizing instruction is
814              necessary prior to and after changing a DBAT -> isync added
815
8162002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * rtems/powerpc/cache.h: New file (extracted from
819        old-exceptions/cpu.h)
820        * Makefile.am: Relect changes above.
821
8222002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * shared/include/cpu.h: Removed.
825        * shared/include/Makefile.am: Reflect changes above.
826        * shared/include/spr.h: Include rtems/powerpc/registers.h instead of
827        libcpu/cpu.h.
828        * mpc6xx/clock/c_clock.c: Reflect changes to <rtems/score/cpu.h>.
829        * mpc6xx/exceptions/asm_utils.S: Ditto.
830        * mpc6xx/exceptions/raw_exception.c: Ditto.
831        * mpc6xx/mmu/mmuAsm.S: Ditto.
832        * mpc6xx/timer/timer.c: Ditto.
833        * mpc8260/exceptions/asm_utils.S: Ditto.
834        * mpc8260/exceptions/raw_exception.c: Ditto.
835        * mpc8xx/exceptions/asm_utils.S: Ditto.
836        * mpc8xx/exceptions/raw_exception.c: Ditto.
837        * ppc403/vectors/vectors.S: Include <asm.h> instead of "asm.h".
838
8392001-04-17      Joel Sherrill <joel@OARcorp.com>
840
841        * shared/include/cpu.h: Added ifndef ASM.
842 
8432001-04-17      Joel Sherrill <joel@OARcorp.com>
844
845        * ChangeLog: Corrected paths on past few commits.
846 
8472002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * shared/include/cpu.h: Don't include cpuIdent.h.
850
8512002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * mpc8260/exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
854
8552002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * mpc8xx/exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
858
8592002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * mpc6xx/exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
862
8632002-04-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * shared/include/cpuIdent.h: New.
866        * shared/include/cpuIdent.c: Reflect having added cpuIdent.h.
867        * shared/include/cpu.h: Ditto.
868        * shared/include/Makefile.am: Add cpuIndent.h. Fix EXTRA_DIST.
869
8702001-04-03      Joel Sherrill <joel@OARcorp.com>
871
872        * Closed PR57.  The hack is OK as it allows a BSP to override
873        or not at its discretion.
874        * mpc8xx/timer/timer.c: Removed #warning declaring providing a
875        default definition for the macros
876        rtems_cpu_configuration_get_timer_least_valid and
877        rtems_cpu_configuration_get_timer_average_overhead.
878
8792002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * shared/include/byteorder.h: Use unsigned instead of __unsigned
882        (GCC-3.0.x compatibility).
883       
8842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * configure.ac:
887        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
888        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
889        * mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
890        * mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
891        * mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
892        * mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
893        * Makefile.am: Remove AUTOMAKE_OPTIONS.
894        * mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
895        * mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
896        * mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
897        * mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
898        * mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
899        * mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
900        * mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
901        * mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
902        * mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
903        * mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
904        * mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
905        * mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
906        * mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
907        * mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
908        * mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
909        * mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
910        * mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
911        * mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
912        * mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
913        * mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
914        * mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
915        * mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
916        * ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
917        * ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
918        * ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
919        * ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
920        * ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
921        * ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
922        * ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
923        * shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
924        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
925        * shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
926        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
927
9282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * mpc6xx/clock/c_clock.c: Include rtems/bspIo.h instead of bspIo.h.
931        * mpc6xx/mmu/bat.h: Include rtems/bspIo.h instead of bspIo.h.
932        * mpc8260/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
933        * mpc8260/cpm/brg.c: Include rtems/bspIo.h instead of bspIo.h.
934        * mpc8xx/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
935        * shared/include/cpuIdent.c: Include rtems/bspIo.h instead of bspIo.h.
936
9372001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * ppc403/vectors/vectors.S: Include <bsp.h>.
940        * shared/include/cpu.h: Remove stray empty lines.
941
9422001-11-27      Joel Sherrill <joel@OARcorp.com>,
943
944        * new_exception_processing/Makefile.in,
945        new_exception_processing/.cvsignore,
946        new_exception_processing/Makefile.am,
947        new_exception_processing/c_isr.inl,
948        new_exception_processing/cpu.c, new_exception_processing/cpu.h,
949        new_exception_processing/cpu_asm.S,
950        old_exception_processing/Makefile.in,
951        old_exception_processing/.cvsignore,
952        old_exception_processing/Makefile.am, old_exception_processing/README,
953        old_exception_processing/TODO, old_exception_processing/c_isr.inl,
954        old_exception_processing/cpu.c, old_exception_processing/cpu.h,
955        old_exception_processing/cpu_asm.S, old_exception_processing/irq_stub.S,
956        old_exception_processing/ppc_offs.h,
957        old_exception_processing/ppccache.c, old_exception_processing/rtems.S:
958        Deleted since now under libbsp.
959
9602001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * configure.ac: Remove old_exception_processing,
963        new_exception_processing.
964        * Makefile.am: Ditto.
965
9662001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * configure.ac: Remove mpc750 from new_exception_processing,
969        Remove mpc604 from new_exception_processing.
970
9712001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * configure.ac: Remove ppc603e from old_exception_processing.
974
9752001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * configure.ac: Remove mpc8xx from new_exception_processing.
978
9792001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * configure.ac: Remove mpc8620 from new_exception_processing.
982
9832001-11-20      Joel Sherrill <joel@OARcorp.com>
984
985        * ChangeLog: Corrected spacing.
986
9872001-11-14      Till Straumann <strauman@SLAC.Stanford.EDU>
988
989        * new_exception_processing/cpu_asm.S: Support double or single
990        precision context switches.  Note that doing a single precision
991        context save/restore on a double precision PowerPC machine does not
992        only result in rounding errors but also screws up the FPSCR register!
993
9942001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
995
996        This modification is part of the submitted modifications necessary to
997        support the IBM PPC405 family.  This submission was reviewed by
998        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
999        not negatively impact the ppc403 BSPs.  The submission and tracking
1000        process was captured as PR50.
1001        * ppc403/console/console405.c ppc403/tty_drv/.cvsignore,
1002        ppc403/tty_drv/Makefile.am, ppc403/tty_drv/tty_drv.c,
1003        ppc403/tty_drv/tty_drv.h: New files.
1004        * Makefile.am, README, configure.ac, old_exception_processing/cpu.c,
1005        old_exception_processing/cpu.h, ppc403/Makefile.am,
1006        ppc403/clock/clock.c, ppc403/console/Makefile.am,
1007        ppc403/console/console.c, ppc403/ictrl/ictrl.c, ppc403/ictrl/ictrl.h,
1008        ppc403/timer/timer.c: Modified.
1009
10102001-11-07      Joel Sherrill <joel@OARcorp.com>
1011
1012        * configure.ac: Delete the commented out line that said that
1013        the mpc8260 used the old exception processing model.  This line
1014        also appears to have caused ppc603e to miss this test.
1015
10162001-10-29      Joel Sherrill <joel@OARcorp.com>
1017
1018        * mpc8xx/timer/timer.c: Added hack for two macros that are not defined
1019        with the new exception processing model:
1020                rtems_cpu_configuration_get_timer_least_valid()
1021                rtems_cpu_configuration_get_timer_average_overhead()
1022        This is captured as PR57.
1023
10242001-10-24      Joel Sherrill <joel@OARcorp.com>
1025
1026        * mpc8260/clock/.cvsignore, mpc8260/console-generic/.cvsignore,
1027        mpc8260/cpm/.cvsignore, mpc8260/exceptions/.cvsignore,
1028        mpc8260/include/.cvsignore, mpc8260/mmu/.cvsignore,
1029        mpc8260/timer/.cvsignore, mpc8260/.cvsignore: New files.
1030
10312001-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * mpc8260/exceptions/Makefile.am, mpc8260/include/Makefile.am,
1034        mpc8xx/exceptions/Makefile.am: Updated to autoconf 2.52.
1035
10362001-10-24      Joel Sherrill <joel@OARcorp.com>
1037
1038        * mpc8260/include/mpc8260.h: "or" is a keyword in C++. 
1039
10402001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1041
1042        * Makefile.am, README, configure.ac, new_exception_processing/cpu.h,
1043        shared/include/cpu.h, shared/include/cpuIdent.c, shared/src/cache.c:
1044        Added mpc8260 support.
1045
10462001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
1047
1048        * Added mpc8260 directory.
1049        * Modified Makefile.am and configure.in to build the contents
1050        * mpc8260/Makefile.am, mpc8260/README, mpc8260/clock/Makefile.am,
1051        mpc8260/clock/clock.c, mpc8260/console-generic/Makefile.am,
1052        mpc8260/console-generic/console-generic.c, mpc8260/cpm/.cvsignore,
1053        mpc8260/cpm/Makefile.am, mpc8260/cpm/brg.c, mpc8260/cpm/cp.c,
1054        mpc8260/cpm/dpram.c, mpc8260/exceptions/.cvsignore,
1055        mpc8260/exceptions/Makefile.am, mpc8260/exceptions/asm_utils.S,
1056        mpc8260/exceptions/raw_exception.c, mpc8260/exceptions/raw_exception.h,
1057        mpc8260/include/Makefile.am, mpc8260/include/console.h,
1058        mpc8260/include/cpm.h, mpc8260/include/mmu.h,
1059        mpc8260/include/mpc8260.h, mpc8260/mmu/Makefile.am, mpc8260/mmu/mmu.c,
1060        mpc8260/timer/Makefile.am, mpc8260/timer/timer.c: New files.
1061
10622001-10-12      Joel Sherrill <joel@OARcorp.com>
1063
1064        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h, mpc8xx/clock/clock.c,
1065        mpc8xx/timer/timer.c, new_exception_processing/cpu.c,
1066        new_exception_processing/cpu.h, new_exception_processing/cpu_asm.S,
1067        old_exception_processing/cpu.c, old_exception_processing/cpu.h,
1068        old_exception_processing/cpu_asm.S, old_exception_processing/rtems.S:
1069        Fixed typo.
1070
10712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1074        * configure.in: Remove.
1075        * configure.ac: New file, generated from configure.in by autoupdate.
1076
10772001-09-27      Joel Sherrill <joel@OARcorp.com>
1078
1079        * old_exception_processing/cpu.h: Renamed delay() to rtems_bsp_delay().
1080        Renamed delay_in_bus_cycles() to rtems_bsp_delay_in_bus_cycles().
1081        * shared/include/cpu.h: Renamed delay() to rtems_bsp_delay().
1082        Renamed delay_in_bus_cycles() to rtems_bsp_delay_in_bus_cycles().
1083
10842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
1087        * old_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
1088        * mpc6xx/mmu/Makefile.am: Use 'PREINSTALL_FILES ='.
1089        * mpc6xx/clock/Makefile.am: Use 'PREINSTALL_FILES ='.
1090        * mpc6xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
1091        * mpc8xx/include/Makefile.am: Use 'PREINSTALL_FILES ='.
1092        * mpc8xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
1093        * shared/include/Makefile.am: Use 'PREINSTALL_FILES ='.
1094        * shared/src/Makefile.am: Use 'PREINSTALL_FILES ='.
1095        * shared/src/Makefile.am: Use 'CLEANFILES ='.
1096
10972000-06-08      Eric Valette <valette@crf.canon.fr>
1098
1099        * mpc8xx/console-generic/console-generic.c:
1100        The printk/printf did not work when loaded by EPPCBUG. They did
1101        work when loaded with the BDM debugger.  I suspected EPPBUG
1102        made some nasty things like patching Communication processor
1103        microcode...  Anyway, the attached patch:
1104          1) Enables to have printk nearly immediately after boot,
1105          2) Make printf work automagically (I do not know why except I make a
1106        different initialization for printk that should be overwritten by
1107        console init later ?)
1108
1109        I let the default to be using EPPCBUG embedded firmware to boot and
1110        using this printk early enabler code (LOADED_BY_EPPCBUG and
1111        EARLY_CONSOLE) are on.
1112
11132001-05-24      Tom Armistead <tom_armistead@phx.mcd.mot.com>
1114
1115        * mpc6xx/timer/timer.c: Added include of bsp.h and removed
1116        external declaration of BSP_Convert_decrementer() to
1117        correct unresolved reference to this routine.
1118
11192001-05-24      Eric Valette <valette@crf.canon.fr>
1120
1121        * mpc8xx/console-generic/console-generic.c: Bug found by Yacine
1122        <elkolli@crf.canon.fr> where the initialization or irq data structure
1123        was incomplete in case a SMC channel was used first and later a SCC one.
1124
11252001-03-30      Eric Valette <valette@crf.canon.fr>
1126
1127        * mpc8xx/vectors/.cvsignore, mpc8xx/vectors/Makefile.am,
1128        mpc8xx/vectors/README, mpc8xx/vectors/align_h.S
1129        mpc8xx/vectors/vectors.S:  These files were removed in
1130        support of switching the mpc8xx to the use the "new exception
1131        processing model."
1132
11332001-03-30      Eric Valette <valette@crf.canon.fr>
1134
1135        * mpc8xx/exceptions/.cvsignore, mpc8xx/exceptions/Makefile.am,
1136        mpc8xx/exceptions/asm_utils.S, mpc8xx/exceptions/raw_exception.c,
1137        mpc8xx/exceptions/raw_exception.h: New files.
1138        * configure.in, mpc6xx/mmu/bat.h, mpc8xx/Makefile.am,
1139        mpc8xx/clock/clock.c,
1140        mpc8xx/console-generic/console-generic.c,
1141        mpc8xx/include/mpc8xx.h, mpc8xx/mmu/mmu.c,
1142        new_exception_processing/cpu.h, shared/include/byteorder.h,
1143        wrapup/Makefile.am:  This is conversion of the
1144        mpc8xx CPU to the "new exception processing model."
1145
11462001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1147
1148        * mpc505/ictrl/Makefile.am, mpc6xx/clock/Makefile.am,
1149        mpc6xx/exceptions/Makefile.am, mpc6xx/mmu/Makefile.am,
1150        mpc8xx/include/Makefile.am, new_exception_processing/Makefile.am,
1151        old_exception_processing/Makefile.am, pc403/ictrl/Makefile.am,
1152        shared/include/Makefile.am, shared/src/Makefile.am:
1153        Apply *_HEADERS instead of *H_FILES.
1154        * shared/src/.cvsignore: Add cache.h.
1155
11562001-01-03      Joel Sherrill <joel@OARcorp.com>
1157
1158        * new_exception_processing/cpu.h, old_exception_processing/cpu.c:
1159        old_exception_processing/cpu.h, Added _CPU_Initialize_vectors().
1160        In particular, spurious vector initialization had to be moved
1161        on old exception processing model.
1162
11632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1164
1165        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1166
11672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1168
1169        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1170
11712000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
1173        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1174        Switch to GNU canonicalization.
1175
11762000-10-20      Joel Sherrill <joel@OARcorp.com>
1177
1178        * mpc8xx/console-generic/console-generic.c: Avoid use of
1179        BSP definitions and rely on the new routine
1180        mbx8xx_console_get_configuration() to get information.  This
1181        routine was formerly incorrectly called
1182        mbx8xx_console_use_maximum_buffer_size().
1183        binding to the exception code.
1184
11852000-10-20      Joel Sherrill <joel@OARcorp.com>
1186
1187        * configure.in, Makefile.am: Explicitly specify whether an
1188        RTEMS_CPU_MODEL is using old or new exception processing.  This
1189        is important because when building multilib, you do not know
1190        the RTEMS_CPU_MODEL.  So everything built in a multilib'ed RTEMS
1191        must be independent of the exception model and allow for late
1192        binding to the exception code.
1193
11942000-10-18        Sergei Organov <osv@javad.ru>
1195
1196        * Added full support for MPC505.
1197        * mpc505/ictrl: New directory.
1198        * configure.in, mpc505/Makefile.am: Modified to reflect ictrl addition.
1199        * mpc505/ictrl/.cvsignore, mpc505/ictrl/Makefile.am,
1200        mpc505/ictrl/ictrl.c, mpc505/ictrl/ictrl.h: New files.
1201        * mpc505/timer/timer.c: Use <rtems.h>, not "rtems.h".
1202        * mpc505/vectors/Makefile.am: alignment exception handler now included.
1203        * mpc505/vectors/vectors.S: Now use constants for exception numbers.
1204        * old_exception_processing/ppc_offs.h: New file.
1205        * old_exception_processing/Makefile.am: Account for ppc_offs.h.
1206        * old_exception_processing/cpu.h: Make Nest and Disable levels volatile.
1207        * old_exception_processing/cpu_asm.S: Offsets moved to ppc_offs.h.
1208
12092000-10-18      Joel Sherrill <joel@OARcorp.com>
1210
1211        * mpc8xx/console-generic/console-generic.c: Removed include of
1212        <bsp.h> by adding BSP dependent routine
1213        mbx8xx_console_use_maximum_buffer_size() which can be hard coded
1214        or check non-volatile memory for configuration.
1215
12162000-10-18      Joel Sherrill <joel@OARcorp.com>
1217
1218        * mpc8xx/console-generic/console-generic.c: Removed warnings.
1219
12202000-10-18      Joel Sherrill <joel@OARcorp.com>
1221
1222        * mpc6xx/clock/c_clock.h: Removed commented out reference to <bsp.h>.
1223        * mpc6xx/timer/timer.c: Ditto.
1224
12252000-10-18      Joel Sherrill <joel@OARcorp.com>
1226
1227        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h: Removed use of
1228        bsp.h and replaced it with use of proper interfaces or explicit
1229        externs of required functions and data.
1230        * mpc6xx/timer/timer.c: Ditto.
1231
12322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1233
1234        * mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am,
1235        mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am,
1236        mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am,
1237        mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am,
1238        ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am,
1239        ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am,
1240        shared/include/Makefile.am, shared/src/Makefile.am,
1241        wrapup/Makefile.am, mpc8xx/clock/Makefile.am,
1242        mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am,
1243        mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am,
1244        mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am,
1245        old_exception_processing/Makefile.am: Include compile.am
1246
12472000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1248
1249        * mpc8xx/console-generic/console-generic.c:
1250        Add support for configuration parameters in NVRAM
1251
12522000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1253
1254        * ChangeLog: File paths corrected.
1255
12562000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1257
1258        * mpx8xx/console-generic/console-generic.c: Addition of support
1259        for shared printk and no termios.
1260
12612000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1262
1263        * mpx8xx/console-generic/console-generic.c(m8xx_uart_pollWrite):
1264        Flush actual buffer.
1265
12662000-08-10      Joel Sherrill <joel@OARcorp.com>
1267
1268        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.