/external/rmi4utils/rmi4update/ |
firmware_image.cpp | 135 fprintf(stdout, "Bootloader Version:\t%d\n", m_bootloaderVersion);
|
main.cpp | 92 ss << " bootloader";
|
/external/vboot_reference/ |
README | 80 futility vbutil_kernel Pack a kernel image, bootloader, and config into
|
/system/core/fastboot/ |
protocol.cpp | 70 fprintf(stderr,"(bootloader) %s\n", status + 4);
|
/system/update_engine/ |
hardware_android.cc | 25 #include <bootloader.h>
|
/frameworks/base/core/java/android/os/ |
Build.java | 78 /** The system bootloader version number. */ 79 public static final String BOOTLOADER = getString("ro.bootloader"); [all...] |
RecoverySystem.java | 492 // Having set up the BCB (bootloader control block), go ahead and reboot 503 * It sets up the command in BCB (bootloader control block), which will 504 * be read by the bootloader and the recovery image. 541 * Cancel any scheduled update by clearing up the BCB (bootloader control 706 // Write the command into BCB (bootloader control block). [all...] |
/bootable/recovery/ |
recovery.cpp | 146 * Arguments may also be supplied in the bootloader control block (BCB). 181 * 8d. bootloader tries to flash firmware 182 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache") 308 // - the bootloader control block (one per line, after "recovery") 329 // --- if arguments weren't supplied, look in the bootloader control block 371 // --> write the arguments we have back into the bootloader control block 536 // without a --locale argument (eg, directly from the bootloader) [all...] |
/external/autotest/server/hosts/ |
adb_host.py | 75 ANDROID_BOOTLOADER = 'bootloader.img' [all...] |
/external/autotest/client/bin/ |
job.py | 79 bootloader 252 bootloader=self.bootloader)]) 300 self.bootloader = boottool.boottool(tool) 888 self.bootloader.set_default(tag) 890 self.bootloader.boot_once(tag) [all...] |
setup_job_unittest.py | 53 - set(['bootloader', 'control', 'drop_caches',
|
/docs/source.android.com/src/security/verifiedboot/ |
dm-verity.jd | 35 bootloader, which in turn verifies the signature on subsequent levels, the 36 application bootloader and eventually the kernel. Each manufacturer wishing to
|
/frameworks/base/core/java/com/android/server/ |
BootReceiver.java | 123 .append("Bootloader: ").append(Build.BOOTLOADER).append("\n")
|
/frameworks/base/services/core/java/com/android/server/pm/ |
UserRestrictionsUtils.java | 441 // Only disable OEM unlock if the bootloader is locked. If it's already 443 // (the bootloader would remain unlocked).
|
/sdk/bash_completion/ |
adb.bash | 60 COMMAND="devices connect disconnect push pull sync shell emu logcat lolcat forward jdwp install uninstall bugreport help version start-server kill-server get-state get-serialno status-window remount reboot reboot-bootloader root usb tcpip disable-verity" 90 args="bootloader recovery"
|
/bootable/recovery/update_verifier/ |
update_verifier.cpp | 24 * device on dm-verity failures. When that happens, the bootloader should
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
bl.c | 912 spi->CR1 = 0x00000040; //spi is on, configured same as bootloader would 913 spi->CR2 = 0x00000000; //spi is on, configured same as bootloader would 924 //if we saw a sync, do the bootloader thing [all...] |
/device/google/contexthub/util/nanotool/ |
nanomessage.cpp | 47 " Bootloader version: %04x\n"
|
/docs/source.android.com/src/devices/tech/ota/ |
block.jd | 64 <p>Because dm-verity requires bootloader support found only in new devices
|
/docs/source.android.com/src/devices/tech/test_infra/tradefed/ |
index.jd | 70 it to potentially force the device into the bootloader, flash, and then force the device to reboot
|
/frameworks/base/docs/html-intl/intl/in/training/articles/ |
direct-boot.jd | 158 $ adb reboot-bootloader
|
/frameworks/base/services/core/java/com/android/server/ |
EntropyMixer.java | 171 out.println(SystemProperties.get("ro.bootloader"));
|
/bootable/recovery/uncrypt/ |
uncrypt.cpp | 44 * clearing the bootloader control block (BCB) at /misc partition. 481 ALOGE("failed to clear bootloader message: %s", err.c_str()); 522 ALOGE("failed to set bootloader message: %s", err.c_str());
|
/external/autotest/client/common_lib/hosts/ |
base_classes.py | 504 referenced by entries in the bootloader configuration. 508 # find all the vmlinuz images referenced by the bootloader 510 boot_info = self.bootloader.get_entries()
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
adb_wrapper.py | 622 One of 'offline', 'bootloader', or 'device'. 655 to_bootloader: (optional) If set reboots to the bootloader. 660 cmd = ['reboot-bootloader']
|