commit | ba17f35f164773560ebd06cf84fabeee6d396278 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Jun 11 17:24:53 2024 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Tue Jun 11 17:30:48 2024 +0100 |
tree | 632be730a4791232b8802038583f5d2d1ce9e891 | |
parent | 0dfc1a4b6723bc63abf48e567eb898a9f4097bc1 [diff] |
Use inline assembly for UART MMIO. We need to avoid a post-increment instruction being used for MMIO because of an architectural flaw meaning that the ESR isn't set properly when it faults. Bug: 345658173 Test: m pvmfw Change-Id: I9f8ba94a7dcfdfcaa620317b35718ca2be823a63
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: