summaryrefslogtreecommitdiff
path: root/cpu/arm1136/interrupts.c
Commit message (Collapse)AuthorAgeLines
* Fix timer code for ARM systems: make sure that udelay() does notwdenk2005-04-04-3/+8
| | | | reset timers so it's save to use udelay() in timeout code.
* Patch by Steven Scholz, 25 Oct 2004:wdenk2005-04-03-1/+0
| | | | Declare reset_cpu() in include/common.h instead locally
* Coding Style cleanupwdenk2005-01-10-6/+3
|
* * Patches by Richard Woodruff, 01 Oct 2004:wdenk2005-01-09-0/+293
add support for the TI OMAP2420 processor and its H4 reference board * Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatible (DP8390, DP83902) NICs.