source: rtems/c/src/lib/libcpu/powerpc/ChangeLog @ 810720b6

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 35.4 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Build libcpu.a.
8        Don't preinstall libcpu.a
9
102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * mpc505/ictrl/Makefile.am: Remove all-local: $(ARCH).
13        * mpc505/timer/Makefile.am: Remove all-local: $(ARCH).
14        * mpc505/vectors/Makefile.am: Remove all-local: $(ARCH).
15        * mpc6xx/clock/Makefile.am: Remove all-local: $(ARCH).
16        * mpc6xx/exceptions/Makefile.am: Remove all-local: $(ARCH).
17        * mpc6xx/mmu/Makefile.am: Remove all-local: $(ARCH).
18        * mpc6xx/timer/Makefile.am: Remove all-local: $(ARCH).
19        * mpc6xx/wrapup/Makefile.am: Remove all-local: $(ARCH).
20        * mpc8260/clock/Makefile.am: Remove all-local: $(ARCH).
21        * mpc8260/console-generic/Makefile.am: Remove all-local: $(ARCH).
22        * mpc8260/cpm/Makefile.am: Remove all-local: $(ARCH).
23        * mpc8260/exceptions/Makefile.am: Remove all-local: $(ARCH).
24        * mpc8260/mmu/Makefile.am: Remove all-local: $(ARCH).
25        * mpc8260/timer/Makefile.am: Remove all-local: $(ARCH).
26        * mpc8xx/clock/Makefile.am: Remove all-local: $(ARCH).
27        * mpc8xx/console-generic/Makefile.am: Remove all-local: $(ARCH).
28        * mpc8xx/cpm/Makefile.am: Remove all-local: $(ARCH).
29        * mpc8xx/exceptions/Makefile.am: Remove all-local: $(ARCH).
30        * mpc8xx/mmu/Makefile.am: Remove all-local: $(ARCH).
31        * mpc8xx/timer/Makefile.am: Remove all-local: $(ARCH).
32        * ppc403/clock/Makefile.am: Remove all-local: $(ARCH).
33        * ppc403/console/Makefile.am: Remove all-local: $(ARCH).
34        * ppc403/ictrl/Makefile.am: Remove all-local: $(ARCH).
35        * ppc403/timer/Makefile.am: Remove all-local: $(ARCH).
36        * ppc403/tty_drv/Makefile.am: Remove all-local: $(ARCH).
37        * ppc403/vectors/Makefile.am: Remove all-local: $(ARCH).
38        * shared/include/Makefile.am: Remove all-local: $(ARCH).
39        * shared/src/Makefile.am: Remove all-local: $(ARCH).
40        * wrapup/Makefile.am: Remove all-local: $(ARCH).
41
422003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reformat. Use dirstamp for preinstallation.
45        * mpc505/Makefile.am: Reformat.
46        * mpc505/ictrl/Makefile.am: Reformat. Use dirstamp for preinstallation.
47        * mpc505/timer/Makefile.am: Reformat.
48        * mpc505/vectors/Makefile.am: Reformat.
49        * mpc6xx/Makefile.am: Reformat.
50        * mpc6xx/clock/Makefile.am: Reformat. Use dirstamp for preinstallation.
51        * mpc6xx/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
52        * mpc6xx/mmu/Makefile.am: Reformat. Use dirstamp for preinstallation.
53        * mpc6xx/timer/Makefile.am: Reformat.
54        * mpc6xx/wrapup/Makefile.am: Reformat.
55        * mpc8260/Makefile.am: Reformat. Use dirstamp for preinstallation.
56        * mpc8260/clock/Makefile.am: Reformat.
57        * mpc8260/console-generic/Makefile.am: Reformat.
58        * mpc8260/cpm/Makefile.am: Reformat.
59        * mpc8260/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
60        * mpc8260/mmu/Makefile.am: Reformat.
61        * mpc8260/timer/Makefile.am: Reformat.
62        * mpc8xx/Makefile.am: Reformat. Use dirstamp for preinstallation.
63        * mpc8xx/clock/Makefile.am: Reformat.
64        * mpc8xx/console-generic/Makefile.am: Reformat.
65        * mpc8xx/cpm/Makefile.am: Reformat.
66        * mpc8xx/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
67        * mpc8xx/mmu/Makefile.am: Reformat.
68        * mpc8xx/timer/Makefile.am: Reformat.
69        * ppc403/Makefile.am: Reformat.
70        * ppc403/clock/Makefile.am: Reformat.
71        * ppc403/console/Makefile.am: Reformat.
72        * ppc403/ictrl/Makefile.am: Reformat. Use dirstamp for preinstallation.
73        * ppc403/timer/Makefile.am: Reformat.
74        * ppc403/tty_drv/Makefile.am: Reformat. Use dirstamp for preinstallation.
75        * ppc403/vectors/Makefile.am: Reformat.
76        * shared/Makefile.am: Reformat.
77        * shared/include/Makefile.am: Reformat. Use dirstamp for preinstallation.
78        * shared/src/Makefile.am: Reformat. Use dirstamp for preinstallation.
79        * wrapup/Makefile.am: Reformat.
80
812003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove RTEMS_CANONICAL_HOST.
84
852003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Remove RTEMS_CHECK_CPU.
88
892003-09-04      Joel Sherrill <joel@OARcorp.com>
90
91        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h,
92        mpc6xx/exceptions/raw_exception.c, mpc6xx/exceptions/raw_exception.h,
93        mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S,
94        mpc6xx/timer/timer.c, mpc8260/clock/clock.c,
95        mpc8260/console-generic/console-generic.c, mpc8260/cpm/brg.c,
96        mpc8260/exceptions/raw_exception.c,
97        mpc8260/exceptions/raw_exception.h, mpc8260/include/cpm.h,
98        mpc8260/include/mmu.h, mpc8260/mmu/mmu.c, mpc8260/timer/timer.c,
99        mpc8xx/clock/clock.c, mpc8xx/console-generic/console-generic.c,
100        mpc8xx/exceptions/raw_exception.c, mpc8xx/exceptions/raw_exception.h,
101        mpc8xx/include/cpm.h, mpc8xx/include/mmu.h, mpc8xx/mmu/mmu.c,
102        mpc8xx/timer/timer.c, ppc403/clock/clock.c,
103        ppc403/console/console.c.polled, ppc403/timer/timer.c,
104        rtems/powerpc/debugmod.h, shared/include/byteorder.h,
105        shared/include/cpuIdent.c, shared/include/cpuIdent.h,
106        shared/include/io.h, shared/include/mmu.h, shared/include/page.h,
107        shared/include/pgtable.h, shared/include/spr.h: URL for license
108        changed.
109
1102003-09-04      Joel Sherrill <joel@OARcorp.com>
111
112        * mpc505/timer/timer.c, ppc403/console/console.c,
113        ppc403/console/console405.c: Removed incorrect statement about
114        copyright assignment.
115
1162003-08-20      Joel Sherrill <joel@OARcorp.com>
117
118        * mpc8260/clock/clock.c: Correct copyright statements.
119
1202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Reflect having moved aclocal/.
123
1242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Reflect having moved automake/.
127        * mpc505/Makefile.am: Reflect having moved automake/.
128        * mpc505/ictrl/Makefile.am: Reflect having moved automake/.
129        * mpc505/timer/Makefile.am: Reflect having moved automake/.
130        * mpc505/vectors/Makefile.am: Reflect having moved automake/.
131        * mpc6xx/Makefile.am: Reflect having moved automake/.
132        * mpc6xx/clock/Makefile.am: Reflect having moved automake/.
133        * mpc6xx/exceptions/Makefile.am: Reflect having moved automake/.
134        * mpc6xx/mmu/Makefile.am: Reflect having moved automake/.
135        * mpc6xx/timer/Makefile.am: Reflect having moved automake/.
136        * mpc6xx/wrapup/Makefile.am: Reflect having moved automake/.
137        * mpc8260/Makefile.am: Reflect having moved automake/.
138        * mpc8260/clock/Makefile.am: Reflect having moved automake/.
139        * mpc8260/console-generic/Makefile.am: Reflect having moved automake/.
140        * mpc8260/cpm/Makefile.am: Reflect having moved automake/.
141        * mpc8260/exceptions/Makefile.am: Reflect having moved automake/.
142        * mpc8260/mmu/Makefile.am: Reflect having moved automake/.
143        * mpc8260/timer/Makefile.am: Reflect having moved automake/.
144        * mpc8xx/Makefile.am: Reflect having moved automake/.
145        * mpc8xx/clock/Makefile.am: Reflect having moved automake/.
146        * mpc8xx/console-generic/Makefile.am: Reflect having moved automake/.
147        * mpc8xx/cpm/Makefile.am: Reflect having moved automake/.
148        * mpc8xx/exceptions/Makefile.am: Reflect having moved automake/.
149        * mpc8xx/mmu/Makefile.am: Reflect having moved automake/.
150        * mpc8xx/timer/Makefile.am: Reflect having moved automake/.
151        * ppc403/Makefile.am: Reflect having moved automake/.
152        * ppc403/clock/Makefile.am: Reflect having moved automake/.
153        * ppc403/console/Makefile.am: Reflect having moved automake/.
154        * ppc403/ictrl/Makefile.am: Reflect having moved automake/.
155        * ppc403/timer/Makefile.am: Reflect having moved automake/.
156        * ppc403/tty_drv/Makefile.am: Reflect having moved automake/.
157        * ppc403/vectors/Makefile.am: Reflect having moved automake/.
158        * shared/Makefile.am: Reflect having moved automake/.
159        * shared/include/Makefile.am: Reflect having moved automake/.
160        * shared/src/Makefile.am: Reflect having moved automake/.
161        * wrapup/Makefile.am: Reflect having moved automake/.
162
1632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
166
1672003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * wrapup/Makefile.am (FAMILY_OBJS): Remove *exception_processing.
170
1712003-07-08      Joel Sherrill <joel@OARcorp.com>
172
173        PR 416/bsps
174        * ppc403/ictrl/ictrl.c (ictrl_isr): We acknolwegde the interrupt in
175        interrupt controller (clr_exisr(mask)) before calling the interrupt
176        handler that will acnowledge the interrupt source. This results in
177        the interrupt beeing seen a second time by the interrupt controller.
178        Reported and fixed by El Kolli Yacine <yacine.elkolli@crf.canon.fr>.
179
1802003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
181
182        PR 368/filesystems
183        * mpc8xx/include/mpc8xx.h: Add PCMCIA registers.
184
1852003-03-25      Till Straumann <strauman@slac.stanford.edu>
186
187        PR 349/bsps
188        * shared/include/cpuIdent.c: Readd PPC604r CPU.
189
1902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove AC_CONFIG_AUX_DIR.
193
1942003-02-20      Till Straumann <strauman@slac.stanford.edu>
195
196        PR 349/bsps
197        * mpc6xx/exceptions/raw_exception.c, mpc6xx/mmu/bat.c,
198        mpc6xx/mmu/pte121.c, shared/include/cpuIdent.c,
199        shared/include/cpuIdent.h, shared/src/Makefile.am, shared/src/stack.c,
200        shared/src/stackTrace.h, powerpc/registers.h:
201          - undo improper 'fix' who broke mpc604r identification
202          - fix: 7400 identification PVR value was wrong
203          - enhance 'setdbat()' to switch OFF a given BAT if called with 0 size
204          - fix: page table support bugfix
205          - enhancement: provide routines to take and print stack trace
206            snapshots
207          - add definitions for HID1 and DABR SPRs
208
2092003-02-14      Greg Menke <gregory.menke@gsfc.nasa.gov>
210
211        PR 348/bsps
212        * mpc6xx/exceptions/raw_exception.c: Add PPC_603ev as required
213        by MTX603e BSP.
214
2152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AC_PREREQ(2.57).
222
2232002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove RTEMS_CHEC_CUSTOM_BSP.
226        * mpc505/ictrl/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * mpc505/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228        * mpc505/vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * mpc6xx/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * mpc6xx/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231        * mpc6xx/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * mpc6xx/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * mpc6xx/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * mpc8260/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * mpc8260/console-generic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * mpc8260/cpm/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * mpc8260/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * mpc8260/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * mpc8260/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * mpc8xx/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * mpc8xx/console-generic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * mpc8xx/cpm/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * mpc8xx/exceptions/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * mpc8xx/mmu/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245        * mpc8xx/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246        * ppc403/clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247        * ppc403/console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248        * ppc403/ictrl/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249        * ppc403/timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        * ppc403/tty_drv/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * ppc403/vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * shared/include/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * shared/src/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255
2562002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
259
2602002-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * mpc8260/Makefile.am: Merge-in mpc8260/include/Makefile.am.
263        * mpc8xx/Makefile.am: Merge-in mpc8xx/include/Makefile.am.
264        * mpc8260/include/Makefile.am: Remove.
265        * mpc8xx/include/Makefile.am: Remove.
266        * configure.ac: Remove mpc8260/include/Makefile.
267        Remove mpc8xx/include/Makefile.
268
2692002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Add RTEMS_PROG_CCAS.
272
2732002-11-04      Joel Sherrill <joel@OARcorp.com>
274
275        * mpc8260/console-generic/console-generic.c, mpc8260/cpm/dpram.c,
276        mpc8260/exceptions/raw_exception.c,
277        mpc8xx/exceptions/raw_exception.c: Removed warnings.
278
2792002-11-01      Joel Sherrill <joel@OARcorp.com>
280
281        * mpc8xx/console-generic/console-generic.c, mpc8xx/cpm/dpram.c,
282        mpc8xx/exceptions/raw_exception.c, ppc403/clock/clock.c:
283        Removed warnings.
284
2852002-10-31      Joel Sherrill <joel@OARcorp.com>
286
287        * mpc6xx/clock/c_clock.c, mpc6xx/exceptions/raw_exception.c,
288        mpc6xx/mmu/bat.c: Removed warnings.
289
2902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * .cvsignore: Reformat.
293        Add autom4te*cache.
294        Remove autom4te.cache.
295
2962002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Remove duplicate mpc6xx/timer/Makefile from CONFIG_FILES.
299
3002002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * mpc8260/exceptions/raw_exception.c: #include <string.h>.
303        #include <bspIo.h>.
304
3052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * mpc6xx/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * mpc505/ictrl/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * mpc505/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * mpc505/vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * mpc6xx/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * mpc6xx/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * mpc6xx/mmu/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * mpc6xx/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * mpc8260/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * mpc8260/console-generic/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * mpc8260/cpm/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * mpc8260/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * mpc8260/mmu/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * mpc8260/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * mpc8xx/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * mpc8xx/console-generic/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * mpc8xx/cpm/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * mpc8xx/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * mpc8xx/mmu/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * mpc8xx/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * ppc403/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * ppc403/console/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * ppc403/ictrl/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * ppc403/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * ppc403/tty_drv/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * ppc403/vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * shared/include/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * shared/src/Makefile.am: Use .$(OBJEXT) instead of .o.
339
3402002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
343
3442002-07-22      Till Straumann <strauman@slac.stanford.edu>
345
346        * mpc6xx/mmu/bat.c: Per PR241, fix a tiny bug introduced by the
347        fix for an earlier patch (PR213) which added support for setting
348        BAT0 to setdbat().
349
3502001-05-17      Joel Sherrill <joel@OARcorp.com>
351
352        * mpc6xx/exceptions/raw_exception.c, pc6xx/mmu/pte121.c: Modified
353        slightly to reflect recent PowerPC re-organization and avoid warnings.
354
3552001-05-15      Till Straumann <strauman@slac.stanford.edu>
356
357        * mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h: New files. Missed in
358        merge of PR213.
359
3602001-05-14      Joel Sherrill <joel@OARcorp.com>
361
362        * shared/include/cpuIdent.c: Account for duplicate numbers.
363
3642002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * rtems/powerpc/debugmod.h: New file (extracted from
367        score/ppc.h).
368        * Makefile.am: Relect changes above.
369
3702001-05-14      Till Straumann <strauman@slac.stanford.edu>
371
372        * shared/include/io.h: Per PR215 address the following issues:
373            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
374              are no longer defined by libcpu (powerpc/shared/include/io.h)
375              but by the BSP (who is the only one to know the values)
376            - the affected BSP (shared/motorola) headers have been fixed
377              in a separate "libbsp/powerpc/shared" patch.
378            - the DEC 21140 driver (libchip/network/dec21140.c) has been
379              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
380              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
381              is to be defined by the BSP who is using this driver.
382            - the DEC driver also has been fixed to use the newer
383              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
384              delay_in_bus_cycles().
385
3862001-05-14      Till Straumann <strauman@slac.stanford.edu>
387
388        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
389        the following:
390            - support for the MPC74000 (AKA G4); there is no
391              AltiVec support yet, however.
392            - the cache flushing assembly code uses hardware-flush on the G4.
393              Also, a couple of hardcoded numerical values were replaced
394              by more readable symbolic constants.
395            - extended interrupt-disabled code section so enclose the entire
396              cache flush/invalidate procedure (as recommended by the book).
397              This is not (latency) critical as it is only used by
398              init code but prevents possible corruption.
399            - Trivial page table support as been added.
400              (1:1 effective-virtual-physical address mapping which is only
401              useful only on CPUs which feature hardware TLB replacement,
402              e.g. >604.  This allows for write-protecting memory regions,
403              e.g. text/ro-data which makes catching corruptors a lot easier.
404              It also frees one DBAT/IBAT and gives more flexibility
405              for setting up address maps :-)
406            - setdbat() allows changing BAT0 also (since the BSP may use
407              a page table, BAT0 could be available...).
408            - asm_setdbatX() violated the SVR ABI by using
409              r20 as a scratch register; changed for r0
410            - according to the book, a context synchronizing instruction is
411              necessary prior to and after changing a DBAT -> isync added
412
4132002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * rtems/powerpc/cache.h: New file (extracted from
416        old-exceptions/cpu.h)
417        * Makefile.am: Relect changes above.
418
4192002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * shared/include/cpu.h: Removed.
422        * shared/include/Makefile.am: Reflect changes above.
423        * shared/include/spr.h: Include rtems/powerpc/registers.h instead of
424        libcpu/cpu.h.
425        * mpc6xx/clock/c_clock.c: Reflect changes to <rtems/score/cpu.h>.
426        * mpc6xx/exceptions/asm_utils.S: Ditto.
427        * mpc6xx/exceptions/raw_exception.c: Ditto.
428        * mpc6xx/mmu/mmuAsm.S: Ditto.
429        * mpc6xx/timer/timer.c: Ditto.
430        * mpc8260/exceptions/asm_utils.S: Ditto.
431        * mpc8260/exceptions/raw_exception.c: Ditto.
432        * mpc8xx/exceptions/asm_utils.S: Ditto.
433        * mpc8xx/exceptions/raw_exception.c: Ditto.
434        * ppc403/vectors/vectors.S: Include <asm.h> instead of "asm.h".
435
4362001-04-17      Joel Sherrill <joel@OARcorp.com>
437
438        * shared/include/cpu.h: Added ifndef ASM.
439 
4402001-04-17      Joel Sherrill <joel@OARcorp.com>
441
442        * ChangeLog: Corrected paths on past few commits.
443 
4442002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * shared/include/cpu.h: Don't include cpuIdent.h.
447
4482002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * mpc8260/exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
451
4522002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * mpc8xx/exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
455
4562002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * mpc6xx/exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
459
4602002-04-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * shared/include/cpuIdent.h: New.
463        * shared/include/cpuIdent.c: Reflect having added cpuIdent.h.
464        * shared/include/cpu.h: Ditto.
465        * shared/include/Makefile.am: Add cpuIndent.h. Fix EXTRA_DIST.
466
4672001-04-03      Joel Sherrill <joel@OARcorp.com>
468
469        * Closed PR57.  The hack is OK as it allows a BSP to override
470        or not at its discretion.
471        * mpc8xx/timer/timer.c: Removed #warning declaring providing a
472        default definition for the macros
473        rtems_cpu_configuration_get_timer_least_valid and
474        rtems_cpu_configuration_get_timer_average_overhead.
475
4762002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * shared/include/byteorder.h: Use unsigned instead of __unsigned
479        (GCC-3.0.x compatibility).
480       
4812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac:
484        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
485        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
486        * mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
524
5252002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * mpc6xx/clock/c_clock.c: Include rtems/bspIo.h instead of bspIo.h.
528        * mpc6xx/mmu/bat.h: Include rtems/bspIo.h instead of bspIo.h.
529        * mpc8260/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
530        * mpc8260/cpm/brg.c: Include rtems/bspIo.h instead of bspIo.h.
531        * mpc8xx/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h.
532        * shared/include/cpuIdent.c: Include rtems/bspIo.h instead of bspIo.h.
533
5342001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * ppc403/vectors/vectors.S: Include <bsp.h>.
537        * shared/include/cpu.h: Remove stray empty lines.
538
5392001-11-27      Joel Sherrill <joel@OARcorp.com>,
540
541        * new_exception_processing/Makefile.in,
542        new_exception_processing/.cvsignore,
543        new_exception_processing/Makefile.am,
544        new_exception_processing/c_isr.inl,
545        new_exception_processing/cpu.c, new_exception_processing/cpu.h,
546        new_exception_processing/cpu_asm.S,
547        old_exception_processing/Makefile.in,
548        old_exception_processing/.cvsignore,
549        old_exception_processing/Makefile.am, old_exception_processing/README,
550        old_exception_processing/TODO, old_exception_processing/c_isr.inl,
551        old_exception_processing/cpu.c, old_exception_processing/cpu.h,
552        old_exception_processing/cpu_asm.S, old_exception_processing/irq_stub.S,
553        old_exception_processing/ppc_offs.h,
554        old_exception_processing/ppccache.c, old_exception_processing/rtems.S:
555        Deleted since now under libbsp.
556
5572001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Remove old_exception_processing,
560        new_exception_processing.
561        * Makefile.am: Ditto.
562
5632001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Remove mpc750 from new_exception_processing,
566        Remove mpc604 from new_exception_processing.
567
5682001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.ac: Remove ppc603e from old_exception_processing.
571
5722001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * configure.ac: Remove mpc8xx from new_exception_processing.
575
5762001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * configure.ac: Remove mpc8620 from new_exception_processing.
579
5802001-11-20      Joel Sherrill <joel@OARcorp.com>
581
582        * ChangeLog: Corrected spacing.
583
5842001-11-14      Till Straumann <strauman@SLAC.Stanford.EDU>
585
586        * new_exception_processing/cpu_asm.S: Support double or single
587        precision context switches.  Note that doing a single precision
588        context save/restore on a double precision PowerPC machine does not
589        only result in rounding errors but also screws up the FPSCR register!
590
5912001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
592
593        This modification is part of the submitted modifications necessary to
594        support the IBM PPC405 family.  This submission was reviewed by
595        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
596        not negatively impact the ppc403 BSPs.  The submission and tracking
597        process was captured as PR50.
598        * ppc403/console/console405.c ppc403/tty_drv/.cvsignore,
599        ppc403/tty_drv/Makefile.am, ppc403/tty_drv/tty_drv.c,
600        ppc403/tty_drv/tty_drv.h: New files.
601        * Makefile.am, README, configure.ac, old_exception_processing/cpu.c,
602        old_exception_processing/cpu.h, ppc403/Makefile.am,
603        ppc403/clock/clock.c, ppc403/console/Makefile.am,
604        ppc403/console/console.c, ppc403/ictrl/ictrl.c, ppc403/ictrl/ictrl.h,
605        ppc403/timer/timer.c: Modified.
606
6072001-11-07      Joel Sherrill <joel@OARcorp.com>
608
609        * configure.ac: Delete the commented out line that said that
610        the mpc8260 used the old exception processing model.  This line
611        also appears to have caused ppc603e to miss this test.
612
6132001-10-29      Joel Sherrill <joel@OARcorp.com>
614
615        * mpc8xx/timer/timer.c: Added hack for two macros that are not defined
616        with the new exception processing model:
617                rtems_cpu_configuration_get_timer_least_valid()
618                rtems_cpu_configuration_get_timer_average_overhead()
619        This is captured as PR57.
620
6212001-10-24      Joel Sherrill <joel@OARcorp.com>
622
623        * mpc8260/clock/.cvsignore, mpc8260/console-generic/.cvsignore,
624        mpc8260/cpm/.cvsignore, mpc8260/exceptions/.cvsignore,
625        mpc8260/include/.cvsignore, mpc8260/mmu/.cvsignore,
626        mpc8260/timer/.cvsignore, mpc8260/.cvsignore: New files.
627
6282001-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * mpc8260/exceptions/Makefile.am, mpc8260/include/Makefile.am,
631        mpc8xx/exceptions/Makefile.am: Updated to autoconf 2.52.
632
6332001-10-24      Joel Sherrill <joel@OARcorp.com>
634
635        * mpc8260/include/mpc8260.h: "or" is a keyword in C++. 
636
6372001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
638
639        * Makefile.am, README, configure.ac, new_exception_processing/cpu.h,
640        shared/include/cpu.h, shared/include/cpuIdent.c, shared/src/cache.c:
641        Added mpc8260 support.
642
6432001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
644
645        * Added mpc8260 directory.
646        * Modified Makefile.am and configure.in to build the contents
647        * mpc8260/Makefile.am, mpc8260/README, mpc8260/clock/Makefile.am,
648        mpc8260/clock/clock.c, mpc8260/console-generic/Makefile.am,
649        mpc8260/console-generic/console-generic.c, mpc8260/cpm/.cvsignore,
650        mpc8260/cpm/Makefile.am, mpc8260/cpm/brg.c, mpc8260/cpm/cp.c,
651        mpc8260/cpm/dpram.c, mpc8260/exceptions/.cvsignore,
652        mpc8260/exceptions/Makefile.am, mpc8260/exceptions/asm_utils.S,
653        mpc8260/exceptions/raw_exception.c, mpc8260/exceptions/raw_exception.h,
654        mpc8260/include/Makefile.am, mpc8260/include/console.h,
655        mpc8260/include/cpm.h, mpc8260/include/mmu.h,
656        mpc8260/include/mpc8260.h, mpc8260/mmu/Makefile.am, mpc8260/mmu/mmu.c,
657        mpc8260/timer/Makefile.am, mpc8260/timer/timer.c: New files.
658
6592001-10-12      Joel Sherrill <joel@OARcorp.com>
660
661        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h, mpc8xx/clock/clock.c,
662        mpc8xx/timer/timer.c, new_exception_processing/cpu.c,
663        new_exception_processing/cpu.h, new_exception_processing/cpu_asm.S,
664        old_exception_processing/cpu.c, old_exception_processing/cpu.h,
665        old_exception_processing/cpu_asm.S, old_exception_processing/rtems.S:
666        Fixed typo.
667
6682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
671        * configure.in: Remove.
672        * configure.ac: New file, generated from configure.in by autoupdate.
673
6742001-09-27      Joel Sherrill <joel@OARcorp.com>
675
676        * old_exception_processing/cpu.h: Renamed delay() to rtems_bsp_delay().
677        Renamed delay_in_bus_cycles() to rtems_bsp_delay_in_bus_cycles().
678        * shared/include/cpu.h: Renamed delay() to rtems_bsp_delay().
679        Renamed delay_in_bus_cycles() to rtems_bsp_delay_in_bus_cycles().
680
6812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
684        * old_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
685        * mpc6xx/mmu/Makefile.am: Use 'PREINSTALL_FILES ='.
686        * mpc6xx/clock/Makefile.am: Use 'PREINSTALL_FILES ='.
687        * mpc6xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
688        * mpc8xx/include/Makefile.am: Use 'PREINSTALL_FILES ='.
689        * mpc8xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
690        * shared/include/Makefile.am: Use 'PREINSTALL_FILES ='.
691        * shared/src/Makefile.am: Use 'PREINSTALL_FILES ='.
692        * shared/src/Makefile.am: Use 'CLEANFILES ='.
693
6942000-06-08      Eric Valette <valette@crf.canon.fr>
695
696        * mpc8xx/console-generic/console-generic.c:
697        The printk/printf did not work when loaded by EPPCBUG. They did
698        work when loaded with the BDM debugger.  I suspected EPPBUG
699        made some nasty things like patching Communication processor
700        microcode...  Anyway, the attached patch:
701          1) Enables to have printk nearly immediately after boot,
702          2) Make printf work automagically (I do not know why except I make a
703        different initialization for printk that should be overwritten by
704        console init later ?)
705
706        I let the default to be using EPPCBUG embedded firmware to boot and
707        using this printk early enabler code (LOADED_BY_EPPCBUG and
708        EARLY_CONSOLE) are on.
709
7102001-05-24      Tom Armistead <tom_armistead@phx.mcd.mot.com>
711
712        * mpc6xx/timer/timer.c: Added include of bsp.h and removed
713        external declaration of BSP_Convert_decrementer() to
714        correct unresolved reference to this routine.
715
7162001-05-24      Eric Valette <valette@crf.canon.fr>
717
718        * mpc8xx/console-generic/console-generic.c: Bug found by Yacine
719        <elkolli@crf.canon.fr> where the initialization or irq data structure
720        was incomplete in case a SMC channel was used first and later a SCC one.
721
7222001-03-30      Eric Valette <valette@crf.canon.fr>
723
724        * mpc8xx/vectors/.cvsignore, mpc8xx/vectors/Makefile.am,
725        mpc8xx/vectors/README, mpc8xx/vectors/align_h.S
726        mpc8xx/vectors/vectors.S:  These files were removed in
727        support of switching the mpc8xx to the use the "new exception
728        processing model."
729
7302001-03-30      Eric Valette <valette@crf.canon.fr>
731
732        * mpc8xx/exceptions/.cvsignore, mpc8xx/exceptions/Makefile.am,
733        mpc8xx/exceptions/asm_utils.S, mpc8xx/exceptions/raw_exception.c,
734        mpc8xx/exceptions/raw_exception.h: New files.
735        * configure.in, mpc6xx/mmu/bat.h, mpc8xx/Makefile.am,
736        mpc8xx/clock/clock.c,
737        mpc8xx/console-generic/console-generic.c,
738        mpc8xx/include/mpc8xx.h, mpc8xx/mmu/mmu.c,
739        new_exception_processing/cpu.h, shared/include/byteorder.h,
740        wrapup/Makefile.am:  This is conversion of the
741        mpc8xx CPU to the "new exception processing model."
742
7432001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * mpc505/ictrl/Makefile.am, mpc6xx/clock/Makefile.am,
746        mpc6xx/exceptions/Makefile.am, mpc6xx/mmu/Makefile.am,
747        mpc8xx/include/Makefile.am, new_exception_processing/Makefile.am,
748        old_exception_processing/Makefile.am, pc403/ictrl/Makefile.am,
749        shared/include/Makefile.am, shared/src/Makefile.am:
750        Apply *_HEADERS instead of *H_FILES.
751        * shared/src/.cvsignore: Add cache.h.
752
7532001-01-03      Joel Sherrill <joel@OARcorp.com>
754
755        * new_exception_processing/cpu.h, old_exception_processing/cpu.c:
756        old_exception_processing/cpu.h, Added _CPU_Initialize_vectors().
757        In particular, spurious vector initialization had to be moved
758        on old exception processing model.
759
7602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
763
7642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
767
7682000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
771        Switch to GNU canonicalization.
772
7732000-10-20      Joel Sherrill <joel@OARcorp.com>
774
775        * mpc8xx/console-generic/console-generic.c: Avoid use of
776        BSP definitions and rely on the new routine
777        mbx8xx_console_get_configuration() to get information.  This
778        routine was formerly incorrectly called
779        mbx8xx_console_use_maximum_buffer_size().
780        binding to the exception code.
781
7822000-10-20      Joel Sherrill <joel@OARcorp.com>
783
784        * configure.in, Makefile.am: Explicitly specify whether an
785        RTEMS_CPU_MODEL is using old or new exception processing.  This
786        is important because when building multilib, you do not know
787        the RTEMS_CPU_MODEL.  So everything built in a multilib'ed RTEMS
788        must be independent of the exception model and allow for late
789        binding to the exception code.
790
7912000-10-18        Sergei Organov <osv@javad.ru>
792
793        * Added full support for MPC505.
794        * mpc505/ictrl: New directory.
795        * configure.in, mpc505/Makefile.am: Modified to reflect ictrl addition.
796        * mpc505/ictrl/.cvsignore, mpc505/ictrl/Makefile.am,
797        mpc505/ictrl/ictrl.c, mpc505/ictrl/ictrl.h: New files.
798        * mpc505/timer/timer.c: Use <rtems.h>, not "rtems.h".
799        * mpc505/vectors/Makefile.am: alignment exception handler now included.
800        * mpc505/vectors/vectors.S: Now use constants for exception numbers.
801        * old_exception_processing/ppc_offs.h: New file.
802        * old_exception_processing/Makefile.am: Account for ppc_offs.h.
803        * old_exception_processing/cpu.h: Make Nest and Disable levels volatile.
804        * old_exception_processing/cpu_asm.S: Offsets moved to ppc_offs.h.
805
8062000-10-18      Joel Sherrill <joel@OARcorp.com>
807
808        * mpc8xx/console-generic/console-generic.c: Removed include of
809        <bsp.h> by adding BSP dependent routine
810        mbx8xx_console_use_maximum_buffer_size() which can be hard coded
811        or check non-volatile memory for configuration.
812
8132000-10-18      Joel Sherrill <joel@OARcorp.com>
814
815        * mpc8xx/console-generic/console-generic.c: Removed warnings.
816
8172000-10-18      Joel Sherrill <joel@OARcorp.com>
818
819        * mpc6xx/clock/c_clock.h: Removed commented out reference to <bsp.h>.
820        * mpc6xx/timer/timer.c: Ditto.
821
8222000-10-18      Joel Sherrill <joel@OARcorp.com>
823
824        * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h: Removed use of
825        bsp.h and replaced it with use of proper interfaces or explicit
826        externs of required functions and data.
827        * mpc6xx/timer/timer.c: Ditto.
828
8292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am,
832        mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am,
833        mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am,
834        mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am,
835        ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am,
836        ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am,
837        shared/include/Makefile.am, shared/src/Makefile.am,
838        wrapup/Makefile.am, mpc8xx/clock/Makefile.am,
839        mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am,
840        mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am,
841        mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am,
842        old_exception_processing/Makefile.am: Include compile.am
843
8442000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
845
846        * mpc8xx/console-generic/console-generic.c:
847        Add support for configuration parameters in NVRAM
848
8492000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
850
851        * ChangeLog: File paths corrected.
852
8532000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
854
855        * mpx8xx/console-generic/console-generic.c: Addition of support
856        for shared printk and no termios.
857
8582000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
859
860        * mpx8xx/console-generic/console-generic.c(m8xx_uart_pollWrite):
861        Flush actual buffer.
862
8632000-08-10      Joel Sherrill <joel@OARcorp.com>
864
865        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.