arm-trusted-firmware/include/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
..
services Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00
bl31.h Rework memory information passing to BL3-x images 2014-05-22 16:19:32 +01:00
context.h Merge pull request #78 from jeenuv:tf-issues-148 2014-05-19 12:54:05 +01:00
context_mgmt.h Add context library API to change a bit in SCR_EL3 2014-05-22 17:45:59 +01:00
interrupt_mgmt.h Introduce interrupt registration framework in BL3-1 2014-05-22 17:46:56 +01:00
runtime_svc.h Rework BL3-1 unhandled exception handling and reporting 2014-05-16 14:51:00 +01:00