Introduce interrupt handling framework in BL3-1
authorAchin Gupta <achin.gupta@arm.com>
Fri, 9 May 2014 10:07:09 +0000 (11:07 +0100)
committerAchin Gupta <achin.gupta@arm.com>
Thu, 22 May 2014 16:47:19 +0000 (17:47 +0100)
commitdce74b891e0e6020d0a18384e32f280133631d9b
tree232022c199c75994f89796ed4ef094814b800cc1
parentdcc1816c91a63e959330d3a05bb085d0c77fb69a
Introduce interrupt handling framework in BL3-1

This patch adds a common handler for FIQ and IRQ exceptions in the
BL3-1 runtime exception vector table. This function determines the
interrupt type and calls its handler. A crash is reported if an
inconsistency in the interrupt management framework is detected. In
the event of a spurious interrupt, execution resumes from the
instruction where the interrupt was generated.

This patch also removes 'cm_macros.S' as its contents have been moved
to 'runtime_exceptions.S'

Change-Id: I3c85ecf8eaf43a3fac429b119ed0bd706d2e2093
bl31/aarch64/bl31_entrypoint.S
bl31/aarch64/runtime_exceptions.S
bl31/bl31.mk
docs/user-guide.md
include/bl31/cm_macros.S [deleted file]
services/std_svc/psci/psci_entry.S