Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-31 Thread Simon Glass
Hi Wolfgang, On Wed, Mar 7, 2012 at 3:49 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ1JwBM=GSR87jU79zZzm0Xv2QCQbh5=vofrh-1b5y1...@mail.gmail.com you wrote: These patches haven't been merged yet. Yes - in fact these should go into 'next' I think. But first

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-07 Thread Wolfgang Denk
Dear Michael Walle, In message 201203062329.54956.mich...@walle.cc you wrote: This patches is superseded by [PATCH 1/2] Add run_command_list() to run a list of commands [PATCH 2/2] Allow newlines within command environment vars by Simon Glass. These patches haven't been merged yet.

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-07 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ1JwBM=GSR87jU79zZzm0Xv2QCQbh5=vofrh-1b5y1...@mail.gmail.com you wrote: These patches haven't been merged yet. Yes - in fact these should go into 'next' I think. But first I need to respond to Wolfgang's email on that series. See previous mail.

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-07 Thread Simon Glass
Hi Wolfgang, On Wed, Mar 7, 2012 at 3:49 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ1JwBM=GSR87jU79zZzm0Xv2QCQbh5=vofrh-1b5y1...@mail.gmail.com you wrote: These patches haven't been merged yet. Yes - in fact these should go into 'next' I think. But first

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-06 Thread Wolfgang Denk
Dear Michael Walle, In message 1326499314-8121-1-git-send-email-mich...@walle.cc you wrote: Introduce source_commands() which incorporates run_command2() and parts of source(). All command script are now treated the same, that is newlines are accepted within a command script and variable.

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-06 Thread Michael Walle
Hi Wolfgang, Am Dienstag 06 März 2012, 21:39:16 schrieb Wolfgang Denk: In message 1326499314-8121-1-git-send-email-mich...@walle.cc you wrote: Introduce source_commands() which incorporates run_command2() and parts of source(). All command script are now treated the same, that is

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-03-06 Thread Simon Glass
Hi, On Tue, Mar 6, 2012 at 2:29 PM, Michael Walle mich...@walle.cc wrote: Hi Wolfgang, Am Dienstag 06 März 2012, 21:39:16 schrieb Wolfgang Denk: In message 1326499314-8121-1-git-send-email-mich...@walle.cc you wrote: Introduce source_commands() which incorporates run_command2() and parts

[U-Boot] [PATCH v2] main: unify command parsing functions

2012-01-20 Thread Michael Walle
Introduce source_commands() which incorporates run_command2() and parts of source(). All command script are now treated the same, that is newlines are accepted within a command script and variable. Signed-off-by: Michael Walle mich...@walle.cc Cc: Wolfgang Denk w...@denx.de Cc: Mike Frysinger

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-01-20 Thread Michael Walle
Am Freitag 20 Januar 2012, 23:46:51 schrieb Michael Walle: Introduce source_commands() which incorporates run_command2() and parts of source(). All command script are now treated the same, that is newlines are accepted within a command script and variable. Signed-off-by: Michael Walle

Re: [U-Boot] [PATCH v2] main: unify command parsing functions

2012-01-20 Thread Simon Glass
Hi Michael, On Fri, Jan 20, 2012 at 3:37 PM, Michael Walle mich...@walle.cc wrote: Am Freitag 20 Januar 2012, 23:46:51 schrieb Michael Walle: Introduce source_commands() which incorporates run_command2() and parts of source(). All command script are now treated the same, that is newlines are

[U-Boot] [PATCH v2] main: unify command parsing functions

2012-01-13 Thread Michael Walle
Introduce source_commands() which incorporates run_command2() and parts of source(). All command script are now treated the same, that is newlines are accepted within a command script and variable. Signed-off-by: Michael Walle mich...@walle.cc Cc: Wolfgang Denk w...@denx.de Cc: Mike Frysinger