Re: [U-Boot] [PATCH v2 0/21] Add tracing functionality to U-Boot

2013-06-26 Thread Tom Rini
On Tue, Jun 11, 2013 at 11:14:32AM -0700, Simon Glass wrote: This series adds a tracing feature to U-Boot which is useful for profiling boot time and other purposes. The core trace library relies on standard gcc function instrumentation and a microsecond timer which should work correctly on

[U-Boot] [PATCH v2 0/21] Add tracing functionality to U-Boot

2013-06-11 Thread Simon Glass
This series adds a tracing feature to U-Boot which is useful for profiling boot time and other purposes. The core trace library relies on standard gcc function instrumentation and a microsecond timer which should work correctly on almost any architecture. Generic board is used to avoid the need