summaryrefslogtreecommitdiffstats
path: root/hw/timer/ibex_timer.c
Commit message (Collapse)AuthorAgeFilesLines
* hw/timer: Initial commit of Ibex TimerAlistair Francis2021-06-241-0/+305
Add support for the Ibex timer. This is used with the RISC-V mtime/mtimecmp similar to the SiFive CLINT. We currently don't support changing the prescale or the timervalue. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Message-id: 716fdea2244515ce86a2c46fe69467d013c03147.1624001156.git.alistair.francis@wdc.com