Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 22 of 22) 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"
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 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/scripts/
A Dget_maintainer.pl45 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 Dstart.c155 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 Dstate.h68 bool interactive; /* Enable cmdline after execute */ member
/u-boot/doc/
A DREADME.bootcount20 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.pxe284 - 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.c293 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 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/tools/u_boot_pylib/
A DLICENSE105 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 DKconfig430 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 Ddesignprinciples.rst30 interactive command interpreter, support for download over Ethernet
/u-boot/doc/arch/sandbox/
A Dsandbox.rst128 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 DKconfig133 to capture complete boot logs (except for interactive menus etc.)
/u-boot/boot/
A DKconfig1586 entering interactive mode.
/u-boot/cmd/
A DKconfig31 Enable editing and History functions for interactive command line
/u-boot/
A DREADME1524 Enable interactive DDR debugging. See doc/README.fsl-ddr.

Completed in 35 milliseconds