source: rtems/c/src/lib/libcpu/powerpc/README @ 5826a1b

4.115
Last change on this file since 5826a1b was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 741 bytes
RevLine 
[d102810e]1This hierarchy contains support routines for some of
2the varied and quite numerous PowerPC processors
3available from IBM and Motorola.
[3235ad9]4
5Since these routines can differ amongst different members
6of the PowerPC family, an entry per CPU type is provided.
7
[d102810e]8At this time, support is included for the following PowerPC
[e9ae97fb]9family members using the new exception processing model:
[3235ad9]10
[d102810e]11  + mpc505
[8430205]12  + mpc5xx (5xx devices other than 505/509)
[e9ae97fb]13  + mpc6xx
[d102810e]14  + mpc750
[e9ae97fb]15  + mpc821
16  + mpc823 (uses mpc821 directory)
17  + mpc850 (uses mpc860 directory)
[d102810e]18  + mpc860
[48694da]19  + mpc8260
[eaa58dc9]20  + ppc405
[16a8616]21  + ppc440
[e9ae97fb]22
[d102810e]23Note that because of similarities in various family members,
24the mpc823 should be able to use the mpc821 code and the
25mpc850 should be able to use the mpc850 code.
[eaa58dc9]26
Note: See TracBrowser for help on using the repository browser.