Fix timer test to set time before enabling timer, so it passes on FVP.

If the timer is enabled first then it may fire immediately and set
last_interrupt_id, but then when the TVAL is set the timer condition is no
longer met, and it doesn't fire again until after the test checks the
status due to the FVP not modelling time very accurately.

Bug: 117551008
Change-Id: If8e818122f42da37bafa1d060e69e358aeec2340
1 file changed
tree: 608f820ef513abb4fbc6d640f0d634a08210a218
  1. build/
  2. docs/
  3. driver/
  4. inc/
  5. kokoro/
  6. project/
  7. src/
  8. test/
  9. third_party/
  10. .clang-format
  11. .clang-tidy
  12. .gitignore
  13. .gitmodules
  14. .gn
  15. AUTHORS
  16. BUILD.gn
  17. CONTRIBUTING.md
  18. LICENSE
  19. Makefile
  20. README.md
README.md

Hafnium

Hafnium is a hypervisor, initially supporting aarch64 (64-bit ARMv8 CPUs).

Get in touch and keep up-to-date at hafnium-discuss@googlegroups.com.

Getting started

To jump in and build Hafnium, follow the getting started instructions.

If you want to contribute to the project, see details of how we accept contributions.