Re: [U-Boot] [PATCH v3 1/7] Add generic, reusable menu code

2011-07-26 Thread Jason Hobbs
Dear Wolfgang, On Mon, Jul 25, 2011 at 11:18:15PM +0200, Wolfgang Denk wrote: I am happy that you provide documentation in doc/README.menu, but I really dislike that the code itself is basicly uncommented. It is a major pain to have to switch between the README and the source files when

Re: [U-Boot] [PATCH v3 1/7] Add generic, reusable menu code

2011-07-25 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1309364719-16219-2-git-send-email-jason.ho...@calxeda.com you wrote: This will be used first by the pxecfg code, but is intended to be generic and reusable for other jobs in U-boot. Signed-off-by: Jason Hobbs jason.ho...@calxeda.com --- changes in v2: - new

[U-Boot] [PATCH v3 1/7] Add generic, reusable menu code

2011-06-29 Thread Jason Hobbs
This will be used first by the pxecfg code, but is intended to be generic and reusable for other jobs in U-boot. Signed-off-by: Jason Hobbs jason.ho...@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 -