Home
last modified time | relevance | path

Searched refs:CONFIG_BOOT_RETRY_TIME (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/common/
H A Dbootretry.c14 #define CONFIG_BOOT_RETRY_MIN CONFIG_BOOT_RETRY_TIME
30 retry_time = CONFIG_BOOT_RETRY_TIME; in bootretry_init_cmd_timeout()
H A Dcli_simple.c282 #ifdef CONFIG_BOOT_RETRY_TIME in cli_simple_loop()
H A DMakefile16 ifdef CONFIG_BOOT_RETRY_TIME
H A Dcli_hush.c1031 #ifdef CONFIG_BOOT_RETRY_TIME in get_user_input()
/openbmc/u-boot/doc/
H A DREADME.autoboot51 CONFIG_BOOT_RETRY_TIME
59 CONFIG_BOOT_RETRY_TIME must be defined to enable the boot
62 CONFIG_BOOT_RETRY_TIME. CONFIG_BOOT_RETRY_MIN is optional and
63 defaults to CONFIG_BOOT_RETRY_TIME. All times are in seconds.
72 If CONFIG_BOOT_RETRY_TIME < 0 the feature is there, but
113 U-Boot prompt will time out if CONFIG_BOOT_RETRY_TIME is
119 prompt never times out, even if CONFIG_BOOT_RETRY_TIME is
137 (Only effective when CONFIG_BOOT_RETRY_TIME is also set)
/openbmc/u-boot/include/
H A Dbootretry.h10 #ifdef CONFIG_BOOT_RETRY_TIME
/openbmc/u-boot/include/configs/
H A Dhighbank.h39 #define CONFIG_BOOT_RETRY_TIME -1 macro
H A Dam335x_shc.h62 # define CONFIG_BOOT_RETRY_TIME 30 macro
H A Dsiemens-am33x-common.h474 #define CONFIG_BOOT_RETRY_TIME 60 macro
H A Dcalimain.h172 #define CONFIG_BOOT_RETRY_TIME 60 /* continue boot after 60 s inactivity */ macro
H A Deb_cpu5282.h28 #define CONFIG_BOOT_RETRY_TIME -1 macro
H A Dids8313.h22 #define CONFIG_BOOT_RETRY_TIME 900 macro
/openbmc/u-boot/cmd/
H A Dpci.c582 #ifdef CONFIG_BOOT_RETRY_TIME in pci_cfg_modify()
H A Dmem.c1019 #ifdef CONFIG_BOOT_RETRY_TIME in mod_mem()
H A Di2c.c888 #ifdef CONFIG_BOOT_RETRY_TIME in mod_i2c_mem()
H A DKconfig104 U-Boot prompt will time out if CONFIG_BOOT_RETRY_TIME is
117 times out, even if CONFIG_BOOT_RETRY_TIME is used.
/openbmc/u-boot/scripts/
H A Dconfig_whitelist.txt167 CONFIG_BOOT_RETRY_TIME
/openbmc/u-boot/
H A DREADME3694 bootretry - see CONFIG_BOOT_RETRY_TIME