arm-trusted-firmware/plat/arm/board/rdn2
Manish Pandey f87e54f73c fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT
This patch removes RAS_FFH_SUPPORT macro which is the combination of
ENABLE_FEAT_RAS and HANDLE_EA_EL3_FIRST_NS. Instead introduce an
internal macro FFH_SUPPORT which gets enabled when platforms wants
to enable lower EL EA handling at EL3. The internal macro FFH_SUPPORT
will be automatically enabled if HANDLE_EA_EL3_FIRST_NS is enabled.
FFH_SUPPORT along with ENABLE_FEAT_RAS will be used in source files
to provide equivalent check which was provided by RAS_FFH_SUPPORT
earlier. In generic code we needed a macro which could abstract both
HANDLE_EA_EL3_FIRST_NS and RAS_FFH_SUPPORT macros that had limitations.
Former was tied up with NS world only while the latter was tied to RAS
feature.

This is to allow Secure/Realm world to have their own FFH macros
in future.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: Ie5692ccbf462f5dcc3f005a5beea5aa35124ac73
2023-11-01 17:45:56 +00:00
..
fdts feat(board/rdn2): add a new 'isolated-cpu-list' property 2022-06-21 12:41:54 +01:00
include feat(rdn2): add defines needed for spmc-el3 2023-10-12 10:47:18 +01:00
platform.mk fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT 2023-11-01 17:45:56 +00:00
rdn2_err.c board/rdn2: add board support for rdn2 platform 2020-12-09 10:44:04 +00:00
rdn2_plat.c fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT 2023-11-01 17:45:56 +00:00
rdn2_ras.c feat(rdn2): enable Neoverse N2 CPU error handling support 2023-08-01 21:09:18 +05:30
rdn2_security.c fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT 2023-11-01 17:45:56 +00:00
rdn2_topology.c refactor(rdn2): reduce use of CSS_SGI_PLATFORM_VARIANT build flag 2023-01-12 17:26:00 +00:00
rdn2_trusted_boot.c board/rdn2: add board support for rdn2 platform 2020-12-09 10:44:04 +00:00