From d102810ea0d31333e5b4f023858aaccb04097c45 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Nov 1999 02:39:12 +0000 Subject: Updated. --- c/src/lib/libcpu/powerpc/README | 19 +++++++++++++++---- 1 file 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. -- cgit v1.2.3