Home
last modified time | relevance | path

Searched refs:command (Results 1 – 2 of 2) sorted by relevance

/boot/
A Dbootmeth_android.c216 char command[BCB_FIELD_COMMAND_SZ]; in android_read_bootflow() local
234 ret = bcb_get(BCB_FIELD_COMMAND, command, sizeof(command)); in android_read_bootflow()
242 if (!strcmp("bootonce-bootloader", command)) { in android_read_bootflow()
245 } else if (!strcmp("boot-fastboot", command)) { in android_read_bootflow()
248 } else if (!strcmp("boot-recovery", command)) { in android_read_bootflow()
260 memset(command, 0, sizeof(command)); in android_read_bootflow()
261 ret = bcb_set(BCB_FIELD_COMMAND, command); in android_read_bootflow()
A DKconfig62 pass the address of the blob to the "bootm" command.
437 tied to enabling the command that exercises it.
491 - extra features in the bootflow command
635 use the eficonfig command.
1288 the command line.
1355 -35 common/cmd_doc.c Bad usage of "doc" command
1368 -42 common/cmd_ide.c Bad usage of "ide" command
1414 83 common/cmd_net.c running "source" command
1612 a command-line prompt is presented.
1614 be accessed at the U-Boot command line.
[all …]

Completed in 8 milliseconds