summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 20:24:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 20:24:04 +0000
commitbbacebe20966a1bfdd18e1d5808a55d0d9e40021 (patch)
tree7a9d43c0296804e5856ef179051d0d534d177173 /c/src/lib/libcpu/arm/ChangeLog
parent2011-07-13 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-bbacebe20966a1bfdd18e1d5808a55d0d9e40021.tar.bz2
2011-07-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1832/libcpu * at91rm9200/irq/irq.c: he bsp_interrupt_dispatch routine does not determine the correct interrupt source number. According to the datasheet, the reading of the interrupt vector register (AIC_IVR) notifies the hardware that the OS is taken care of the interrupt. Only after AIC_IVR have been read can the correct source number be read from the interrupt status register (AIC_ISR).
Diffstat (limited to 'c/src/lib/libcpu/arm/ChangeLog')
-rw-r--r--c/src/lib/libcpu/arm/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/arm/ChangeLog b/c/src/lib/libcpu/arm/ChangeLog
index 26978f643d..22da65f790 100644
--- a/c/src/lib/libcpu/arm/ChangeLog
+++ b/c/src/lib/libcpu/arm/ChangeLog
@@ -1,3 +1,13 @@
+2011-07-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ PR 1832/libcpu
+ * at91rm9200/irq/irq.c: he bsp_interrupt_dispatch routine does not
+ determine the correct interrupt source number. According to the
+ datasheet, the reading of the interrupt vector register (AIC_IVR)
+ notifies the hardware that the OS is taken care of the interrupt.
+ Only after AIC_IVR have been read can the correct source number be
+ read from the interrupt status register (AIC_ISR).
+
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/include/cache_.h: Moved content of "cache.h" to "cache_.h".