source: rtems/c/src/lib/libcpu/powerpc/ChangeLog @ 7894d47d

4.104.114.84.95
Last change on this file since 7894d47d was 7894d47d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 15:40:51

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

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