Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Simon Glass
Hi Mike, On Fri, Oct 28, 2011 at 6:05 PM, Mike Frysinger wrote: > On Sat, Oct 29, 2011 at 02:57, Simon Glass wrote: >> On Fri, Oct 28, 2011 at 5:50 PM, Mike Frysinger wrote: >>> On Sat, Oct 29, 2011 at 02:43, Simon Glass wrote: I am not going to get back to sandbox for a few weeks now - my n

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Mike Frysinger
On Sat, Oct 29, 2011 at 02:57, Simon Glass wrote: > On Fri, Oct 28, 2011 at 5:50 PM, Mike Frysinger wrote: >> On Sat, Oct 29, 2011 at 02:43, Simon Glass wrote: >>> I am not going to get back to sandbox for a few weeks now - my next >>> task is to get it booting from simulated SPI/MMC and see what t

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Simon Glass
Hi Mike, On Fri, Oct 28, 2011 at 5:50 PM, Mike Frysinger wrote: > On Sat, Oct 29, 2011 at 02:43, Simon Glass wrote: >> On Wed, Oct 26, 2011 at 11:16 PM, Mike Frysinger wrote: >>> On Wed, Oct 26, 2011 at 18:54, Simon Glass wrote: This adds simple command-line parssing to sandbox. The idea is

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Mike Frysinger
On Sat, Oct 29, 2011 at 02:43, Simon Glass wrote: > On Wed, Oct 26, 2011 at 11:16 PM, Mike Frysinger wrote: >> On Wed, Oct 26, 2011 at 18:54, Simon Glass wrote: >>> This adds simple command-line parssing to sandbox. The idea is that it >>> sets up the state with options provided, and this state can

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-28 Thread Simon Glass
Hi Mike, On Wed, Oct 26, 2011 at 11:16 PM, Mike Frysinger wrote: > On Wed, Oct 26, 2011 at 18:54, Simon Glass wrote: >> This adds simple command-line parssing to sandbox. The idea is that it >> sets up the state with options provided, and this state can then be >> queried as needed later. > > i'm

Re: [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-26 Thread Mike Frysinger
On Wed, Oct 26, 2011 at 18:54, Simon Glass wrote: > This adds simple command-line parssing to sandbox. The idea is that it > sets up the state with options provided, and this state can then be > queried as needed later. i'm not seeing the usefulness of the "state" code > +               "\t-c \tE

[U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

2011-10-26 Thread Simon Glass
This adds simple command-line parssing to sandbox. The idea is that it sets up the state with options provided, and this state can then be queried as needed later. Signed-off-by: Simon Glass --- arch/sandbox/cpu/Makefile |2 +- arch/sandbox/cpu/parse.c | 67 +++