From 9db18ddc06bfe8661b48f1213b092fcbd2c97401 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Tue, 15 Dec 2009 15:14:12 +0000 Subject: add support for ARM11, reimplement nested interrupts --- cpukit/score/cpu/arm/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/score/cpu/arm/ChangeLog') diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index d6fcc1980c..4c81e5cb1a 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,11 @@ +2009-12-15 Sebastian Huber + + * rtems/score/arm.h: Recognize ARMv5TEJ. + * arm_exc_interrupt.S: The previous implementation was broken. In + case of a nested interrupt the link register of the INT mode was not + properly restored. This lead to a major rewrite. Interrupt + processing is now done in SVC mode. + 2009-10-01 Joel Sherrill * rtems/score/arm.h: Recognize ARMv7A. -- cgit v1.2.3