source: rtems/c/src/lib/libcpu/powerpc/ChangeLog @ 5bd1219

4.104.114.84.95
Last change on this file since 5bd1219 was 5bd1219, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/15/05 at 16:33:27

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

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