aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootmenu.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24cmd: bootmenu: rename U-Boot console to ExitSvyatoslav Ryhel1-5/+5
2023-07-15Fix incorrect return code of boot option updateRaymond Mao1-1/+1
2023-07-15Move bootorder and bootoption apis to libRaymond Mao1-1/+1
2023-02-10Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/10Feb2023Tom Rini1-1/+1
2023-02-10menu: remove CTRL+C to quitMasahisa Kojima1-1/+1
2023-02-09Correct SPL uses of CMD_EFICONFIGSimon Glass1-2/+2
2023-01-16menu: Make use of CLI character processingSimon Glass1-3/+6
2023-01-16menu: Update bootmenu_loop() to return the codeSimon Glass1-1/+1
2023-01-16menu: Update bootmenu_autoboot_loop() to return the codeSimon Glass1-1/+1
2023-01-16menu: Rename KEY_... to BKEY_...Simon Glass1-5/+5
2022-12-23global: Migrate CONFIG_POSTBOOTMENU to CFGTom Rini1-2/+2
2022-09-14bootmenu: add removable media entriesMasahisa Kojima1-6/+16
2022-05-31bootmenu: use utf-8 for menu titleMasahisa Kojima1-22/+21
2022-05-28bootmenu: U-Boot console is enabled as defaultMasahisa Kojima1-2/+2
2022-05-07bootmenu: factor out the user input handlingMasahisa Kojima1-141/+0
2022-05-03bootmenu: add Kconfig option not to enter U-Boot consoleMasahisa Kojima1-11/+58
2022-05-03bootmenu: add UEFI boot entry into bootmenuMasahisa Kojima1-1/+152
2022-05-03bootmenu: update bootmenu_entry structureMasahisa Kojima1-32/+75
2022-05-03cmd: simplify bootmenuHeinrich Schuchardt1-13/+7
2022-04-23bootmenu: fix menu API error handlingMasahisa Kojima1-2/+2
2021-01-16bootmenu: Allow to quit it via ESC/CTRL+CPali Rohár1-7/+35
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-2/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-11Nokia RX-51: Update my email addressPali Rohár1-1/+1
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy1-30/+31
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-02autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass1-1/+1
2018-12-07ensure active menuitem is inside menuFrank Wunderlich1-0/+6
2018-11-26add default-option to bootmenuFrank Wunderlich1-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+500