Home
last modified time | relevance | path

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

12345678910>>...21

/u-boot/drivers/mtd/spi/
A Dsf_dataflash.c139 memset(dataflash->command, 0 , sizeof(dataflash->command)); in spi_dataflash_erase()
140 command = dataflash->command; in spi_dataflash_erase()
181 command[0], command[1], command[2], command[3], in spi_dataflash_erase()
230 memset(dataflash->command, 0 , sizeof(dataflash->command)); in spi_dataflash_read()
231 command = dataflash->command; in spi_dataflash_read()
235 command[0], command[1], command[2], command[3]); in spi_dataflash_read()
288 memset(dataflash->command, 0 , sizeof(dataflash->command)); in spi_dataflash_write()
289 command = dataflash->command; in spi_dataflash_write()
336 command[0], command[1], command[2], command[3]); in spi_dataflash_write()
362 command[0], command[1], command[2], command[3]); in spi_dataflash_write()
[all …]
/u-boot/lib/
A Dtpm-v1.c44 0, command, sizeof(command), in tpm1_startup()
146 0, command, sizeof(command), in tpm1_nv_define_space()
175 0, command, sizeof(command), in tpm1_nv_read_value()
212 0, command, sizeof(command), in tpm1_nv_write_value()
240 0, command, sizeof(command), in tpm1_extend()
272 0, command, sizeof(command), in tpm1_pcr_read()
294 0, command, sizeof(command), in tpm1_tsc_physical_presence()
377 0, command, sizeof(command), in tpm1_physical_set_deactivated()
405 0, command, sizeof(command), in tpm1_get_capability()
479 0, command, sizeof(command), in tpm1_get_permissions()
[all …]
/u-boot/doc/develop/
A Dcommands.rst23 the command itself.
28 command
30 called when the command is issued.
45 Sub-command definition
56 This table has to be evaluated in the command function of the main command, e.g.
72 /* drop sub-command argument */
100 * CMD_FLAG_BOOTD - The command is called by the bootd command.
101 * CMD_FLAG_ENV - The command is called by the run command.
112 The command was successfully executed.
115 The command failed.
[all …]
/u-boot/drivers/video/bridge/
A Dssd2825.c128 u8 command[2]; in ssd2825_spi_write() local
132 command[1] = reg; in ssd2825_spi_write()
146 command[1] = cmd1; in ssd2825_spi_write()
151 command[1] = cmd2; in ssd2825_spi_write()
164 command[1] = data; in ssd2825_spi_write()
175 u8 command[2]; in ssd2825_spi_read() local
179 dm_spi_xfer(dev, 9, &command, in ssd2825_spi_read()
184 dm_spi_xfer(dev, 9, &command, in ssd2825_spi_read()
188 command[1] = 0; in ssd2825_spi_read()
193 command[1] = reg; in ssd2825_spi_read()
[all …]
/u-boot/drivers/fastboot/
A Dfb_command.c46 const char *command; member
50 .command = "getvar",
54 .command = "download",
58 .command = "flash",
62 .command = "erase",
66 .command = "boot",
70 .command = "continue",
74 .command = "reboot",
106 .command = "oem run",
110 .command = "UCmd",
[all …]
A DKconfig87 bool "Enable FASTBOOT FLASH command"
92 The fastboot protocol includes a "flash" command for writing
94 this to enable the "fastboot flash" command.
126 The fastboot "flash" command requires additional information
176 The "erase" command erase all the userdata.
185 The fastboot "flash" and "erase" command supports EMMC_USER.
215 bool "Enable the 'oem format' command"
220 partitions as required by the gpt command.
223 bool "Enable the 'oem partconf' command"
230 bool "Enable the 'oem bootbus' command"
[all …]
/u-boot/tools/
A Drmboard.py31 from u_boot_pylib import command
47 stdout = command.run_pipe([cmd], capture=True, raise_on_error=False).stdout
54 stdout = command.run_pipe([cmd], capture=True).stdout
57 stdout = command.run_pipe([cmd], capture=True).stdout
72 stdout = command.run_pipe([cmd], capture=True).stdout
113 stdout = (command.run_pipe([cmd], capture=True, raise_on_error=False).
121 stdout = command.run_pipe([cmd], capture=True).stdout
135 stdout = command.run_pipe([cmd], capture=True).stdout
140 print(command.run_pipe([cmd], capture=True, raise_on_error=False).stdout)
/u-boot/tools/patman/
A Dgitutil.py9 from u_boot_pylib import command
69 result = command.run_pipe(pipe, capture=True, capture_stderr=True,
88 stdout = command.run_pipe([pipe], capture=True, oneline=True).stdout
112 result = command.run_pipe(pipe, capture=True, capture_stderr=True,
186 result = command.run_pipe(pipe, capture=True, capture_stderr=True,
220 stdout = command.run_pipe(pipe, capture=True, oneline=True).stdout
253 result = command.run_pipe([pipe], capture=True, cwd=output_dir,
303 result = command.run_pipe([pipe], capture=True, cwd=output_dir,
350 stdout = command.run_list(cmd)
413 suppresscc = command.output_one_line(
[all …]
/u-boot/doc/usage/cmd/
A Dwdt.rst3 wdt command
21 The wdt command is used to control watchdog timers.
23 The 'wdt list' command shows a list of all watchdog devices.
25 The 'wdt dev' command called without argument shows the current watchdog device.
28 The 'wdt start' command starts the current watchdog timer.
30 The 'wdt stop' command stops the current watchdog timer.
32 The 'wdt reset' command resets the current watchdog timer without stopping it.
34 The 'wdt expire' command let's the current watchdog timer expire immediately.
72 The command is only available if CONFIG_CMD_WDT=y.
77 The return value $? is 0 if the command succeeds, 1 upon failure.
A Dbootd.rst3 bootd command
16 The bootd command executes the command stored in the environment variable
37 The return value $? of the bootd command is the return value of the command in
A Dtemperature.rst3 temperature command
17 The *temperature* command is used to list thermal sensors and get their
20 The 'temperature list' command diplays the available thermal devices.
22 The 'temperature get' command is used to get the reading in degrees C from
44 The *temperature* command is only available if CONFIG_CMD_TEMPERATURE=y.
49 The return value $? is set to 0 (true) if the command succeeded and to 1 (false)
A Dsize.rst3 size command
16 The size command determines the size of a file and sets the environment variable
20 If the command fails, the filesize environment variable is not changed.
34 The size command is only available if CONFIG_CMD_FS_GENERIC=y.
39 The return value $? is set to 0 (true) if the command succeded and to 1 (false)
A Dsleep.rst4 sleep command
17 The *sleep* command waits for *delay* seconds. It can be interrupted by
39 The command is only available if CONFIG_CMD_SLEEP=y.
44 The return value $? is 0 (true) if the command completes.
45 The return value is 1 (false) if the command is interrupted by CTRL+C.
A Dqfw.rst3 qfw command
18 The *qfw* command is used to retrieve information form the QEMU firmware.
20 The *qfw list* sub-command displays the QEMU firmware files.
22 The *qfw cpus* sub-command displays the available CPUs.
24 The *qfw load* command is used to load a kernel and an initial RAM disk.
39 QEMU firmware files are listed via the *qfw list* command:
57 The available CPUs can be shown via the *qfw cpus* command:
73 the *qfw load* command and booted thereafter.
89 The qfw command is only available if CONFIG_CMD_QFW=y.
A Dfont.rst3 font command
18 The *font* command allows selection of the font to use on the video console.
51 The command is only available if CONFIG_CONSOLE_TRUETYPE=y.
56 The return value $? is 0 (true) if the command completes.
57 The return value is 1 (false) if the command fails.
A Dmmc.rst3 mmc command
28 The mmc command is used to control MMC(eMMC/SD) device.
50 The 'mmc rescan' command scans the available MMC device.
79 The 'mmc dev' command shows or set current mmc device.
111 The 'mmc list' command displays the list available devices.
173 The 'mmc rst-function' command changes the RST_n_FUNCTION field.
190 The 'mmc info' command displays device's capabilities:
213 The raw data can be read/written via 'mmc read/write' command:
222 The partition list can be shown via 'mmc part' command:
238 The current device can be shown or set via 'mmc dev' command:
[all …]
A Dfalse.rst1 false command
14 The false command sets the return value $? to 1 (false).
28 The false command is only available if CONFIG_HUSH_PARSER=y.
A Dtrue.rst1 true command
14 The true command sets the return value $? to 0 (true).
28 The true command is only available if CONFIG_HUSH_PARSER=y.
A Dexit.rst1 exit command
14 The exit command terminates a script started via the run or source command.
41 is passed to the command, the return value is the parameter value. In case
42 negative integer parameter is passed to the command, the return value is 0.
A Dcls.rst3 cls command
16 The cls command clears the screen.
21 The cls command is only available if CONFIG_CMD_CLS=y.
A Dpinmux.rst3 pinmux command
18 The pinmux command is used to show the pin-controller muxing.
20 The 'pinmux list' command diplays the available pin-controller.
22 The 'pinmux dev' command selects the pin-controller for next commands.
27 The 'pinmux status' command displays the pin muxing information.
89 The pinmux command is only available if CONFIG_CMD_PINMUX=y.
94 The return value $? is set to 0 (true) if the command succeded and to 1 (false)
A Dfwu_mdata.rst3 fwu_mdata_read command
16 The fwu_mdata_read command is used to read the FWU metadata
17 structure. The command prints out information about the current active
42 To use the fwu_mdata_read command, CONFIG_CMD_FWU_METADATA needs to be
/u-boot/cmd/mvebu/
A DKconfig15 For details about bubt command please see the documentation
33 Allow usage of NAND flash as a target for "bubt" command
34 For details about bubt command please see the documentation
42 Allow usage of SPI flash as a target for "bubt" command
43 For details about bubt command please see the documentation
51 Allow usage of eMMC/SD device as a target for "bubt" command
52 For details about bubt command please see the documentation
60 Allow usage of SATA disk as a target for "bubt" command
61 For details about bubt command please see the documentation
67 string "Default image name for bubt command"
[all …]
/u-boot/cmd/ti/
A DKconfig1 menu "TI specific command line interface"
4 bool "command for verifying DDR features"
6 Support for testing ddr3 on TI platforms. This command
11 bool "command for verifying power domains"
14 Debug command for K3 power domains. For this to work, the
/u-boot/doc/develop/driver-model/
A Dbind.rst10 the U-boot command line.
12 The unbind command calls the remove device driver callback and unbind the
15 The bind command binds a device to its driver.
18 the command line.
36 command or first column of "dm tree" command.
38 - <driver> is the driver name to bind given by the "dm drivers" command or the by

Completed in 23 milliseconds

12345678910>>...21