source: rtems/c/src/lib/libcpu/powerpc/README @ eaa58dc9

4.104.114.95
Last change on this file since eaa58dc9 was eaa58dc9, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 04/07/08 at 09:35:45

removed references to outdated "old-exception-handling" PPC support

  • Property mode set to 100644
File size: 743 bytes
Line 
1#
2#  $Id$
3#
4
5This hierarchy contains support routines for some of
6the varied and quite numerous PowerPC processors
7available from IBM and Motorola.
8
9Since these routines can differ amongst different members
10of the PowerPC family, an entry per CPU type is provided.
11
12At this time, support is included for the following PowerPC
13family members using the new exception processing model:
14
15  + mpc505
16  + mpc5xx (5xx devices other than 505/509)
17  + mpc6xx
18  + mpc750
19  + mpc821
20  + mpc823 (uses mpc821 directory)
21  + mpc850 (uses mpc860 directory)
22  + mpc860
23  + mpc8260
24  + ppc405
25
26Note that because of similarities in various family members,
27the mpc823 should be able to use the mpc821 code and the
28mpc850 should be able to use the mpc850 code.
29
Note: See TracBrowser for help on using the repository browser.