Lines Matching refs:vendor
143 ## Running Microdroid with vendor image
145 With using `vm` tool, execute the following commands to launch a VM with vendor
150 --vendor $VENDOR_IMAGE
153 ### Verification of vendor image
155 Since vendor image of Microdroid is not part of `com.android.virt` APEX, the
156 verification process of vendor partition is different from others.
166 Fixed path in VM for vendor hashtree digest is written in [fstab.microdroid].
167 During first stage init of VM, [dm-verity] is set up based on vendor hashtree
170 For non-pVM, virtualizationmanager creates [DTBO] containing vendor hashtree
171 digest, and passes to the VM via crosvm option. The vendor hashtree digest is
176 for validating vendor hashtree digest. [Bootloader][bootloader] should append
177 vendor hashtree digest into VM reference DT based on [fstab.microdroid]. Vendor
179 vendor image by [Makefile] when Microdroid vendor image module is defined, so