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
5 files changed
tree: ab6f758f30a41981637fd61b134babfda9fc7b0d
  1. .prebuilt_info/
  2. apex/
  3. apkdmverity/
  4. authfs/
  5. avmd/
  6. compos/
  7. demo/
  8. docs/
  9. javalib/
  10. launcher/
  11. libs/
  12. microdroid/
  13. microdroid_manager/
  14. pvmfw/
  15. rialto/
  16. tests/
  17. virtualizationservice/
  18. vm/
  19. vmbase/
  20. vmclient/
  21. zipfuse/
  22. .clang-format
  23. .gitignore
  24. Android.bp
  25. OWNERS
  26. PREUPLOAD.cfg
  27. README.md
  28. TEST_MAPPING
README.md

Virtualization

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.