arm-trusted-firmware/include/lib/extensions
Jeenu Viswambharan b56dc2a98c RAS: Introduce handler for Uncontainable errors
Uncontainable errors are the most severe form of errors, which typically
mean that the system state can't be trusted any more. This further means
that normal error recovery process can't be followed, and an orderly
shutdown of the system is often desirable.

This patch allows for the platform to define a handler for Uncontainable
errors received. Due to the nature of Uncontainable error, the handler
is expected to initiate an orderly shutdown of the system, and therefore
is not expected to return. A default implementation is added which falls
back to platform unhandled exception.

Also fix ras_arch.h header guards.

Change-Id: I072e336a391a0b382e77e627eb9e40729d488b55
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
2018-07-19 10:13:17 +01:00
..
amu.h AMU: Implement context save/restore for aarch32 2018-01-31 14:08:22 +00:00
amu_private.h AMU: Add configuration helpers for aarch64 2018-01-11 12:27:29 +00:00
ras.h RAS: Allow individual interrupt registration 2018-05-04 08:33:17 +01:00
ras_arch.h RAS: Introduce handler for Uncontainable errors 2018-07-19 10:13:17 +01:00
spe.h Implement {spe,sve}_supported() helpers and refactor code 2018-02-27 12:05:59 +00:00
sve.h Implement {spe,sve}_supported() helpers and refactor code 2018-02-27 12:05:59 +00:00