HomeSort by relevance Sort by last modified time
    Searched refs:bootloader (Results 1 - 25 of 45) sorted by null

1 2

  /external/devlib/devlib/platform/
arm.py 49 bootloader=None,
58 uefi_entry=None, # only used if bootloader is "uefi"
76 self.bootloader = None
78 self._set_bootloader(bootloader)
133 def _set_bootloader(self, bootloader):
134 self.bootloader = bootloader
135 if self.bootloader == 'uefi':
143 elif self.bootloader == 'uefi-shell':
149 elif self.bootloader == 'u-boot'
    [all...]
  /device/common/
generate-factory-images-common.sh 22 BOOTLOADERSRC=bootloader.img
37 # Extract the bootloader(s) and radio(s) as necessary
63 cp tmp/RADIO/$BOOTLOADERSRC tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
65 cp $BOOTLOADERFILE tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
132 fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img
137 fastboot flash bootloader2 bootloader-$DEVICE-$BOOTLOADER.im
    [all...]
  /external/vboot_reference/tests/futility/
test_sign_kernel.sh 16 dd if=/dev/urandom bs=512 count=1 of=${TMP}.bootloader.bin
35 --bootloader ${TMP}.bootloader.bin \
52 --bootloader ${TMP}.bootloader.bin \
78 --bootloader ${TMP}.bootloader2.bin
92 --bootloader ${TMP}.bootloader2.bin \
114 --bootloader ${TMP}.bootloader2.bin \
136 --bootloader ${TMP}.bootloader.bin
    [all...]
test_show_kernel.sh 19 dd if=/dev/urandom bs=16384 count=1 of=${TMP}.bootloader.bin
41 --bootloader ${TMP}.bootloader.bin \
  /external/nos/test/system-test-harness/tools/
avb_tools.cc 49 void GetState(nos::NuggetClientInterface *client, bool *bootloader,
58 if (bootloader != NULL)
59 *bootloader = response.bootloader();
145 bool bootloader; local
148 GetState(client, &bootloader, &production, locks);
avb_tools.h 34 void GetState(nos::NuggetClientInterface *client, bool *bootloader,
  /device/linaro/hikey/build/tasks/
boot_fat.mk 10 $(FAT16COPY) $@ device/linaro/hikey/bootloader/*
  /external/autotest/server/hosts/
base_classes.py 51 bootloader = None variable in class:Host
  /external/toolchain-utils/binary_search_tool/android/
test_setup.sh 8 # bootloader mode and fastboot is used to flash the new image. The device is
61 echo " ${ADB_DEVICE}adb reboot bootloader"
62 adb reboot bootloader
  /system/core/bootstat/
boot_reason_test.sh 91 echo "ERROR: '${TEST}' test requires a device with a bootloader that" >&2
412 bootloader | bootloader,?*) ;;
422 reboot,bootloader | reboot,bootloader,* ) var=${var#reboot,} ; var=${var%,} ;;
431 *bootloader*) var="bootloader" ;;
460 - adb shell getprop ro.boot.bootreason (bootloader reason)
469 bootloader=""
477 bootloader="bootloader
    [all...]
  /device/linaro/hikey/bootloader/
Makefile 2 EDK2_DIR=$(ANDROID_BUILD_TOP)/device/linaro/bootloader/edk2
4 ATF_DIR=$(ANDROID_BUILD_TOP)/device/linaro/bootloader/arm-trusted-firmware
  /device/linaro/hikey/installer/hikey960/
flash-all.sh 21 fastboot reboot-bootloader
  /external/vboot_reference/tests/
load_kernel_tests.sh 48 --bootloader "dummy_bootloader.bin" \
gen_preamble_testdata.sh 79 --bootloader "${DATADIR}/dummy_bootloader.bin" \
gen_fuzz_test_cases.sh 60 --bootloader ${TEST_BOOTLOADER_FILE} \
69 # NOTE: The kernel and config file can't really be random, but the bootloader
73 echo "Generating test bootloader file..."
74 # TODO(gauravsh): Use a valid bootloader here?
  /device/google/wahoo/lisa/
update-script.sh 48 adb reboot bootloader
  /prebuilts/misc/scripts/vboot_signer/
vboot_signer.sh 54 ${futility} vbutil_kernel --pack ${output} --keyblock ${keyblock} --signprivate ${privkey} --version 1 --vmlinuz ${input} --config ${EMPTY} --arch arm --bootloader ${EMPTY} --flags 0x1
  /development/python-packages/fastboot/
device.py 32 INFO_PREFIX = '(bootloader) '
118 # In addition to returning all variables the bootloader may
164 def reboot(self, bootloader=False):
165 """Calls `fastboot reboot [bootloader]`.
168 bootloader: True to reboot back to the bootloader.
171 if bootloader:
172 command.append('bootloader')
  /external/autotest/client/bin/
local_host.py 22 def _initialize(self, hostname=None, bootloader=None, *args, **dargs):
30 self.bootloader = bootloader
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py 26 ('bootloader', {'image': 'bootloader*.img', 'restart': True}),
129 self, bootloader=False, wait_for_reboot=True, timeout=None, retries=None):
136 bootloader: If set to True, reboots back into bootloader.
138 if bootloader:
217 self.Reboot(bootloader=True)
239 Directory must contain bootloader, radio, boot, recovery, system, userdata,
  /external/libmojo/third_party/catapult/devil/devil/android/
fastboot_utils.py 24 ('bootloader', {'image': 'bootloader*.img', 'restart': True}),
127 self, bootloader=False, wait_for_reboot=True, timeout=None, retries=None):
134 bootloader: If set to True, reboots back into bootloader.
136 if bootloader:
215 self.Reboot(bootloader=True)
237 Directory must contain bootloader, radio, boot, recovery, system, userdata,
  /external/nos/test/system-test-harness/src/
avb_tests.cc 117 bool bootloader; local
133 GetState(client.get(), &bootloader, &production, locks);
134 EXPECT_EQ(bootloader, false);
403 bool bootloader; local
423 GetState(client.get(), &bootloader, &production, locks);
424 ASSERT_TRUE(bootloader);
463 // Show the bootloader setting and unsetting.
542 // This is a sequence of commands that the bootloader will issue
668 // Test we can change values in bootloader mode
689 bool bootloader; local
    [all...]
  /frameworks/av/packages/MediaComponents/
runcts.sh 156 ${adb} reboot bootloader
  /system/extras/boot_control_copy/
bootinfo.cpp 33 #include <bootloader.h>
114 // bootable/recovery/bootloader.h we can use the 32 bytes in the
  /system/update_engine/
hardware_android.cc 26 #include <bootloader.h>
53 // parts of the bootloader (such as the bootloader version and the baseband
55 const char kPropBootBootloader[] = "ro.boot.bootloader";

Completed in 545 milliseconds

1 2