arm-trusted-firmware/bl31/aarch64
Soby Mathew b460b8bf23 Pass 'cookie' parameter to interrupt handler in BL3-1
The interrupt handling routine in BL3-1 expects a cookie as its last
parameter which was not being passed when invoking the interrupt
handler in BL3-1. This patch fixes that by passing a dummy cookie
parameter in the x3 register.

Fixes ARM-software/tf-issues#171

Change-Id: Ic98abbbd9f849e6f1c55343e865b5e0a4904a1c5
2014-05-29 16:45: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 Pass 'cookie' parameter to interrupt handler in BL3-1 2014-05-29 16:45:19 +01:00