summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-11 02:39:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-11 02:39:12 +0000
commitd102810ea0d31333e5b4f023858aaccb04097c45 (patch)
treefc60781bac222e4ee498b37c361dd68b5190c782 /c/src/lib/libcpu
parentScreen updated. (diff)
downloadrtems-d102810ea0d31333e5b4f023858aaccb04097c45.tar.bz2
Updated.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/powerpc/README19
1 files changed, 15 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/powerpc/README b/c/src/lib/libcpu/powerpc/README
index 32e4aed60c..2e215dd5e0 100644
--- a/c/src/lib/libcpu/powerpc/README
+++ b/c/src/lib/libcpu/powerpc/README
@@ -2,12 +2,23 @@
# $Id$
#
-This hierarchy contains support routines for the various
-PowerPC processors.
+This hierarchy contains support routines for some of
+the varied and quite numerous PowerPC processors
+available from IBM and Motorola.
Since these routines can differ amongst different members
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.