summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc5xx/README
blob: 54d69856491bba406e673e5224062b79d2dec81e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Various non-BSP-dependent support routines.

timer -		Support for the RTEMS timer tick, using the Programmable
		Interval Timer (PIT).

console-generic	- Console support via the on-chip dual SCI port in the QSMCM
		module.

exception -	Installation and deinstallation of exception handlers, by
		manipulation of exception vector table.

irq -		Exception handler for all external and decrementer interrupts. 
		Generalized interrupt handler which calls specific handlers
		via entries in the interrupt connection table.  Interrupt
		connection table maintenance routines.  USIU and UIMB
		interrupt masking and level control.

timer -		Support for RTEMS timer tests, using the PowerPC timebase
		(TB) registers.

vectors -	Compressed MPC5XX exception vector table, exception handler
		prologues, default exception handler.  Code to initialize
		table with default handlers.