arm-trusted-firmware/plat/arm
Soby Mathew 74847ab203 BL2U: Fix ARM platform timer initilization
This issue was detected when testing FWU on Juno. The Timer
`timer_ops` was not being initialized before being used by
the SDS driver on Juno. This patch adds the call to
`generic_delay_timer_init()` during bl2u_early_platform_setup().
This is done generically for all ARM platforms because the
cost involved is minimal.

Change-Id: I349cf0bd1db68406eb2298b65f9c729f792cabdc
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
2018-03-07 17:25:28 +00:00
..
board Merge pull request #1297 from soby-mathew/sm/fix_aarch32_plat_cmn 2018-03-03 00:25:19 +00:00
common BL2U: Fix ARM platform timer initilization 2018-03-07 17:25:28 +00:00
css Fix MISRA rule 8.4 Part 2 2018-02-28 17:19:56 +00:00
soc/common Fix MISRA rule 8.4 Part 2 2018-02-28 17:19:56 +00:00