commit | 622c05d121da42ca4a1f7351ec3121e0b76b7868 | [log] [tgz] |
---|---|---|
author | David Dai <davidai@google.com> | Wed Feb 14 14:03:26 2024 -0800 |
committer | David Dai <davidai@google.com> | Wed Feb 14 18:03:46 2024 -0800 |
tree | ea14f6f13e8e85131eefc6972ff19cc4ae96c4fe | |
parent | 8ba89801e043cd8a9fb831dc27abc991c3f8f06e [diff] |
pvmfw: Expand the allowed numbers of opp tables Using 16 was too small for the number of opp tables for some devices, extend it to 20 for now. Also fix a bug where it was incorrectly using DeviceTreeInfo::MAX_CPU as size. Bug: 284369518 Test: m pvmfw, boot protected microdroid and tested vcpufreq end-to-end Change-Id: I6b03e84af0ae2cac5a1f2253b7b7e07b0c272537 Signed-off-by: David Dai <davidai@google.com>
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: