Lines Matching refs:command

92 	bool "Enable FASTBOOT FLASH command"
97 The fastboot protocol includes a "flash" command for writing
99 this to enable the "fastboot flash" command.
106 These commands allow running any shell command. Do not enable this
135 The fastboot "flash" command requires additional information
182 Define this to enable the support "flash" and "erase" command on
183 eMMC userdata. The "flash" command only update the MBR and GPT
185 The "erase" command erase all the userdata.
187 fastboot command line matches the value CONFIG_FASTBOOT_MMC_USER_NAME.
194 The fastboot "flash" and "erase" command supports EMMC_USER.
205 The fastboot "flash" command supports writing the downloaded
210 "fastboot flash" command line matches the value defined here.
218 The fastboot "flash" command allows to write the downloaded image
220 specified on the "fastboot flash" command line matches the value
224 bool "Enable the 'oem format' command"
227 Add support for the "oem format" command from a client. This
229 partitions as required by the gpt command.
232 bool "Enable the 'oem partconf' command"
235 Add support for the "oem partconf" command from a client. This set
239 bool "Enable the 'oem bootbus' command"
242 Add support for the "oem bootbus" command from a client. This set
246 bool "Enable the 'oem run' command"
248 This extends the fastboot protocol with an "oem run" command. This
249 command allows running arbitrary U-Boot shell commands. Do not enable
254 bool "Enable the 'oem console' command"
257 Add support for the "oem console" command to input and read console
261 bool "Enable the 'oem board' command"
263 This extends the fastboot protocol with an "oem board" command. This
264 command allows running vendor custom code defined in board/ files.