arm-trusted-firmware/include/plat/arm/common
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
..
aarch64 fix(arm): fix GIC macros for GICv4.1 support 2023-10-25 16:14:31 +00:00
arm_config.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
arm_def.h fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT 2023-11-01 17:45:56 +00:00
arm_dyn_cfg_helpers.h refactor(measured_boot): remove passing of BL2 hash via device tree 2021-10-12 17:53:47 +01:00
arm_fconf_getter.h Check for out-of-bound accesses in the platform io policies 2020-04-02 15:57:55 +02:00
arm_fconf_io_storage.h fconf: Move platform io policies into fconf 2020-02-07 13:51:32 +00:00
arm_pas_def.h feat(rmm): add support for the 2nd DRAM bank 2022-12-06 12:29:43 +00:00
arm_reclaim_init.ld.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00
arm_sip_svc.h feat(fvp): new SiP call to set an interrupt pending 2023-10-19 22:42:45 -05:00
arm_spm_def.h spm: Remove SPM Alpha 1 prototype and support files 2019-12-20 16:03:32 +00:00
arm_tzc_dram.ld.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00
fconf_arm_sp_getter.h refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
fconf_ethosn_getter.h refactor(ethos-n): move build flags to ethosn_npu.mk 2023-08-07 19:13:45 +02:00
fconf_nv_cntr_getter.h plat/arm: Get the base address of nv-counters from device tree 2020-08-28 09:50:36 +00:00
fconf_sdei_getter.h plat/arm/fvp: Support performing SDEI platform setup in runtime 2020-05-15 10:05:06 -05:00
fconf_sec_intr_config.h plat/fvp: Add support for dynamic description of secure interrupts 2020-06-09 19:01:14 +00:00
plat_arm.h feat(arm): ecdsa p384/p256 full key support 2023-10-13 09:59:25 -05:00
smccc_def.h refactor(plat/arm): use SOC_ID defines 2021-05-27 09:59:11 +02:00