Helpers for memory mapped IO.

This logic can be shared between architecture and drivers. The addresses
for memory mapped IO have an opaque type to avoid accidental misuse and
arrays have an associated size so overflows can be detected. Accessor
functions make the use if IO clear and optionally add memory barriers.

Change-Id: I59d82bd2ee7d41e0ab61438ca0ccf10b46f23c54
8 files changed
tree: 120f22e9214df6f06eea28c7aa8de5fb1a844c67
  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.