Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 19 of 19) sorted by relevance

/u-boot/drivers/ram/stm32mp1/
A DKconfig15 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 Dconftest.py40 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 DMakefile27 obj-$(CONFIG_FSL_DDR_INTERACTIVE) += interactive.o
/u-boot/arch/sandbox/cpu/
A Dstart.c152 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 Dstate.h68 bool interactive; /* Enable cmdline after execute */ member
/u-boot/scripts/
A Dget_maintainer.pl42 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 DREADME.bootcount18 then U-Boot will drop into interactive mode and remain there.
A DREADME.fsl-ddr275 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 DREADME.usb129 CONFIG_CMD_USB=y /* the 'usb' interactive command */
A DREADME.pxe256 - the interactive prompt in U-Boot's pxe only allows you to choose a label
/u-boot/scripts/dtc/
A Ddtc-lexer.l21 %option noyywrap nounput noinput never-interactive
/u-boot/scripts/kconfig/
A Dzconf.l1 %option nostdinit noyywrap never-interactive full ecs
/u-boot/common/
A Dcli_hush.c294 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 DKconfig.boot942 entering interactive mode.
/u-boot/Licenses/
A Dgpl-2.0.txt105 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 DKconfig308 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 Dsandbox.rst129 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 DKconfig31 Enable editing and History functions for interactive command line
/u-boot/
A DREADME2827 Enable interactive DDR debugging. See doc/README.fsl-ddr.

Completed in 58 milliseconds