/device/google/marlin/factory-images_marlin/ |
generate-factory-images-package.sh | 23 BOOTLOADER=8996-011601-1606230316
|
/device/google/marlin/factory-images_sailfish/ |
generate-factory-images-package.sh | 23 BOOTLOADER=8996-011601-1606230316
|
/device/moto/shamu/factory-images/ |
generate-factory-images-package.sh | 23 BOOTLOADER=moto-apq8084-70.39
|
/external/autotest/client/tests/kvm/unattended/ |
RHEL-3-series.ks | 13 bootloader --location=mbr --append="console=tty0 console=ttyS0,115200"
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
elf32msp430.sc | 40 bootloader(rx) : ORIGIN = 0x0c00, LENGTH = 1K 48 /* Bootloader. */ 49 .bootloader ${RELOCATING-0} : 52 *(.bootloader) 54 *(.bootloader.*) 55 } ${RELOCATING+ > bootloader}
|
/external/autotest/client/bin/ |
kernel.py | 24 def _add_kernel_to_bootloader(bootloader, base_args, tag, args, image, initrd): 27 bootloader object. Also process the base_args and args kernel arguments 29 the bootloader as a root device. 31 @param bootloader: bootloader object 40 bootloader.remove_kernel(tag) 49 # later to bootloader.add_kernel() 66 bootloader.add_kernel(image, tag, initrd=initrd, root=root, args='_dummy_') 71 bootloader.add_args(kernel=tag, args=a) 72 bootloader.remove_args(kernel=tag, args='_dummy_' [all...] |
local_host.py | 15 def _initialize(self, hostname=None, bootloader=None, *args, **dargs): 23 self.bootloader = bootloader
|
/device/google/contexthub/firmware/misc/cpu/cortexm4f/ |
Makefile | 29 #cpu runtime for bootloader 35 #c runtime for bootloader
|
/device/google/contexthub/firmware/misc/platform/stm32f4xx/ |
Makefile | 33 #platform bootloader 58 #platform drivers for bootloader
|
/device/linaro/hikey/ |
README | 24 Select special bootloader mode by linking J15 1-2 and 3-4 pins 51 device/linaro/hikey/bootloader/EFI/BOOT/grub.cfg
|
/external/autotest/server/site_tests/firmware_FastbootErase/ |
firmware_FastbootErase.py | 68 self.faft_client.host.run_shell_command('adb reboot bootloader') 81 # Push the volume down button to "Reboot to bootloader"
|
/packages/apps/Settings/src/com/android/settings/ |
RegulatoryInfoDisplayActivity.java | 37 * of the required regulatory info (If ro.bootloader.hardware.sku property is set use 38 * "regulatory_info_<sku>.png where sku is ro.bootloader.hardware.sku property value in lowercase"),
|
/system/core/adb/ |
protocol.txt | 76 where systemtype is "bootloader", "device", or "host", serialno is some 224 For limited environments, like the bootloader, it is allowable to 226 ID numbers such that only one stream may be connected to a bootloader 230 The bootloader will support two streams. A "bootloader:debug" stream, 231 which may be opened to get debug messages from the bootloader and a 232 "bootloader:control", stream which will support the set of basic 233 bootloader commands.
|
/system/update_engine/common/ |
boot_control_interface.h | 29 // platform's bootloader hiding vendor-specific details from the rest of 70 // bootloader will attempt to load the |slot| marked as active. Note that this
|
/bootable/recovery/ |
device.cpp | 21 "Reboot to bootloader",
|
/device/google/contexthub/firmware/misc/variant/common/ |
stm32f4xx.bl.lkr | 20 /* bootloader */
|
/device/google/contexthub/util/stm32_flash/ |
stm32_bl.h | 48 * Bootloader commands
|
/device/htc/flounder/ |
fstab.flounder | 14 /dev/block/platform/sdhci-tegra.3/by-name/EBT /bootloader emmc defaults defaults
|
/docs/source.android.com/src/security/enhancements/ |
enhancements60.jd | 14 execution to ensure the phone is healthy from the bootloader all the way up to
|
/external/vboot_reference/tests/ |
run_vbutil_kernel_arg_tests.sh | 26 # Create some big and little files for the kernel and bootloader 35 BOOT_VALS=("--bootloader=${BIG}" "--bootloader=${SMALL}") 109 --bootloader "${BIG}" \
|
/platform_testing/tests/functional/otatests/src/com/android/functional/otatests/ |
VersionCheckingTest.java | 14 protected static final String KEY_BOOTLOADER = "ro.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
|
/system/keymaster/include/keymaster/ |
keymaster_context.h | 43 * considered hardware-enforced, and there's a bootloader-provided root of trust. 75 * system believes itself to be running the same version that is reported by the bootloader, in 78 * If the specified values don't match the bootloader-provided values, this method must return 85 * reported by the bootloader. For SoftKeymasterDevice it will be the verion information set by
|
/system/update_engine/ |
boot_control_android.h | 30 // uses the libhardware's boot_control HAL to access the bootloader.
|
/device/google/contexthub/firmware/ |
Makefile | 66 #bootloader pieces 74 #some help for bootloader 128 rm -rf $(DELIVERABLES) os.elf bootloader.elf links $(CLEANFILES)
|