Home
last modified time | relevance | path

Searched refs:bootmenu (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/doc/
H A DREADME.bootmenu6 ANSI terminal bootmenu command
8 The "bootmenu" command uses U-Boot menu interfaces and provides
16 The "bootmenu" command interprets ANSI escape sequencies, so
40 First (optional) argument of the "bootmenu" command is a delay specifier
43 the argument of the "bootmenu" command is not specified, the default delay
46 be called immediately. If delay is less then 0, bootmenu will be shown and
51 the bootmenu terminates and the usual U-Boot command prompt is presented
60 bootmenu 20 # Run bootmenu with autoboot delay 20s
84 To enable the "bootmenu" command add following definitions to the
90 To run the bootmenu at startup add these additional definitions:
[all …]
/openbmc/u-boot/cmd/
H A Dbootmenu.c374 struct bootmenu_data *bootmenu; in bootmenu_show() local
394 bootmenu = bootmenu_create(delay); in bootmenu_show()
395 if (!bootmenu) in bootmenu_show()
398 menu = menu_create(NULL, bootmenu->delay, 1, bootmenu_print_entry, in bootmenu_show()
399 bootmenu_choice_entry, bootmenu); in bootmenu_show()
401 bootmenu_destroy(bootmenu); in bootmenu_show()
405 for (iter = bootmenu->first; iter; iter = iter->next) { in bootmenu_show()
427 bootmenu_destroy(bootmenu); in bootmenu_show()
506 bootmenu, 2, 1, do_bootmenu,
H A DMakefile28 obj-$(CONFIG_CMD_BOOTMENU) += bootmenu.o
H A DKconfig252 bool "bootmenu"
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/
H A Duefi-secureboot.cfg3 CONFIG_BOOTCOMMAND="bootmenu"
/openbmc/u-boot/common/
H A DKconfig197 before starting the default entry in bootmenu. If it is < 0 then