summary refs log tree commit diff stats
path: root/hw/timer/ibex_timer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/timer: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/timer: Constify VMStateRichard Henderson2023-12-301-1/+1
* hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2022-09-071-11/+7
* hw: timer: ibex_timer: update/add reg addressWilfred Mallawa2022-01-211-1/+10
* hw: timer: ibex_timer: Fixup reading w/o registerWilfred Mallawa2022-01-211-9/+5
* hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis2021-09-211-5/+12
* hw/timer: Initial commit of Ibex TimerAlistair Francis2021-06-241-0/+305