mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
![]() 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 |
||
---|---|---|
.. | ||
aarch32 | ||
aarch64 | ||
fconf | ||
sp_min | ||
trp | ||
tsp | ||
arm_bl1_fwu.c | ||
arm_bl1_setup.c | ||
arm_bl2_el3_setup.c | ||
arm_bl2_setup.c | ||
arm_bl2u_setup.c | ||
arm_bl31_setup.c | ||
arm_cci.c | ||
arm_ccn.c | ||
arm_common.c | ||
arm_common.mk | ||
arm_console.c | ||
arm_dyn_cfg.c | ||
arm_dyn_cfg_helpers.c | ||
arm_err.c | ||
arm_gicv2.c | ||
arm_gicv3.c | ||
arm_image_load.c | ||
arm_io_storage.c | ||
arm_nor_psci_mem_protect.c | ||
arm_pm.c | ||
arm_sip_svc.c | ||
arm_topology.c | ||
arm_tzc400.c | ||
arm_tzc_dmc500.c | ||
plat_arm_sip_svc.c |