arm-trusted-firmware/plat/common/aarch64
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
..
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 refactor(twed): improve TWED enablement in EL-3 2022-04-17 23:48:10 +01: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