summaryrefslogtreecommitdiff
path: root/common/menu.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy1-5/+8
2019-07-24menu: don't bother going interactive with just one menu itemLeon Yu1-1/+5
2018-06-06menu: fix timeout durationMasahiro Yamada1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-03-27Fix typo choosen in comments and printf logsAlexander Merkle1-1/+1
2015-05-27menu: Return an error code if Ctrl-C is pressedTuomas Tynkkynen1-0/+3
2014-10-25misc: use __weakJeroen Hofstee1-4/+1
2014-05-30Add cli_ prefix to readline functionsSimon Glass1-2/+3
2014-05-30move CLI prototypes to cli.h and add commentsSimon Glass1-0/+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-1/+1
2013-03-29menu: Add support for user defined item choice functionPali Rohár1-11/+31
2012-06-22menu: only timeout when menu is displayedRob Herring1-32/+4
2012-02-12common, menu: do not trigger timeout again, if a line is readHeiko Schocher1-1/+3
2012-02-12common, menu: add statusline supportHeiko Schocher1-0/+8
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher1-1/+2
2011-12-06common/menu.c: Fix build warningAnatolij Gustschin1-1/+1
2011-11-29menu.c: use puts() instead of printf() where possibleWolfgang Denk1-6/+10
2011-10-18common, menu: use abortboot for menu timeoutJason Hobbs1-8/+32
2011-10-18Add generic, reusable menu codeJason Hobbs1-0/+393