]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/timer: Initial commit of Ibex Timer
authorAlistair Francis <alistair.francis@wdc.com>
Fri, 18 Jun 2021 07:27:54 +0000 (17:27 +1000)
committerAlistair Francis <alistair.francis@wdc.com>
Thu, 24 Jun 2021 12:00:12 +0000 (05:00 -0700)
commitdf41cbd6bfa55dc3e69834f4402dbf776062c26e
tree5f8c06787125e59d9c3dabb1a59dc3dd7c6853fa
parentbdc36ce649e2985225fcf9ab4958698fcafb04e9
hw/timer: Initial commit of Ibex Timer

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
MAINTAINERS
hw/timer/ibex_timer.c [new file with mode: 0644]
hw/timer/meson.build
include/hw/timer/ibex_timer.h [new file with mode: 0644]