arm-trusted-firmware/include
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
..
bl1 Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00
bl2 Rework memory information passing to BL3-x images 2014-05-22 16:19:32 +01:00
bl31 Introduce interrupt handling framework in BL3-1 2014-05-22 17:47:19 +01:00
bl32 Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00
common Add support for BL3-1 as a reset vector 2014-05-22 16:25:09 +01:00
drivers Introduce platform api to access an ARM GIC 2014-05-22 17:47:19 +01:00
lib Add context library API to change a bit in SCR_EL3 2014-05-22 17:45:59 +01:00
stdlib Add Firmware Image Package creation tool 2014-02-17 18:51:43 +00:00