Re: [U-Boot] [PATCH v3 13/15] bootstage: Implement core microsecond boot time measurement

2012-03-19 Thread Wolfgang Denk
Dear Simon Glass, In message 1326590698-7767-14-git-send-email-...@chromium.org you wrote: This defines the basics of a new boot time measurement feature. This allows logging of very accurate time measurements as the boot proceeds, by using an available microsecond counter. To enable the

Re: [U-Boot] [PATCH v3 13/15] bootstage: Implement core microsecond boot time measurement

2012-03-19 Thread Simon Glass
Hi Wolfgang, On Mon, Mar 19, 2012 at 12:13 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1326590698-7767-14-git-send-email-...@chromium.org you wrote: This defines the basics of a new boot time measurement feature. This allows logging of very accurate time measurements

[U-Boot] [PATCH v3 13/15] bootstage: Implement core microsecond boot time measurement

2012-01-14 Thread Simon Glass
This defines the basics of a new boot time measurement feature. This allows logging of very accurate time measurements as the boot proceeds, by using an available microsecond counter. To enable the feature, define CONFIG_BOOTSTAGE in your board config file. Also available is