commit | c700b84bbe41dae84583e64c142167b74ec54d17 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Thu Aug 25 19:32:22 2022 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Mon Sep 26 12:52:55 2022 +0000 |
tree | e7955fe17868422627ba17337674426e30f8727d | |
parent | 5b184b23fdbfbd0c9d4279bc5933efe2169e4faa [diff] |
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. Bug: 240235424 Test: atest MicrodroidTestCase Change-Id: I75c3ca83a40369013549ca83dcd208e80e6586bc
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.