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

4.104.114.84.95
Last change on this file since abd9401 was d102810e, checked in by Joel Sherrill <joel.sherrill@…>, on 11/11/99 at 02:39:12

Updated.

  • Property mode set to 100644
File size: 624 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
12Initially, (4/December/1995), only the PPC403 was supported.
13At this time, support is included for the following PowerPC
14family members:
15
16  + mpc505
17  + mpc750
18  + mpc821
19  + mpc860
20  + ppc403
21
22Note that because of similarities in various family members,
23the mpc823 should be able to use the mpc821 code and the
24mpc850 should be able to use the mpc850 code.
Note: See TracBrowser for help on using the repository browser.