Dear "Jason Hobbs",

In message <[email protected]> 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 <[email protected]>
> ---
> 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: [email protected]
"One planet is all you get."
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to