arm-trusted-firmware/drivers/arm/gic
anzhou 7f322f228e fix(drivers/gic600ae_fmu): fix timeout calculation
The previous codes were using the cntpct_el0 to check the time
elapsed. But this physical timer does not seem to count for
the expected time resulting in gic fmu communication failures
on Tegra platforms.

This patch uses the delay_timer instead to use a platform
defined timer for calculating timeouts.

Change-Id: Ic8646ad1662c9928ac64c4152deb27e8c86fe344
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2021-11-18 13:36:50 +02:00
..
common TF-A GICv2 driver: Introduce makefile 2020-07-20 16:44:34 +00:00
v2 Fix casting bug in gicv2_main.c 2020-10-10 07:14:44 +00:00
v3 fix(drivers/gic600ae_fmu): fix timeout calculation 2021-11-18 13:36:50 +02:00