summaryrefslogtreecommitdiff
path: root/cpu/arm1136/interrupts.c
Commit message (Collapse)AuthorAgeLines
* Cleanup warnings for cpu/arm720t & cpu/arm1136 files.Wolfgang Denk2005-10-09-4/+5
| | | | | sed the linker scripts, rather than pre-process them. Patch by Peter Pearse, 07 Oct 2005
* Update make target for ARM supported boards.Wolfgang Denk2005-10-06-3/+9
| | | | | Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
* 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.