/aosp12/system/core/bootstat/ |
H A D | bootstat.rc | 3 # Mirror bootloader boot reason to system boot reason 17 chown system log /data/misc/bootstat/boottime.bootloader.1BLE 18 chown system log /data/misc/bootstat/boottime.bootloader.1BLL 19 chown system log /data/misc/bootstat/boottime.bootloader.2BLE 20 chown system log /data/misc/bootstat/boottime.bootloader.2BLL 21 chown system log /data/misc/bootstat/boottime.bootloader.AVB 22 chown system log /data/misc/bootstat/boottime.bootloader.KD 23 chown system log /data/misc/bootstat/boottime.bootloader.KL 24 chown system log /data/misc/bootstat/boottime.bootloader.ODT 25 chown system log /data/misc/bootstat/boottime.bootloader.SW [all …]
|
H A D | boot_reason_test.sh | 508 bootloader | bootloader,?* ) ;; 518 reboot,bootloader | reboot,bootloader,* ) var=${var#reboot,} ; var=${var%,} ;; 533 *bootloader* ) var="bootloader" ;; 584 bootloader="" 592 bootloader="bootloader" 599 report_bootstat_logs ${reason} ${bootloader} 645 adb reboot-bootloader >&2 651 EXPECT_PROPERTY sys.boot.reason.last bootloader 653 report_bootstat_logs reboot,ota bootloader 753 adb reboot-bootloader [all …]
|
H A D | bootstat-debug.rc | 4 # For devices w/o bootloader boot reason reported, mirror test boot reason 5 # to bootloader boot reason to allow test to inject reasons
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | device.te | 74 # Documented at https://source.android.com/devices/bootloader/partitions-images 78 # Documented at https://source.android.com/devices/bootloader/partitions-images 82 # Documented at https://source.android.com/devices/bootloader/partitions-images 86 # Documented at https://source.android.com/devices/bootloader/partitions-images 90 # Documented at https://source.android.com/devices/bootloader/partitions-images 99 # Documented at https://source.android.com/devices/bootloader/partitions-images 103 # Documented at https://source.android.com/devices/bootloader/partitions-images
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | device.te | 76 # Documented at https://source.android.com/devices/bootloader/partitions-images 80 # Documented at https://source.android.com/devices/bootloader/partitions-images 84 # Documented at https://source.android.com/devices/bootloader/partitions-images 88 # Documented at https://source.android.com/devices/bootloader/partitions-images 92 # Documented at https://source.android.com/devices/bootloader/partitions-images 101 # Documented at https://source.android.com/devices/bootloader/partitions-images 105 # Documented at https://source.android.com/devices/bootloader/partitions-images
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | device.te | 82 # Documented at https://source.android.com/devices/bootloader/partitions-images 86 # Documented at https://source.android.com/devices/bootloader/partitions-images 90 # Documented at https://source.android.com/devices/bootloader/partitions-images 94 # Documented at https://source.android.com/devices/bootloader/partitions-images 98 # Documented at https://source.android.com/devices/bootloader/partitions-images 107 # Documented at https://source.android.com/devices/bootloader/partitions-images 111 # Documented at https://source.android.com/devices/bootloader/partitions-images
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | device.te | 82 # Documented at https://source.android.com/devices/bootloader/partitions-images 86 # Documented at https://source.android.com/devices/bootloader/partitions-images 90 # Documented at https://source.android.com/devices/bootloader/partitions-images 94 # Documented at https://source.android.com/devices/bootloader/partitions-images 98 # Documented at https://source.android.com/devices/bootloader/partitions-images 107 # Documented at https://source.android.com/devices/bootloader/partitions-images 111 # Documented at https://source.android.com/devices/bootloader/partitions-images
|
/aosp12/system/sepolicy/public/ |
H A D | device.te | 82 # Documented at https://source.android.com/devices/bootloader/partitions-images 86 # Documented at https://source.android.com/devices/bootloader/partitions-images 90 # Documented at https://source.android.com/devices/bootloader/partitions-images 94 # Documented at https://source.android.com/devices/bootloader/partitions-images 98 # Documented at https://source.android.com/devices/bootloader/partitions-images 107 # Documented at https://source.android.com/devices/bootloader/partitions-images 111 # Documented at https://source.android.com/devices/bootloader/partitions-images
|
/aosp12/packages/modules/Virtualization/virtmanager/src/ |
H A D | config.rs | 34 pub bootloader: Option<String>, field 44 if self.bootloader.is_none() && self.kernel.is_none() { in validate() 47 if self.bootloader.is_some() && (self.kernel.is_some() || self.initrd.is_some()) { in validate()
|
H A D | crosvm.rs | 136 if let Some(bootloader) = &config.bootloader { in run_vm() 137 command.arg("--bios").arg(bootloader); in run_vm()
|
/aosp12/hardware/interfaces/boot/1.1/ |
H A D | IBootControl.hal | 30 * (e.g. set by setSnapshotMergeStatus or set to CANCELLED by bootloader). 40 * bootloader: 57 * recorded by the bootloader with one exception. If the partitions are being flashed from the 58 * bootloader such that the pending merge must be canceled (for example, if the super partition
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | README.md | 14 aspects of the device directly from bootloader. However, with great power comes 16 open the possibility for critical security exploits on the bootloader via fastboot 19 By checking a bootloader's conformance to the fastboot spec, as well as make sure 97 Most devices have pseudo partitions, such as a `bootloader` partition, 99 When one of these pseudo partitions is flashed, the bootloader 113 <part value="bootloader" slots="yes"> 119 <test packed="bootloader.img" unpacked="unpacked"/> 228 <part value="bootloader" slots="yes"> 234 <test packed="bootloader.img" unpacked="unpacked"/> 241 <!-- The 'oem self_destruct' command requires an unlocked bootloader --> [all …]
|
/aosp12/build/make/core/tasks/ |
H A D | with-license.mk | 37 RADIO/bootloader.img:bootloader.img RADIO/radio.img:radio.img \
|
/aosp12/packages/modules/Virtualization/microdroid/ |
H A D | Android.bp | 254 // For unknown reason, the signed bootloader doesn't work on x86_64. Until the problem 255 // is fixed, let's use the unsigned bootloader for the architecture. 274 out: ["bootloader-signed"], 278 // bootloader file whose size is 1. It can't pass avbtool. 285 "--partition_name bootloader " +
|
H A D | README.md | 31 "bootloader": "/data/local/tmp/microdroid/bootloader", 61 …b shell 'cp /apex/com.android.virt/etc/microdroid_bootloader /data/local/tmp/microdroid/bootloader'
|
/aosp12/packages/modules/adb/ |
H A D | protocol.txt | 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.
|
/aosp12/system/core/fastboot/ |
H A D | README.md | 88 Host: "flash:bootloader" request to flash the data to the bootloader 112 getvar:%s Read a config/version variable from the bootloader. 114 OKAY response. If the variable is unknown, the bootloader 152 reboot-bootloader 153 Reboot back into the bootloader. 155 the bootloader and then upgrading other partitions 156 using the new bootloader. 171 version-bootloader Version string for the Bootloader. 180 bootloader requiring a signature before 185 in the bootloader.
|
/aosp12/build/make/target/product/gsi/ |
H A D | init.vndk-nodef.rc | 3 exec - root -- /system/bin/reboot bootloader
|
/aosp12/hardware/interfaces/boot/1.0/ |
H A D | IBootControl.hal | 49 * from the bootloader, regardless of which slot is active or successful. 78 * that slots can be made unbootable by both the bootloader and by the OS 96 * the slot number passed in as a parameter. The bootloader must pass the
|
/aosp12/build/make/target/board/generic_64bitonly_x86_64/ |
H A D | README.txt | 2 without a kernel or bootloader.
|
/aosp12/build/make/target/board/generic_arm64/ |
H A D | README.txt | 2 without a bootloader.
|
/aosp12/build/make/target/board/generic_x86_64/ |
H A D | README.txt | 2 without a bootloader.
|
/aosp12/build/make/target/board/generic_x86/ |
H A D | README.txt | 2 without a kernel or bootloader.
|
/aosp12/system/apex/apexd/ |
H A D | apexd.rc | 15 reboot_on_failure reboot,bootloader,bootstrap-apexd-failed
|
/aosp12/build/make/target/board/generic/ |
H A D | README.txt | 2 without a kernel or bootloader.
|