This commit is contained in:
Joel Sherrill
1999-11-11 02:39:12 +00:00
parent dc83752971
commit d102810ea0

View File

@@ -2,12 +2,23 @@
# $Id$ # $Id$
# #
This hierarchy contains support routines for the various This hierarchy contains support routines for some of
PowerPC processors. the varied and quite numerous PowerPC processors
available from IBM and Motorola.
Since these routines can differ amongst different members Since these routines can differ amongst different members
of the PowerPC family, an entry per CPU type is provided. of the PowerPC family, an entry per CPU type is provided.
Currently only the PPC403 is supported. Initially, (4/December/1995), only the PPC403 was supported.
At this time, support is included for the following PowerPC
family members:
Andrew Bray 4/December/1995 + mpc505
+ mpc750
+ mpc821
+ mpc860
+ ppc403
Note that because of similarities in various family members,
the mpc823 should be able to use the mpc821 code and the
mpc850 should be able to use the mpc850 code.