Re: [U-Boot] [PATCH v2 6/7] Add bootgraph instrumentation for UBoot commands

2011-10-06 Thread Wolfgang Denk
Dear Andrew Murray, In message <1315658227-4388-6-git-send-email-amur...@theiet.org> you wrote: > From: Andrew Murray > > This patch adds bootgraph instrumentation for all U_BOOT_CMDs where the > HUSH parser is not used. The patch also adds instrumentation for the > common boot delay. > --- > Ch

Re: [U-Boot] [PATCH v2 6/7] Add bootgraph instrumentation for UBoot commands

2011-09-17 Thread Mike Frysinger
On Saturday, September 10, 2011 08:37:06 Andrew Murray wrote: > --- a/common/main.c > +++ b/common/main.c > > @@ -385,11 +385,11 @@ void main_loop (void) > run_command (s, 0); > # else > parse_string_outer(s, FLAG_PARSE_SEMICOLON | > - FL

[U-Boot] [PATCH v2 6/7] Add bootgraph instrumentation for UBoot commands

2011-09-10 Thread Andrew Murray
From: Andrew Murray This patch adds bootgraph instrumentation for all U_BOOT_CMDs where the HUSH parser is not used. The patch also adds instrumentation for the common boot delay. --- Changes for v2: - Use improved DO_INITCALL_RET macro Signed-off-by: Andrew Murray --- common/main.c |