| /u-boot/drivers/mtd/spi/ |
| A D | sf_dataflash.c | 139 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 D | tpm-v1.c | 44 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 D | commands.rst | 23 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 D | ssd2825.c | 128 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 D | fb_command.c | 46 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 D | Kconfig | 87 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 D | rmboard.py | 31 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 D | gitutil.py | 9 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 D | wdt.rst | 3 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 D | bootd.rst | 3 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 D | temperature.rst | 3 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 D | size.rst | 3 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 D | sleep.rst | 4 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 D | qfw.rst | 3 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 D | font.rst | 3 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 D | mmc.rst | 3 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 D | false.rst | 1 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 D | true.rst | 1 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 D | exit.rst | 1 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 D | cls.rst | 3 cls command 16 The cls command clears the screen. 21 The cls command is only available if CONFIG_CMD_CLS=y.
|
| A D | pinmux.rst | 3 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 D | fwu_mdata.rst | 3 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 D | Kconfig | 15 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 D | Kconfig | 1 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 D | bind.rst | 10 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
|