arm-trusted-firmware/bl31/aarch64
Jeenu Viswambharan d5a23af50f RAS: Introduce handler for Double Faults
Double fault is when the PE receives another error whilst one is being
handled. To detect double fault condition, a per-CPU flag is introduced
to track the status of error handling. The flag is checked/modified
while temporarily masking external aborts on the PE.

This patch routes double faults to a separate platform-defined handler.

Change-Id: I70e9b7ba4c817273c55a0af978d9755ff32cc702
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
2018-07-19 10:13:18 +01:00
..
bl31_entrypoint.S DynamIQ: Enable MMU without using stack 2018-06-27 11:31:30 +01:00
crash_reporting.S utils_def: Add REGSZ and make BIT() assembly-compatible 2017-12-12 15:00:34 -08:00
ea_delegate.S RAS: Introduce handler for Double Faults 2018-07-19 10:13:18 +01:00
runtime_exceptions.S RAS: Move EA handling to a separate file 2018-07-17 08:31:31 +01:00