Home
last modified time | relevance | path

Searched hist:"64 ff172abe1edf333d41fb99aac1b4c50d85f248" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/
H A Dnrd_bl31_setup.c64ff172abe1edf333d41fb99aac1b4c50d85f248 Tue Nov 26 10:31:52 UTC 2024 Sammit Joshi <sammit.joshi@arm.com> fix(neoverse-rd): initialize timer before use in smmuv3_poll

Commit a6485b2 ("refactor(delay-timer): add timer callback
functions") introduced a requirement for timer-related APIs
to have a timer object initialized before use. This caused
assertion failures in SMMU routines on Neoverse platforms,
as they relied on timer APIs.

Resolve this issue by initializing the timer early during
platform boot to set up the timer_ops object properly.

Change-Id: I3d9ababdb7897185f23e9ccf982b9aab6c666b8c
Signed-off-by: Sammit Joshi <sammit.joshi@arm.com>