summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx/interrupts.c
Commit message (Collapse)AuthorAgeLines
* mpc83xx: Miscellaneous code style fixesTimur Tabi2006-11-28-7/+0
| | | | | | Implement various code style fixes and similar changes. Signed-off-by: Timur Tabi <timur@freescale.com>
* mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-03-1/+1
| | | | | | | Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx tree matches the other 8xxx trees. Signed-off-by: Timur Tabi <timur@freescale.com>
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+2
|
* Enable time handling on 83xxKumar Gala2006-01-11-0/+10
| | | | Patch by Kumar Gala, 11 Jan 2006
* * Patch by Eran LibertyEran Liberty2005-07-28-0/+94
Add support for the Freescale MPC8349ADS board.