/packages/modules/Virtualization/libs/vmconfig/src/ |
D | lib.rs | 53 pub bootloader: Option<PathBuf>, field 81 if self.bootloader.is_none() && self.kernel.is_none() { in validate() 84 if self.bootloader.is_some() && (self.kernel.is_some() || self.initrd.is_some()) { in validate() 123 bootloader: maybe_open_parcel_file(&self.bootloader, false)?, in to_parcelable()
|
/packages/modules/Virtualization/build/microdroid/ |
D | README.md | 173 `/avf/reference/`, which may be populated by the [bootloader]. 176 for validating vendor hashtree digest. [Bootloader][bootloader] should append 180 that a [bootloader] can extract the value and populate into VM reference DT. 186 [bootloader]: https://source.android.com/docs/core/architecture/bootloader
|
D | uboot-env.txt | 1 # Empty environment for bootloader debugging
|
D | Android.bp | 366 // python -c "import hashlib; print(hashlib.sha256(b'bootloader').hexdigest())"
|
/packages/modules/adb/docs/dev/ |
D | protocol.md | 78 where systemtype is "bootloader", "device", or "host", serialno is some 249 For limited environments, like the bootloader, it is allowable to 251 ID numbers such that only one stream may be connected to a bootloader 255 The bootloader will support two streams. A "bootloader:debug" stream, 256 which may be opened to get debug messages from the bootloader and a 257 "bootloader:control", stream which will support the set of basic 258 bootloader commands.
|
D | overview.md | 45 devices when they are in the bootloader or recovery mode.
|
/packages/modules/Virtualization/guest/trusty/security_vm/launcher/src/ |
D | main.rs | 81 let (kernel, bootloader) = in main() 87 bootloader, in main()
|
/packages/modules/Virtualization/libs/libvmbase/ |
D | README.md | 5 firmware, a VM bootloader or kernel. 19 The [example](example/) subdirectory contains an example of how to use it for a VM bootloader. 140 ELF binary, but to run it as a VM bootloader you need to `objcopy` it to a raw binary image instead, 157 The resulting binary can then be used to start a VM by passing it as the bootloader in a
|
/packages/modules/Virtualization/docs/ |
D | abl.md | 3 [ABL](https://source.android.com/docs/core/architecture/bootloader) is not a component of AVF, but 17 See [ABL Support](../guest/pvmfw/README.md#android-bootloader-abl_support) for more detail.
|
D | device_assignment.md | 20 When the host boots, the bootloader provides VM DTBO to both Android and pvmfw. 232 For protected VM, bootloader must provide VM DTBO to the pvmfw. pvmfw sanitizes
|
D | getting_started.md | 25 adb reboot bootloader
|
/packages/modules/Virtualization/tests/vmbase_example/src/ |
D | main.rs | 54 bootloader: Option<ParcelFileDescriptor>, in run_test() 101 bootloader, in run_test()
|
/packages/modules/Virtualization/android/virtualizationservice/aidl/android/system/virtualizationservice/ |
D | VirtualMachineRawConfig.aidl | 57 @nullable ParcelFileDescriptor bootloader;
|
/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/ |
D | ConfigJson.kt | 51 private val bootloader: String?, in <lambda>() constant in com.android.virtualization.terminal.ConfigJson 98 .setBootloaderPath(bootloader) in <lambda>()
|
/packages/modules/Virtualization/android/virtmgr/src/ |
D | crosvm.rs | 108 pub bootloader: Option<File>, field 1257 if let Some(bootloader) = config.bootloader { in run_vm() 1258 command.arg("--bios").arg(add_preserved_fd(&mut preserved_fds, bootloader)); in run_vm() 1481 if config.bootloader.is_none() && config.kernel.is_none() { in validate_config() 1484 if config.bootloader.is_some() && (config.kernel.is_some() || config.initrd.is_some()) { in validate_config()
|
D | aidl.rs | 977 bootloader: maybe_clone_file(&config.bootloader)?, in create_vm_internal() 1536 .bootloader in check_partitions_for_files()
|
/packages/modules/Virtualization/docs/debug/ |
D | README.md | 82 device manufacturer to implement this in their bootloader. Google Pixel 124 **Note**: Bootloader MUST NOT load debug policy when the bootloader is in LOCKED state.
|
/packages/modules/Virtualization/libs/framework-virtualization/src/android/system/virtualmachine/ |
D | VirtualMachineConfig.java | 710 config.bootloader = in toVsRawConfig() 715 if (config.kernel == null && config.bootloader == null) { in toVsRawConfig() 717 config.bootloader = openOrNull(new File(U_BOOT_PREBUILT_PATH_X86), MODE_READ_ONLY); in toVsRawConfig() 719 config.bootloader = openOrNull(new File(U_BOOT_PREBUILT_PATH_ARM), MODE_READ_ONLY); in toVsRawConfig()
|
/packages/modules/adb/docs/user/ |
D | adb.1.md | 291 **STATE**: device, recovery, rescue, sideload, bootloader, or disconnect. 295 Print offline | bootloader | device. 309 reboot [**bootloader**|**recovery**|**sideload**|**sideload-auto-reboot**] 310 …bsp;Reboot the device; defaults to booting system image but supports **bootloader** and **recovery…
|
/packages/modules/Virtualization/microfuchsia/microfuchsiad/src/ |
D | instance_starter.rs | 82 bootloader: None, in start_new_instance()
|
/packages/providers/CalendarProvider/tests/ |
D | EMMA_README | 15 # - adb reboot-bootloader
|
/packages/modules/Virtualization/guest/pvmfw/ |
D | README.md | 50 instruction, similarly to a bootloader. 107 [ABL-part]: https://source.android.com/docs/core/architecture/bootloader/partitions 108 [boot-img]: https://source.android.com/docs/core/architecture/bootloader/boot-image-header 236 The bootloader should ensure that the same properties, with the same values,
|
/packages/modules/adb/ |
D | adb.bash | 66 for state in device recovery rescue sideload bootloader disconnect ; do
|
/packages/modules/Virtualization/libs/framework-virtualization/ |
D | README.md | 181 - The code running in the VM, including the bootloader, kernel, Microdroid and
|