Re: [U-Boot] [PATCH v5 01/13] Add generic, reusable menu code

2011-10-17 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1314805054-16250-2-git-send-email-jason.ho...@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.ho...@calxeda.com --- changes in v2: - new in

[U-Boot] [PATCH v5 01/13] Add generic, reusable menu code

2011-08-31 Thread Jason Hobbs
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.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 -