Searched refs:interactive (Results 1 – 22 of 22) sorted by relevance
| /u-boot/drivers/ram/stm32mp1/ |
| A D | Kconfig | 15 bool "STM32MP1 DDR driver : interactive support" 18 activate interactive support in STM32MP1 DDR controller driver 24 bool "STM32MP1 DDR driver : force interactive mode" 27 force interactive mode in STM32MP1 DDR controller driver 37 activate test support for interactive support in 45 activate tuning command in STM32MP1 DDR interactive mode
|
| /u-boot/scripts/kconfig/tests/ |
| A D | conftest.py | 40 interactive=False, in_keys=None, extra_env={}): argument 79 if interactive: 124 interactive=True, in_keys=in_keys) 134 interactive=True, in_keys=in_keys)
|
| /u-boot/drivers/ddr/fsl/ |
| A D | Makefile | 27 obj-$(CONFIG_FSL_DDR_INTERACTIVE) += interactive.o
|
| /u-boot/scripts/ |
| A D | get_maintainer.pl | 45 my $interactive = 0; 251 'i|interactive!' => \$interactive, 307 $output_rolestats = 1 if ($interactive); 319 $interactive = 0; 1006 if ($interactive) { 1609 save_commits_by_author(@lines) if ($interactive); 1610 save_commits_by_signer(@lines) if ($interactive); 1644 save_commits_by_author(@lines) if ($interactive); 1882 $interactive = 0; 2362 save_commits_by_author(@lines) if ($interactive); [all …]
|
| /u-boot/arch/sandbox/cpu/ |
| A D | start.c | 155 if (!state->interactive) in sandbox_main_loop_init() 231 state->interactive = true; in sandbox_cmdline_cb_interactive() 235 SANDBOX_CMDLINE_OPT_SHORT(interactive, 'i', 0, "Enter interactive mode");
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | state.h | 68 bool interactive; /* Enable cmdline after execute */ member
|
| /u-boot/doc/ |
| A D | README.bootcount | 20 then U-Boot will drop into interactive mode and remain there.
|
| A D | README.fsl-ddr | 275 For DDR parameter tuning up and debugging, the interactive DDR debugger can 282 Another way to enter the interactive DDR debugger without setting the 291 The example flow of using interactive debugging is
|
| A D | README.usb | 129 CONFIG_CMD_USB=y /* the 'usb' interactive command */
|
| A D | README.pxe | 284 - the interactive prompt in U-Boot's pxe only allows you to choose a label
|
| /u-boot/scripts/dtc/ |
| A D | dtc-lexer.l | 21 %option noyywrap nounput noinput never-interactive
|
| /u-boot/scripts/kconfig/ |
| A D | zconf.l | 1 %option nostdinit noyywrap never-interactive full ecs
|
| /u-boot/common/ |
| A D | cli_hush.c | 293 static int interactive; variable 653 if (!interactive) in builtin_fg_bg() 1102 while(! i->p || (interactive && strlen(i->p)==0) ) { 1338 interactive=0; /* crucial!!!! */ 1722 if (interactive && pi->followup!=PIPE_BG) { 1885 if (interactive) { 3405 interactive = 0; 3452 interactive++; 3476 interactive++; 3479 debug_printf("\ninteractive=%d\n", interactive); [all …]
|
| /u-boot/Licenses/ |
| A D | gpl-2.0.txt | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but 312 If the program is interactive, make it output a short notice like this 313 when it starts in an interactive mode:
|
| /u-boot/tools/u_boot_pylib/ |
| A D | LICENSE | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but 312 If the program is interactive, make it output a short notice like this 313 when it starts in an interactive mode:
|
| /u-boot/lib/ |
| A D | Kconfig | 430 command to interactive the TPM. Driver model support is provided 442 command to interactive the TPM. Driver model support is provided 453 command to interactive the TPM. Driver model support is provided 464 command to interactive the TPM. Driver model support is provided
|
| /u-boot/doc/develop/ |
| A D | designprinciples.rst | 30 interactive command interpreter, support for download over Ethernet
|
| /u-boot/doc/arch/sandbox/ |
| A D | sandbox.rst | 128 but you can force it to go to interactive mode instead with -i. 131 Go to interactive mode after executing the commands specified by -c.
|
| /u-boot/lib/efi_loader/ |
| A D | Kconfig | 133 to capture complete boot logs (except for interactive menus etc.)
|
| /u-boot/boot/ |
| A D | Kconfig | 1586 entering interactive mode.
|
| /u-boot/cmd/ |
| A D | Kconfig | 31 Enable editing and History functions for interactive command line
|
| /u-boot/ |
| A D | README | 1524 Enable interactive DDR debugging. See doc/README.fsl-ddr.
|
Completed in 59 milliseconds