commit | 216793edf93d6cb27a777b9a7d81cd050c28ff81 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Sat Feb 25 02:15:44 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Mar 03 17:36:01 2023 +0900 |
tree | 1a1b45ff2325ae37ce9206a427de658e325ae3ef | |
parent | ef85e8378bfea8a52ea8416832eb46665781a995 [diff] |
Embed the compiled template DT into pvmfw Specifically, the source dts file is pre-processed by clang to use some macros from the ARM dt-bindings headers. Then it is actually compiled into dtbo via the dtc compiler. Then create a rust source file where the content of the dtbo file is written as a byte array. Bug: 249054080 Test: m pvmfw Change-Id: Ib3ab38a10b27001c3e0ee43b3526fc624f8d1a03
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.