arm-trusted-firmware/include/lib/extensions
Jayanth Dodderi Chidanand 781d07a421 refactor(twed): improve TWED enablement in EL-3
The current implementation uses plat_arm API under generic code.
"plat_arm" API is a convention used with Arm common platform layer
and is reserved for that purpose. In addition, the function has a
weak definition which is not encouraged in TF-A.

Henceforth, removing the weak API with a configurable macro "TWED_DELAY"
of numeric data type in generic code and simplifying the implementation.
By default "TWED_DELAY" is defined to zero, and the delay value need to
be explicitly set by the platforms during buildtime.

Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Change-Id: I25cd6f628e863dc40415ced3a82d0662fdf2d75a
2022-04-17 23:48:10 +01:00
..
amu.h feat(amu): enable per-core AMU auxiliary counters 2021-10-26 12:15:33 +01:00
mpam.h refactor(mpam): remove unused function declaration 2021-07-09 22:03:38 +02:00
pauth.h Refactor ARMv8.3 Pointer Authentication support code 2019-09-13 14:11:59 +01:00
ras.h Tegra194: add RAS exception handling 2020-06-12 09:43:54 -07:00
ras_arch.h Tegra194: add RAS exception handling 2020-06-12 09:43:54 -07:00
sme.h feat(sme): enable SME functionality 2021-11-12 10:38:00 -06:00
spe.h Fix MISRA defects in extension libs 2018-10-29 14:41:48 +00:00
sve.h feat(sme): enable SME functionality 2021-11-12 10:38:00 -06:00
sys_reg_trace.h feat(sys_reg_trace): enable trace system registers access from lower NS ELs 2021-08-26 09:29:51 +01:00
trbe.h feat(trbe): enable access to trace buffer control registers from lower NS EL 2021-08-26 09:29:39 +01:00
trf.h feat(trf): enable trace filter control register access from lower NS EL 2021-08-26 09:32:35 +01:00