source: rtems/c/src/lib/libcpu/powerpc/mpc5xx/README @ c499856

4.115
Last change on this file since c499856 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: 873 bytes
Line 
1Various non-BSP-dependent support routines.
2
3timer -         Support for the RTEMS timer tick, using the Programmable
4                Interval Timer (PIT).
5
6console-generic - Console support via the on-chip dual SCI port in the QSMCM
7                module.
8
9exception -     Installation and deinstallation of exception handlers, by
10                manipulation of exception vector table.
11
12irq -           Exception handler for all external and decrementer interrupts.
13                Generalized interrupt handler which calls specific handlers
14                via entries in the interrupt connection table.  Interrupt
15                connection table maintenance routines.  USIU and UIMB
16                interrupt masking and level control.
17
18timer -         Support for RTEMS timer tests, using the PowerPC timebase
19                (TB) registers.
20
21vectors -       Compressed MPC5XX exception vector table, exception handler
22                prologues, default exception handler.  Code to initialize
23                table with default handlers.
Note: See TracBrowser for help on using the repository browser.