source: rtems/c/src/lib/libcpu/powerpc/README @ 39de538

4.115
Last change on this file since 39de538 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
Line 
1This hierarchy contains support routines for some of
2the varied and quite numerous PowerPC processors
3available from IBM and Motorola.
4
5Since these routines can differ amongst different members
6of the PowerPC family, an entry per CPU type is provided.
7
8At this time, support is included for the following PowerPC
9family members using the new exception processing model:
10
11  + mpc505
12  + mpc5xx (5xx devices other than 505/509)
13  + mpc6xx
14  + mpc750
15  + mpc821
16  + mpc823 (uses mpc821 directory)
17  + mpc850 (uses mpc860 directory)
18  + mpc860
19  + mpc8260
20  + ppc405
21  + ppc440
22
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.
26
Note: See TracBrowser for help on using the repository browser.