Re: [U-Boot] [PATCH] CONFIG_PRINT_TIME: Measuring boot time.

2009-03-06 Thread Benoit Monin
> De : "Wolfgang Denk" > > Dear Benoit Monin, > > In message <13935170.21001.1236183410521.javamail@wwinf8202> you wrote: > > > > This option prefixes every console line with the time in seconds since > > power-up. It is inspired by the Linux kernel option PRINTK_TIME and uses > > the same o

Re: [U-Boot] [PATCH] CONFIG_PRINT_TIME: Measuring boot time.

2009-03-05 Thread Wolfgang Denk
Dear Benoit Monin, In message <13935170.21001.1236183410521.javamail@wwinf8202> you wrote: > > This option prefixes every console line with the time in seconds since > power-up. It is inspired by the Linux kernel option PRINTK_TIME and uses > the same output format. Thanks, but I reject this

Re: [U-Boot] [PATCH] CONFIG_PRINT_TIME: Measuring boot time.

2009-03-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:17 Thu 05 Mar , Benoit Monin wrote: >De : "Jean-Christophe PLAGNIOL-VILLARD" > >Hi Jean-Christophe, > >Thanks for your answer. >> On 17:16 Wed 04 Mar , Benoit Monin wrote: >> > >[..SNIP..] >> > - if (gd->flags & GD_FLG_DEVINIT) { >> > - /* Send to the sta

Re: [U-Boot] [PATCH] CONFIG_PRINT_TIME: Measuring boot time.

2009-03-05 Thread Benoit Monin
De : "Jean-Christophe PLAGNIOL-VILLARD" Hi Jean-Christophe, Thanks for your answer. > On 17:16 Wed 04 Mar , Benoit Monin wrote: > > [..SNIP..] > > - if (gd->flags & GD_FLG_DEVINIT) { > > - /* Send to the standard output */ > > - fputc(stdout, c); > > - } else { > > -

Re: [U-Boot] [PATCH] CONFIG_PRINT_TIME: Measuring boot time.

2009-03-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:16 Wed 04 Mar , Benoit Monin wrote: > > This option prefixes every console line with the time in seconds since > power-up. It is inspired by the Linux kernel option PRINTK_TIME and uses > the same output format. > > It can be used to measure the time taken by U-Boot to boot the kernel o

[U-Boot] [PATCH] CONFIG_PRINT_TIME: Measuring boot time.

2009-03-04 Thread Benoit Monin
This option prefixes every console line with the time in seconds since power-up. It is inspired by the Linux kernel option PRINTK_TIME and uses the same output format. It can be used to measure the time taken by U-Boot to boot the kernel or application. For example: [0.003532] U-Boot 2009.03