commit | 559571197fd9e24097704d9672f1b7b3d3c7ad70 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Mon Aug 22 13:54:33 2022 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Tue Sep 06 12:35:00 2022 +0000 |
tree | 00b98e9e4b609c5f5c303cdff19503757418d358 | |
parent | 8682f8cc994533f617fadd91b20e496022a7f285 [diff] |
Create host-side tool to attach bootconfig to initrd image We are removing ABL from VM bootflow & using kernel's initrd functionality. Since the boot configuration file is loaded with initrd by default, it will be added to the end of the initrd, in the following way: [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n] The tool is written in Rust so that we can (in future) have the option to dynamically attach the correct bootconfig. Test: builds Bug: 240235424 Change-Id: Idfca6528a16bc92001f5791b4683a0be2714cce8
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.