arm-trusted-firmware/bl31/aarch64
Achin Gupta dce74b891e 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
2014-05-22 17:47:19 +01:00
..
bl31_arch_setup.c Set processor endianness immediately after RESET 2014-05-07 09:27:36 +01:00
bl31_entrypoint.S Introduce interrupt handling framework in BL3-1 2014-05-22 17:47:19 +01:00
context.S Add build configuration for timer save/restore 2014-05-16 17:11:31 +01:00
crash_reporting.S Rework BL3-1 unhandled exception handling and reporting 2014-05-16 14:51:00 +01:00
runtime_exceptions.S Introduce interrupt handling framework in BL3-1 2014-05-22 17:47:19 +01:00