arm-trusted-firmware/plat/arm
Lokesh B V 94a4383a2b fix(neoverse-rd): initialize CNTFRQ_EL0 for RESET_TO_BL31
When RESET_TO_BL31 was enabled, CNTFRQ_EL0 was left uninitialized,
leading to incorrect system counter frequency settings. This
impacted timer-dependent components, such as SMMUv3, causing
initialization failures and unpredictable behavior.

To fix this, CNTFRQ_EL0 is now explicitly set using
plat_get_syscnt_freq2(), ensuring the correct system timer
frequency and proper initialization of dependent components.

Signed-off-by: Lokesh B V <Lokesh.BV@Arm.com>
Change-Id: I808b17d25c87c4dce1bc2c8171a800b69b5c2908
2025-02-13 18:56:18 +05:30
..
board fix(neoverse-rd): initialize CNTFRQ_EL0 for RESET_TO_BL31 2025-02-13 18:56:18 +05:30
common feat(arm): add a macro for SPMC manifest base address 2025-02-05 10:58:32 +00:00
css/common fix(css): turn the redistributor off on PSCI CPU_OFF 2024-12-17 13:26:45 +00:00
soc/common plat/arm: Sanitise includes 2019-01-25 16:04:10 +00:00