[U-Boot] [PATCH v5 01/13] Add generic, reusable menu code
Wolfgang Denk
wd at denx.de
Mon Oct 17 22:16:25 CEST 2011
Dear "Jason Hobbs",
In message <1314805054-16250-2-git-send-email-jason.hobbs at calxeda.com> you wrote:
> This will be used first by the pxe code, but is intended to be
> generic and reusable for other jobs in U-boot.
>
> Signed-off-by: Jason Hobbs <jason.hobbs at calxeda.com>
> ---
> changes in v2:
> - new in v2
>
> changes in v3:
> - move timeout support to later patch
> - fix NULL case bug in menu_item_key_match
> - consistently use 'item_key' instead of 'key'
> - move default/prompt logic into menu code
> - consistently return int for error propagation
> - change option setting functions to menu_create parameters
> - add README.menu
>
> changes in v4:
> - change pxecfg to pxe in commit log
> - improve the menu documentation
>
> changes in v5:
> - none
>
> common/Makefile | 1 +
> common/menu.c | 393 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> doc/README.menu | 119 +++++++++++++++++
> include/menu.h | 30 ++++
> 4 files changed, 543 insertions(+), 0 deletions(-)
> create mode 100644 common/menu.c
> create mode 100644 doc/README.menu
> create mode 100644 include/menu.h
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"One planet is all you get."
More information about the U-Boot
mailing list