aboutsummaryrefslogtreecommitdiff
path: root/common/menu.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-29Add cli_ prefix to readline functionsSimon Glass1-2/+3
2014-05-29move 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-21menu: 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-05common/menu.c: Fix build warningAnatolij Gustschin1-1/+1
2011-11-29menu.c: use puts() instead of printf() where possibleWolfgang Denk1-6/+10
2011-10-17common, menu: use abortboot for menu timeoutJason Hobbs1-8/+32
2011-10-17Add generic, reusable menu codeJason Hobbs1-0/+393