On 5/23/07, Paul Brook <[EMAIL PROTECTED]> wrote:
I get fed up of having to re-implement a simple countdown timer for every new board, so I've added a simple periodic timer implementation to cvs (ptimer.c). Currently only the Arm PrimeCell based boards use this, but I've a few other uses in the pipeline.
Nice idea! On Sparc the timer can be configured to work in 64-bit mode, so could the ptimer_get/set_count be changed to use 64-bit values?