arm-trusted-firmware/plat/common/aarch64
Manish Pandey 46cc41d559 fix(ras): restrict RAS support for NS world
Current RAS framework in TF-A only supports handling errors originating
from NS world but the HANDLE_EA_EL3_FIRST flag configures it for all
lower Els. To make the current design of RAS explicit, rename this macro
to HANDLE_EA_EL3_FIRST_NS and set EA bit in scr_el3 only when
switching to NS world.

Note: I am unaware of any platform which traps errors originating in
Secure world to EL3, if there is any such platform then it need to
be explicitly implemented in TF-A

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: If58eb201d8fa792c16325c85c26056e9b409b750
2022-11-08 10:10:59 +00:00
..
crash_console_helpers.S console: add a flag to prepend '\r' in the multi-console framework 2019-08-19 17:00:08 +09:00
plat_common.c fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
plat_ehf.c ehf: use common priority level enumuration 2020-08-26 22:02:23 +05:30
platform_helpers.S Remove deprecated plat_crash_console_* 2019-04-03 14:55:18 +01:00
platform_mp_stack.S Fix typos and misspellings 2020-11-12 15:21:11 +00:00
platform_up_stack.S Remove unused function symbols 2019-02-07 08:47:21 -08:00