Searched refs:interactive (Results 1 – 19 of 19) 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" 28 force interactive mode in STM32MP1 DDR controller driver 38 activate test support for interactive support in 46 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/arch/sandbox/cpu/ |
A D | start.c | 152 if (!state->interactive) in sandbox_main_loop_init() 230 state->interactive = true; in sandbox_cmdline_cb_interactive() 234 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/scripts/ |
A D | get_maintainer.pl | 42 my $interactive = 0; 241 'i|interactive!' => \$interactive, 293 $output_rolestats = 1 if ($interactive); 305 $interactive = 0; 950 if ($interactive) { 1571 save_commits_by_author(@lines) if ($interactive); 1572 save_commits_by_signer(@lines) if ($interactive); 1606 save_commits_by_author(@lines) if ($interactive); 1818 $interactive = 0; 2298 save_commits_by_author(@lines) if ($interactive); [all …]
|
/u-boot/doc/ |
A D | README.bootcount | 18 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 | 256 - 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 | 294 static int interactive; variable 654 if (!interactive) in builtin_fg_bg() 1103 while(! i->p || (interactive && strlen(i->p)==0) ) { 1339 interactive=0; /* crucial!!!! */ 1723 if (interactive && pi->followup!=PIPE_BG) { 1886 if (interactive) { 3391 interactive = 0; 3438 interactive++; 3462 interactive++; 3465 debug_printf("\ninteractive=%d\n", interactive); [all …]
|
A D | Kconfig.boot | 942 entering interactive mode.
|
/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/lib/ |
A D | Kconfig | 308 command to interactive the TPM. Driver model support is provided 319 command to interactive the TPM. Driver model support is provided 330 command to interactive the TPM. Driver model support is provided
|
/u-boot/doc/arch/ |
A D | sandbox.rst | 129 but you can force it to go to interactive mode instead with -i. 132 Go to interactive mode after executing the commands specified by -c.
|
/u-boot/cmd/ |
A D | Kconfig | 31 Enable editing and History functions for interactive command line
|
/u-boot/ |
A D | README | 2827 Enable interactive DDR debugging. See doc/README.fsl-ddr.
|
Completed in 58 milliseconds