summaryrefslogtreecommitdiff
path: root/cpu/arm920t/imx/interrupts.c
Commit message (Collapse)AuthorAgeLines
* Patches by Steven Scholz, 05 Apr 2005:wdenk2005-04-05-0/+19
| | | | | | | - Use i.MX watchdog timer for reset_cpu() - Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/ (now in interupts.c)
* Fix timer code for ARM systems: make sure that udelay() does notwdenk2005-04-04-3/+6
| | | | reset timers so it's save to use udelay() in timeout code.
* Patch by Steven Scholz, 16 Aug 2004:wdenk2004-10-09-0/+117
- Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)" - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0 - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/ - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/ into cpu/arm920t/$(SOC)/