Files
rtems/c/src/lib/libcpu/powerpc
Joel Sherrill db0cf9fc38 2005-08-12 Phil Torre <ptorre@zetron.com>
PR 816/bsps
	* mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode
	parameters (m8xxSCCENparms_t) does not match the hardware: members
	taddr_h and taddr_l are transposed. When loading new multicast group
	addresses into the hash table, the wrong hash bit is set.
2005-08-12 23:44:27 +00:00
..
2005-05-11 03:56:06 +00:00
2005-05-11 06:20:36 +00:00
2005-05-11 06:44:55 +00:00
2005-05-11 08:56:16 +00:00
2005-05-11 06:44:01 +00:00
2005-05-11 06:44:16 +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.