arm-trusted-firmware/bl31
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
..
aarch64 Introduce interrupt handling framework in BL3-1 2014-05-22 17:47:19 +01:00
bl31.ld.S Use --gc-sections during link 2014-03-26 21:54:37 +00:00
bl31.mk Introduce interrupt handling framework in BL3-1 2014-05-22 17:47:19 +01:00
bl31_main.c Rework memory information passing to BL3-x images 2014-05-22 16:19:32 +01:00
context_mgmt.c Introduce interrupt registration framework in BL3-1 2014-05-22 17:46:56 +01:00
interrupt_mgmt.c Introduce interrupt registration framework in BL3-1 2014-05-22 17:46:56 +01:00
runtime_svc.c Rework BL3-1 unhandled exception handling and reporting 2014-05-16 14:51:00 +01:00