aboutsummaryrefslogtreecommitdiff
path: root/include/menu.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-11expo: Support handling any key in ceditSimon Glass1-1/+6
2023-02-10eficonfig: CTRL+S to save the boot orderMasahisa Kojima1-0/+1
2023-01-16menu: Factor out menu-keypress decodingSimon Glass1-0/+10
2023-01-16menu: Make use of CLI character processingSimon Glass1-2/+5
2023-01-16menu: Update bootmenu_loop() to return the codeSimon Glass1-6/+5
2023-01-16menu: Update bootmenu_autoboot_loop() to return the codeSimon Glass1-4/+3
2023-01-16menu: Rename KEY_... to BKEY_...Simon Glass1-16/+16
2023-01-16bootmenu: Add a few commentsSimon Glass1-0/+42
2022-09-14menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handlingMasahisa Kojima1-0/+3
2022-05-07bootmenu: factor out the user input handlingMasahisa Kojima1-0/+20
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy1-1/+1
2019-08-02autoboot: Add comments for menu_show()Simon Glass1-2/+15
2019-08-02autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-12/+1
2013-03-29menu: export menu_default_choice() functionAnatolij Gustschin1-0/+1
2013-03-29menu: Add support for user defined item choice functionPali Rohár1-1/+3
2012-02-12common, menu: show menu on startup if CONFIG_MENU_SHOW is definedHeiko Schocher1-0/+3
2012-02-12common, menu: add statusline supportHeiko Schocher1-0/+1
2011-10-17common, menu: use abortboot for menu timeoutJason Hobbs1-1/+1
2011-10-17Add generic, reusable menu codeJason Hobbs1-0/+30