Searched refs:bootloader (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/ |
D | hardware_android.cc | 163 char bootloader[PROPERTY_VALUE_MAX]; in GetFirmwareVersion() local 164 property_get(kPropBootBootloader, bootloader, ""); in GetFirmwareVersion() 165 return bootloader; in GetFirmwareVersion()
|
/system/core/fastboot/ |
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 130 data. Required if the bootloader is "secure" 146 reboot-bootloader 147 Reboot back into the bootloader. 149 the bootloader and then upgrading other partitions 150 using the new bootloader. 167 version-bootloader Version string for the Bootloader. 176 bootloader requiring a signature before
|
/system/core/adb/ |
D | protocol.txt | 78 where systemtype is "bootloader", "device", or "host", serialno is some 237 For limited environments, like the bootloader, it is allowable to 239 ID numbers such that only one stream may be connected to a bootloader 243 The bootloader will support two streams. A "bootloader:debug" stream, 244 which may be opened to get debug messages from the bootloader and a 245 "bootloader:control", stream which will support the set of basic 246 bootloader commands.
|
D | OVERVIEW.TXT | 44 devices when they are in the bootloader or recovery mode.
|
/system/core/init/ |
D | README.md | 309 Typically used when the bootloader sets a variable that indicates a specific 581 adb reboot bootloader &&
|