Refine image size calculation.

The image size is the expanded space taken in memory rather than just
the binary size. This is the value that should be used in the image
header when conforming the the Linux header for aarch64.

Change-Id: Icbba83b466ea311a72862104878b1a4b50ec38ce
4 files changed
tree: 8e0e7d2dbe57efba19c9470fd44bc3f5ccdf5c3c
  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.