commit | 689e47313ef95a22474d3de567587938a56546cb | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Feb 05 14:39:51 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Feb 07 15:24:51 2024 +0000 |
tree | 837ee0c6c7bd9a30f23908c3de87a8c8c518be19 | |
parent | be893613373036e4fe072d29cc628e48fa3f9fd6 [diff] |
pvmfw: Introduce CpuInfo for DT parsing Refactor the code to add support for per-vCPU DT information. The struct is currently empty and will be used by future CLs. Similarly to the way UARTs are handled, discard extra CPU nodes with a warning instead of aborting the boot. Check at build time that gic_patched_size() won't panic when unwrapped. Test: m pvmfw Change-Id: I5f985c6afca9fc909d12f61857ab12ca9eee0ecf
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: