commit | 2bbfc86ae35a71e2139f169b622262de33f348c1 | [log] [tgz] |
---|---|---|
author | Michał Mazurek <mazurekm@google.com> | Fri Nov 29 10:43:46 2024 +0100 |
committer | Bartłomiej Grzesik <bgrzesik@google.com> | Tue Feb 04 13:29:06 2025 +0000 |
tree | eff32ae777d60e254178b4475910c092f91f776c | |
parent | 8a45d0a6650a500b95c821dd7ffaeee95d1a7200 [diff] |
pvmfw: Move aarch64 fn `jump_to_payload` to a separate module Each architecture have its own boot protocole, so there is non generic way of implementing function `jump_to_payload(..)` in pvmfw for each platform. This commit move aarch64 specific logic to separate module hechaind `arch/aarch64` directories. Bug: 354116267 Test: m pvmfw & boot payload Change-Id: Ibac59fc1106c8f058fc35ff670d99e08567043cd
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: