commit | ed8ace4411e6a0fc38949f29d9981f6e2c6db32d | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Wed Sep 28 12:52:16 2022 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Wed Sep 28 15:22:19 2022 +0000 |
tree | ab6f758f30a41981637fd61b134babfda9fc7b0d | |
parent | 87e428181974eb801dfffbedc38fb4f90a438e11 [diff] |
Revert^2 "Boot VM without bootloader - using init ramdisk" Remove ABL from the boot flow of VMs. Virtualization service uses microdroid.json to construct the appropriate vm_config. Partitions: 1. Boot related partitions (boot/init_boot/vendor_boot) are no more required. kernel & init ramdisk is directly passed via crosvm command line. 2. uboot_env is obsolete without ABL 3. bootconfig partition is no more required because we are attaching the bootconfigs to initrd image. This reverts commit 0f71596bd5333f08d07ed33dbb5425390dd8aa79 Bug: 240235424 Test: atest MicrodroidTestCase Change-Id: I1b4c3ec792db9898093c4ccd3c037657c50a934f
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.