Re: [U-Boot] [PATCH 08/16] timer: Provide an early timer

2016-02-22 Thread Simon Glass
Hi Bin, On 16 February 2016 at 02:21, Bin Meng wrote: > Hi Simon, > > On Mon, Feb 15, 2016 at 9:36 AM, Simon Glass wrote: >> In some cases the timer must be accessible before driver model is active. >> Examples include when using CONFIG_TRACE to trace U-Boot's execution before >> driver model is

Re: [U-Boot] [PATCH 08/16] timer: Provide an early timer

2016-02-16 Thread Bin Meng
Hi Simon, On Mon, Feb 15, 2016 at 9:36 AM, Simon Glass wrote: > In some cases the timer must be accessible before driver model is active. > Examples include when using CONFIG_TRACE to trace U-Boot's execution before > driver model is set up. Enable this option to use an early timer. These > funct