Home
last modified time | relevance | path

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

/u-boot/doc/usage/
A Dbootmenu.rst4 bootmenu command
7 The "bootmenu" command uses U-Boot menu interfaces and provides
15 The "bootmenu" command interprets ANSI escape sequencies, so
43 The first (optional) argument of the "bootmenu" command is a delay specifier
46 the argument of the "bootmenu" command is not specified, the default delay
49 be called immediately. If delay is less then 0, bootmenu will be shown and
54 the bootmenu terminates and the usual U-Boot command prompt is presented
63 bootmenu 20 # Run bootmenu with autoboot delay 20s
82 The "bootmenu" cammand is enabled by::
86 To run the bootmenu at startup add these additional settings::
[all …]
A Dindex.rst22 bootmenu
/u-boot/cmd/
A Dbootmenu.c433 struct bootmenu_data *bootmenu; in bootmenu_show() local
453 bootmenu = bootmenu_create(delay); in bootmenu_show()
454 if (!bootmenu) in bootmenu_show()
457 menu = menu_create(NULL, bootmenu->delay, 1, menu_display_statusline, in bootmenu_show()
459 bootmenu); in bootmenu_show()
461 bootmenu_destroy(bootmenu); in bootmenu_show()
465 for (iter = bootmenu->first; iter; iter = iter->next) { in bootmenu_show()
487 bootmenu_destroy(bootmenu); in bootmenu_show()
538 bootmenu, 2, 1, do_bootmenu,
A DMakefile33 obj-$(CONFIG_CMD_BOOTMENU) += bootmenu.o
A DKconfig298 bool "bootmenu"
/u-boot/test/
A Dnokia_rx51_test.sh192 mcopy bootmenu_uboot.scr ::/bootmenu.scr -i emmc_uboot.img
198 mcopy bootmenu_emmc.scr ::/bootmenu.scr -i emmc_emmc.img
203 mcopy bootmenu_nand.scr ::/bootmenu.scr -i emmc_nand.img
/u-boot/common/
A DKconfig.boot769 before starting the default entry in bootmenu. If it is < 0 then
882 See README.bootmenu for more details.

Completed in 12 milliseconds