Re: [U-Boot] [PATCH v2 4/6] Add generic, reusable menu code

2011-06-24 Thread Jason Hobbs
On Thu, Jun 23, 2011 at 10:03:12PM +0200, Wolfgang Denk wrote: Dear Jason Hobbs, Is this all new code, or was it copied from some other project? If so, reference would be needed. All new code. Then, we need documentation how this is going to be used. Please add a README with documentation

Re: [U-Boot] [PATCH v2 4/6] Add generic, reusable menu code

2011-06-24 Thread Wolfgang Denk
Dear Jason Hobbs, In message 20110624202511.GA18667@jhobbs-laptop you wrote: On Thu, Jun 23, 2011 at 10:03:12PM +0200, Wolfgang Denk wrote: Dear Jason Hobbs, Is this all new code, or was it copied from some other project? If so, reference would be needed. All new code. Then, we

[U-Boot] [PATCH v2 4/6] Add generic, reusable menu code

2011-06-23 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 common/Makefile |1 + common/menu.c | 338

Re: [U-Boot] [PATCH v2 4/6] Add generic, reusable menu code

2011-06-23 Thread Wolfgang Denk
Dear Jason Hobbs, In message 1308853655-12407-5-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