Re: [U-Boot] [PATCH 07/19] x86: Add TSC timer

2013-04-26 Thread Simon Glass
Hi Graeme, On Wed, Apr 17, 2013 at 8:03 PM, Graeme Russ wrote: > Hi Simon, > > > > On Thu, Apr 18, 2013 at 12:13 PM, Simon Glass wrote: >> >> This timer runs at a rate that can be calculated, well over 100MHz. It is >> ideal for accurate timing and does not need interrupt servicing. >> >> Tidy u

Re: [U-Boot] [PATCH 07/19] x86: Add TSC timer

2013-04-17 Thread Graeme Russ
Hi Simon, On Thu, Apr 18, 2013 at 12:13 PM, Simon Glass wrote: > > This timer runs at a rate that can be calculated, well over 100MHz. It is > ideal for accurate timing and does not need interrupt servicing. > > Tidy up some old broken and unneeded implementations at the same time. > > To provid