HomeSort by relevance Sort by last modified time
    Searched full:bootloader (Results 101 - 125 of 520) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/server/
deb_kernel.py 32 This will also invoke the guest's bootloader to set this
38 to Bootloader.add_kernel()
57 host.bootloader.add_kernel(self.get_image_name(),
  /system/core/adb/
OVERVIEW.TXT 23 to each one of them: OFFLINE, BOOTLOADER, RECOVERY or ONLINE (more on
43 the BOOTLOADER and RECOVERY states correspond to alternate states of
44 devices when they are in the bootloader or recovery mode.
  /external/vboot_reference/futility/
cmd_vbutil_kernel.c 83 {"bootloader", 1, 0, OPT_BOOTLOADER},
106 " --bootloader <file> Bootloader stub\n"
416 Fatal("Missing required bootloader file.\n");
422 Fatal("Error reading bootloader file.\n");
423 Debug(" bootloader file size=0x%" PRIx64 "\n",
  /device/linaro/hikey/installer/
flash-all.sh 46 echo "No binaries found at ${DIST_DIR}. Please build the bootloader first"
  /external/autotest/client/bin/
kernel_unittest.py 16 bootloader = god.create_mock_class(boottool.boottool, "boottool")
19 bootloader.remove_kernel.expect_call(tag)
20 bootloader.add_kernel.expect_call(image, tag, initrd=initrd,
24 bootloader.add_args.expect_call(kernel=tag, args=a)
25 bootloader.remove_args.expect_call(kernel=tag, args='_dummy_')
28 kernel._add_kernel_to_bootloader(bootloader, base_args, tag, args,
51 self.kernel.job.bootloader = self.god.create_mock_class(
83 self.kernel.job.bootloader, base_args, tag,
133 self.job.bootloader = self.god.create_mock_class(boottool.boottool,
  /external/vboot_reference/cgpt/
cmd_boot.c 22 " -b FILE Install bootloader code in the PMBR\n"
  /external/vboot_reference/tests/
load_kernel_tests.sh 48 --bootloader "dummy_bootloader.bin" \
gen_preamble_testdata.sh 79 --bootloader "${DATADIR}/dummy_bootloader.bin" \
  /frameworks/base/docs/html-intl/intl/ja/training/articles/
direct-boot.jd 158 $ adb reboot-bootloader
  /frameworks/base/docs/html-intl/intl/zh-cn/training/articles/
direct-boot.jd 158 $ adb reboot-bootloader
  /frameworks/base/docs/html-intl/intl/zh-tw/training/articles/
direct-boot.jd 158 $ adb reboot-bootloader
  /hardware/bsp/intel/soc/edison/
soc.mk 29 # Disable building kernel and bootloader until we really support them.
  /system/update_engine/common/
fake_boot_control.h 30 // Implements a fake bootloader control interface used for testing.
  /system/core/fastboot/
fastboot.cpp 334 " bootloader-related partitions.\n"
335 " flashing lock_critical Prevents flashing bootloader-related\n"
337 " flashing unlock_critical Enables flashing bootloader-related\n"
339 " flashing get_unlock_ability Queries bootloader to see if the\n"
341 " flashing get_unlock_bootloader_nonce Queries the bootloader to get the\n"
343 " flashing unlock_bootloader <request> Issue unlock bootloader using request.\n"
344 " flashing lock_bootloader Locks the bootloader to prevent\n"
345 " bootloader version rollback.\n"
350 " the bootloader reports.\n"
351 " getvar <variable> Display a bootloader variable.\n
    [all...]
fastboot_protocol.txt 91 Host: "flash:bootloader" request to flash the data to the bootloader
114 "getvar:%s" Read a config/version variable from the bootloader.
125 data. Required if the bootloader is "secure"
141 "reboot-bootloader" Reboot back into the bootloader.
143 the bootloader and then upgrading other partitions
144 using the new bootloader.
162 version-bootloader Version string for the Bootloader
    [all...]
  /external/autotest/client/tests/kvm/unattended/
OpenSUSE-11.xml 4 <bootloader>
56 </bootloader>
  /hardware/libhardware/include/hardware/
boot_control.h 37 * to find the one associated with that slot. The bootloader must pass the suffix
106 * bootloader and by the OS using setSlotAsUnbootable.
  /system/extras/boot_control_copy/
bootinfo.c 33 #include <bootloader.h>
120 // bootable/recovery/bootloader.h we can use the 32 bytes in the
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
tic4xcoff.sc 9 # on the external bus. In MC mode, the on-chip ROM contains a bootloader program
30 # In MC mode, TEXT and DATA are copied into RAM by the bootloader.
  /external/autotest/server/hosts/
remote.py 131 label = self.bootloader.get_default_title()
132 self.bootloader.boot_once(label)
134 self.bootloader.add_args(label, kernel_args)
  /docs/source.android.com/src/security/overview/
kernel-security.jd 130 ability to unlock the bootloader in order to allow installation of an alternate
136 user. To protect any existing user data from compromise the bootloader unlock
137 mechanism requires that the bootloader erase any existing user data as part of
152 the bootloader or operating system is not sufficient to access user data
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_compatibility_devicetest.py 96 # reboot-bootloader
fastboot.py 86 self._RunFastbootCommand(['reboot-bootloader'])
  /external/kernel-headers/original/uapi/asm-x86/asm/
bootparam.h 141 * A bootloader is supposed to only take setup_header and put
  /external/vboot_reference/firmware/include/
vboot_struct.h 210 /* Address of bootloader, after body is loaded at body_load_address */
212 /* Size of bootloader in bytes */
247 /* Address of bootloader, after body is loaded at body_load_address */
249 /* Size of bootloader in bytes */

Completed in 1316 milliseconds

1 2 3 45 6 7 8 91011>>