Home
last modified time | relevance | path

Searched refs:bootloader (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Virtualization/libs/vmconfig/src/
Dlib.rs50 pub bootloader: Option<PathBuf>, field
76 if self.bootloader.is_none() && self.kernel.is_none() { in validate()
79 if self.bootloader.is_some() && (self.kernel.is_some() || self.initrd.is_some()) { in validate()
116 bootloader: maybe_open_parcel_file(&self.bootloader, false)?, in to_parcelable()
/packages/modules/Virtualization/vmbase/example/tests/
Dtest.rs62 let bootloader = ParcelFileDescriptor::new( in test_run_example_vm() localVariable
99 bootloader: Some(bootloader), in test_run_example_vm()
/packages/modules/Virtualization/microdroid/
DREADME.md173 `/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
Duboot-env.txt1 # Empty environment for bootloader debugging
DAndroid.bp395 // python -c "import hashlib; print(hashlib.sha256(b'bootloader').hexdigest())"
400 // bootloader.
/packages/modules/adb/
Dprotocol.txt78 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.
Dadb.bash66 for state in device recovery rescue sideload bootloader disconnect ; do
DOVERVIEW.TXT44 devices when they are in the bootloader or recovery mode.
/packages/modules/Virtualization/docs/
Dabl.md3 [ABL](https://source.android.com/docs/core/architecture/bootloader) is not a component of AVF, but
17 See [ABL Support](../pvmfw/README.md#android-bootloader-abl_support) for more detail.
Dcustom_vm.md30 or build it by https://source.android.com/docs/devices/cuttlefish/bootloader-dev#develop-bootloader
37 "bootloader": "/data/local/tmp/u-boot.bin",
Ddevice_assignment.md20 When the host boots, the bootloader provides VM DTBO to both Android and pvmfw.
220 For protected VM, bootloader must provide VM DTBO to the pvmfw. pvmfw sanitizes
Dgetting_started.md25 adb reboot bootloader
/packages/modules/Virtualization/vmbase/
DREADME.md5 firmware, a VM bootloader or kernel.
19 The [example](example/) subdirectory contains an example of how to use it for a VM bootloader.
152 ELF binary, but to run it as a VM bootloader you need to `objcopy` it to a raw binary image instead,
169 The resulting binary can then be used to start a VM by passing it as the bootloader in a
/packages/modules/Virtualization/virtualizationservice/aidl/android/system/virtualizationservice/
DVirtualMachineRawConfig.aidl48 @nullable ParcelFileDescriptor bootloader;
/packages/modules/Virtualization/virtualizationmanager/src/
Dcrosvm.rs109 pub bootloader: Option<File>, field
1012 if let Some(bootloader) = &config.bootloader { in run_vm()
1013 command.arg("--bios").arg(add_preserved_fd(&mut preserved_fds, bootloader)); in run_vm()
1159 if config.bootloader.is_none() && config.kernel.is_none() { in validate_config()
1162 if config.bootloader.is_some() && (config.kernel.is_some() || config.initrd.is_some()) { in validate_config()
Daidl.rs585 bootloader: maybe_clone_file(&config.bootloader)?, in create_vm_internal()
1022 config.bootloader.as_ref().map_or(Ok(()), check_partition_for_file)?; in check_partitions_for_files()
/packages/modules/Virtualization/docs/debug/
DREADME.md63 device manufacturer to implement this in their bootloader. Google Pixel
105 **Note**: Bootloader MUST NOT load debug policy when the bootloader is in LOCKED state.
/packages/modules/adb/docs/user/
Dadb.1.md290 &nbsp;&nbsp;&nbsp;&nbsp;**STATE**: device, recovery, rescue, sideload, bootloader, or disconnect.
294 &nbsp;&nbsp;&nbsp;&nbsp;Print offline | bootloader | device.
308 reboot [**bootloader**|**recovery**|**sideload**|**sideload-auto-reboot**]
309 …bsp;Reboot the device; defaults to booting system image but supports **bootloader** and **recovery…
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineConfig.java681 config.bootloader = in toVsRawConfig()
686 if (config.kernel == null && config.bootloader == null) { in toVsRawConfig()
687 config.bootloader = openOrNull(new File(U_BOOT_PREBUILT_PATH), MODE_READ_ONLY); in toVsRawConfig()
/packages/providers/CalendarProvider/tests/
DEMMA_README15 # - adb reboot-bootloader
/packages/modules/Virtualization/pvmfw/
DREADME.md39 instruction, similarly to a bootloader.
96 [ABL-part]: https://source.android.com/docs/core/architecture/bootloader/partitions
97 [boot-img]: https://source.android.com/docs/core/architecture/bootloader/boot-image-header
209 The bootloader should ensure that the same properties, with the same values,
/packages/modules/Virtualization/service_vm/manager/src/
Dlib.rs229 bootloader: Some(ParcelFileDescriptor::new(rialto)), in protected_vm_instance()
/packages/modules/Virtualization/rialto/tests/
Dtest.rs316 bootloader: Some(ParcelFileDescriptor::new(rialto)), in nonprotected_vm_instance()
/packages/modules/Virtualization/java/framework/
DREADME.md181 - The code running in the VM, including the bootloader, kernel, Microdroid and