Searched refs:commands (Results 1 – 25 of 170) sorted by relevance
1234567
/u-boot/board/broadcom/bcmns3/ |
A D | Kconfig | 16 bool "Enable Broadcom-specific U-Boot commands" 19 Enable Broadcom specific U-Boot commands such as error log setup 20 command or any other commands specific to NS3 platform.
|
/u-boot/board/xilinx/versal/ |
A D | Kconfig | 8 bool "Enable Versal specific commands" 12 Enable Versal specific commands.
|
/u-boot/doc/ |
A D | README.ext4 | 5 but without selecting the corresponding commands, enable one of the following: 10 Next, to select the ext2-related commands: 15 or ext4-related commands: 36 Also relevant are the generic filesystem commands, selected by: 43 Some sample commands to test ext4 support: 45 1. Check that the commands can be seen in the output of U-Boot help:
|
A D | README.serial_multi | 17 *) The console can be switched to SCC by any of the following commands: 23 *) The console can be switched to SMC by any of the following commands: 30 will be used which, in turn, can be switched by above commands. 46 *) The console can be switched to UART1 by any of the following commands: 51 *) The console can be switched to UART0 by any of the following commands:
|
A D | README.zfs | 3 To Enable zfs ls and load commands, modify the board specific config file with 8 1. After applying the patch, zfs specific commands can be seen
|
/u-boot/doc/usage/ |
A D | for.rst | 9 for <variable> in <items>; do <commands>; done 15 commands for each of these. 26 commands 27 commands to execute
|
A D | base.rst | 17 commands *cmp, cp, md, mdc, mm, ms, mw, mwc*. 19 All other commands ignore the address defined by *base*.
|
A D | bootmenu.rst | 12 menu entry invokes an U-Boot command (or a list of commands) 23 bootmenu_<num>="<title>=<commands>" 36 <commands> 37 are commands which will be executed when a menu 40 Title and commands are separated by the first appearance of a '='
|
A D | index.rst | 12 Shell commands
|
/u-boot/board/cavium/thunderx/ |
A D | Kconfig | 20 bool "Enable ATF query commands" 23 Enable vendor specific ATF query commands such as SPI and SD/MMC
|
/u-boot/board/xilinx/zynqmp/ |
A D | Kconfig | 8 bool "Enable ZynqMP specific commands" 11 Enable ZynqMP specific commands like "zynqmp secure"
|
/u-boot/board/toradex/colibri_imx6/ |
A D | Kconfig | 35 bool "Enable factory testing commands for Toradex iMX 6 modules" 37 This adds the commands
|
/u-boot/board/xilinx/zynq/ |
A D | Kconfig | 8 bool "Enable Zynq specific commands" 11 Enables Zynq specific commands.
|
/u-boot/board/gdsys/mpc8308/ |
A D | Kconfig | 4 Use the 'osdw', 'osdp', and 'osdsize' legacy commands required by 120 bool "Enable 'ioloop' and 'ioreflect' commands" 122 These commands provide FPGA tests.
|
/u-boot/board/freescale/ls1021aqds/ |
A D | ls102xa_pbi.cfg | 1 #PBI commands
|
/u-boot/board/freescale/ls1021atwr/ |
A D | ls102xa_pbi.cfg | 1 #PBI commands
|
/u-boot/board/freescale/ls1021aiot/ |
A D | ls102xa_pbi.cfg | 1 #PBI commands
|
/u-boot/drivers/fastboot/ |
A D | fb_command.c | 60 } commands[FASTBOOT_COMMAND_COUNT] = { variable 154 if (!strcmp(commands[i].command, cmd_string)) { in fastboot_handle_command() 155 if (commands[i].dispatch) { in fastboot_handle_command() 156 commands[i].dispatch(cmd_parameter, in fastboot_handle_command()
|
/u-boot/board/freescale/ls1021atsn/ |
A D | ls102xa_pbi.cfg | 1 # PBI commands
|
/u-boot/cmd/ |
A D | Kconfig | 4 bool "Support U-Boot commands" 83 menu "Info commands" 182 menu "Boot commands" 527 menu "Memory commands" 633 Memory commands. 1122 MTD commands support. 1420 bool "Network commands" 1635 menu "Misc commands" 1914 menu "Power commands" 1983 Sub-commands: [all …]
|
/u-boot/doc/SPI/ |
A D | README.sandbox-spi | 24 U-Boot it started you can use 'sf' commands as normal. For example: 30 it, you can also use low-level SPI commands to access the flash. For example
|
/u-boot/board/toradex/apalis_imx6/ |
A D | Kconfig | 35 bool "Enable factory testing commands for Toradex iMX 6 modules" 37 This adds the commands
|
/u-boot/doc/develop/ |
A D | index.rst | 12 commands
|
/u-boot/board/freescale/t4rdb/ |
A D | t4_pbi.cfg | 7 #PBI commands
|
/u-boot/board/freescale/t102xrdb/ |
A D | t1024_pbi.cfg | 1 #PBI commands
|
Completed in 27 milliseconds
1234567