All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] common, menu: enhancements
@ 2012-01-15  7:53 Heiko Schocher
  2012-01-15  7:53 ` [U-Boot] [PATCH 1/3] common: add possibility for readline_into_buffer timeout Heiko Schocher
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Heiko Schocher @ 2012-01-15  7:53 UTC (permalink / raw)
  To: u-boot

- add possibility to read a line with defining a timeout
- add possibility to define a statusline in the menu,
  which is printed for every menu
- show menu instead starting the u-boot shell

Heiko Schocher (3):
  common: add possibility for readline_into_buffer timeout
  common, menu: add statusline support
  common, menu: show menu on startup if CONFIG_MENU_SHOW is defined

 common/cmd_nvedit.c |    2 +-
 common/main.c       |   25 +++++++++++++++++++++----
 common/menu.c       |   11 ++++++++++-
 doc/README.menu     |    5 +++++
 include/common.h    |    3 ++-
 include/menu.h      |    3 +++
 6 files changed, 42 insertions(+), 7 deletions(-)

---
- This patchserie is needed for the cam_enc_4xx menu update
  patch (send soon)
- checkpatch shows no error/warnings

-- 
1.7.7.4

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-02-17 23:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-15  7:53 [U-Boot] [PATCH 0/3] common, menu: enhancements Heiko Schocher
2012-01-15  7:53 ` [U-Boot] [PATCH 1/3] common: add possibility for readline_into_buffer timeout Heiko Schocher
2012-01-15 17:35   ` Mike Frysinger
2012-01-16  6:43     ` Heiko Schocher
2012-01-17  7:13   ` [U-Boot] [PATCH 1/3 v2] " Heiko Schocher
2012-01-17 19:14     ` Mike Frysinger
2012-02-17 21:33     ` Stephan Linz
2012-02-17 23:18       ` Mike Frysinger
2012-01-15  7:53 ` [U-Boot] [PATCH 2/3] common, menu: add statusline support Heiko Schocher
2012-01-15 17:36   ` Mike Frysinger
2012-01-16  6:54     ` Heiko Schocher
2012-01-17  7:13   ` [U-Boot] [PATCH 2/3 v2] " Heiko Schocher
2012-01-17 19:14     ` Mike Frysinger
2012-01-15  7:53 ` [U-Boot] [PATCH 3/3] common, menu: show menu on startup if CONFIG_MENU_SHOW is defined Heiko Schocher
2012-01-15 17:38   ` Mike Frysinger
2012-01-16  6:55     ` Heiko Schocher
2012-01-17  7:13   ` [U-Boot] [PATCH 3/3 v2] " Heiko Schocher
2012-01-17 12:55     ` Jason Hobbs
2012-01-18  6:05     ` [U-Boot] [PATCH 3/3 v3] " Heiko Schocher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.