fix(timer): enable virtual timer in respective test
The virtual timer interrupt was enabled from main function.
Enablement HVC is implementation defined to Hafnium SPMC.
Cactus SP is loaded on top of EL3 SPMC tests in spm-l3-boot-tests
group, which failed due to enablement function.
This patch moves the code enabling code from cactus main
into the respective command handler to operate the architectural
timer.
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: Iee7b884003ca1e9b7fcee4e89b563970ffe753a0
2 files changed