Files
rtems/c/src/lib/libcpu/powerpc
Joel Sherrill 7302f4c51f 2007-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* new-exceptions/raw_exception.c: Conditionalize call to
	e500_setup_raw_exceptions() since that is not even in the tree yet.
2007-12-05 21:50:47 +00:00
..
2007-12-04 20:37:06 +00:00
2005-05-11 03:56:06 +00:00
2007-10-25 16:17:56 +00:00
2007-10-25 16:17:56 +00:00

#
#  $Id$
#

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.

At this time, support is included for the following PowerPC
family members using the new exception processing model:

  + mpc505
  + mpc5xx (5xx devices other than 505/509)
  + mpc6xx
  + mpc750
  + mpc821 
  + mpc823 (uses mpc821 directory)
  + mpc850 (uses mpc860 directory)
  + mpc860
  + mpc8260

The following PowerPC family members are supported but
still use the old exception processing model:

  + ppc403
  + ppc405 (uses ppc403 directory)
  + ppc6xx (no libcpu support)

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.