commit | 34ad9183d057f3b90eb4a6f397436e4ce052f922 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Jan 28 21:29:48 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Jan 28 21:29:48 2022 +0900 |
tree | 55782c8907a65f55873f6224b73e570ce8eb3d68 | |
parent | 579cb0e2357776e8129af23c8d118f692150a125 [diff] |
Sign uboot_env with AVB The partition determines the behavior of u-boot, thus it has to be verified before u-boot uses it. To make it possible, we sign uboot_env using AVB. Hash footer is appended to the partition and it is registered as a chained partition to the vbmeta partition, which is in the same disk as uboot_env and bootconfig partitions are in. Bug: 216304872 Test: run microdroid Change-Id: Ida6353aff80aec485d73344eba18608a6bc659f8
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.