commit | b0f6b303ba1e686ef8a926c29ab463ee1e72474d | [log] [tgz] |
---|---|---|
author | Bartłomiej Grzesik <bgrzesik@google.com> | Fri Dec 13 14:16:32 2024 +0100 |
committer | Bartłomiej Grzesik <bgrzesik@google.com> | Fri Dec 13 17:12:13 2024 +0100 |
tree | 9cc2c2e3eb065f5347bb9f910959cb4d830bfab9 | |
parent | 298054439f147e3b6ff0448f982263142e34da40 [diff] |
Add option to start trusty from raw binary image This change adds option to start trusty from raw binary image. This is required for trusty image to be able to be verified by pvmfw. pvmfw relies on AVB footer for verification, which currently cannot be used with an elf image. Futhermove Trusty currently does not support other kernel image format to be verified by the crosvm. Bug: 375584439 Test: /system_ext/bin/trusty_security_vm_launcher --load-kernel-as-bootloader Change-Id: Id72efcb95ed992e4e0270d4e21de8e2f5e74f9be
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: