commit | 0f3a4a01ebafe93055069418c9d65cc7b1493b41 | [log] [tgz] |
---|---|---|
author | Fabien Chouteau <chouteau@adacore.com> | Mon Jan 24 12:56:52 2011 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Mon Jan 24 20:54:33 2011 +0000 |
tree | dc5668beb485753bc3695fb3c97a910d68d40b6a | |
parent | b835e919f022d768abdf00e8dc94f1a23fdcab15 [diff] |
SPARC: Emulation of GRLIB GPTimer This device exposes three parameters: - frequency (uint32) : The system frequency - irq-line (uint32) : IRQ line number for the first timer (others use irq-line + 1, irq-line + 2...) - nr-timers (uint32) : Number of timers Emulation of GrLib devices is base on the GRLIB IP Core User's Manual: http://www.gaisler.com/products/grlib/grip.pdf Signed-off-by: Fabien Chouteau <chouteau@adacore.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>