aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootmenu.c
AgeCommit message (Expand)AuthorFilesLines
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