This patch series adds ANSI terminal Bootmenu command. It use generic menu
code for creating menu structures, but use own functions for drawing menu on
ANSI terminal. First patch modify generic menu code for using other functions
for printing and choosing menu entry, second patch is bootmenu command itself.

Pali Rohár (2):
  menu: Added support to use user defined functions
  New command bootmenu: ANSI terminal Boot Menu support

 board/ait/cam_enc_4xx/cam_enc_4xx.c |    5 +-
 common/Makefile                     |    1 +
 common/cmd_bootmenu.c               |  446 +++++++++++++++++++++++++++++++++++
 common/cmd_pxe.c                    |    3 +-
 common/menu.c                       |   43 ++--
 doc/README.bootmenu                 |   61 +++++
 include/common.h                    |   20 ++
 include/config_cmd_all.h            |    1 +
 include/menu.h                      |    6 +-
 9 files changed, 566 insertions(+), 20 deletions(-)
 create mode 100644 common/cmd_bootmenu.c
 create mode 100644 doc/README.bootmenu

-- 
1.7.9.5

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to