Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/vmconfig/src/
Dlib.rs53 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/
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.bp366 // python -c "import hashlib; print(hashlib.sha256(b'bootloader').hexdigest())"
/packages/modules/adb/docs/dev/
Dprotocol.md78 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.
Doverview.md45 devices when they are in the bootloader or recovery mode.
/packages/modules/Virtualization/guest/trusty/security_vm/launcher/src/
Dmain.rs81 let (kernel, bootloader) = in main()
87 bootloader, in main()
/packages/modules/Virtualization/libs/libvmbase/
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.
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/
Dabl.md3 [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.
Ddevice_assignment.md20 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
Dgetting_started.md25 adb reboot bootloader
/packages/modules/Virtualization/tests/vmbase_example/src/
Dmain.rs54 bootloader: Option<ParcelFileDescriptor>, in run_test()
101 bootloader, in run_test()
/packages/modules/Virtualization/android/virtualizationservice/aidl/android/system/virtualizationservice/
DVirtualMachineRawConfig.aidl57 @nullable ParcelFileDescriptor bootloader;
/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DConfigJson.kt51 private val bootloader: String?, in <lambda>() constant in com.android.virtualization.terminal.ConfigJson
98 .setBootloaderPath(bootloader) in <lambda>()
/packages/modules/Virtualization/android/virtmgr/src/
Dcrosvm.rs108 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()
Daidl.rs977 bootloader: maybe_clone_file(&config.bootloader)?, in create_vm_internal()
1536 .bootloader in check_partitions_for_files()
/packages/modules/Virtualization/docs/debug/
DREADME.md82 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/
DVirtualMachineConfig.java710 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/
Dadb.1.md291 &nbsp;&nbsp;&nbsp;&nbsp;**STATE**: device, recovery, rescue, sideload, bootloader, or disconnect.
295 &nbsp;&nbsp;&nbsp;&nbsp;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/
Dinstance_starter.rs82 bootloader: None, in start_new_instance()
/packages/providers/CalendarProvider/tests/
DEMMA_README15 # - adb reboot-bootloader
/packages/modules/Virtualization/guest/pvmfw/
DREADME.md50 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/
Dadb.bash66 for state in device recovery rescue sideload bootloader disconnect ; do
/packages/modules/Virtualization/libs/framework-virtualization/
DREADME.md181 - The code running in the VM, including the bootloader, kernel, Microdroid and