source: rtems/c/src/lib/libcpu/powerpc/ppc403/README @ 9b4422a2

4.115
Last change on this file since 9b4422a2 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: 532 bytes
Line 
1Various non BSP dependant support routines.
2
3clock - Uses the 403 PIT (Programmable interval timer) to
4        generate RTEMS clock ticks.
5
6console - Uses the 403 Internal serial port to do RTEMS
7        console I/O.  Not ALL members of the 403 family
8        have this.
9
10include - Currently empty
11
12timer - Uses the 403 timebase register for timing
13        tests.  Other PowerPCs have slightly different
14        timebase register definitions.
15
16vectors - PowerPC 403 specific vector entry points.
17        Includes CPU dependant, application independant
18        handlers: alignment.
Note: See TracBrowser for help on using the repository browser.