aboutsummaryrefslogtreecommitdiff
path: root/include/hw/timer
AgeCommit message (Expand)AuthorFilesLines
2021-09-21hw/timer: Add SiFive PWM supportAlistair Francis1-0/+62
2021-09-21hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis1-0/+2
2021-09-01arm: Remove system_clock_scale globalPeter Maydell1-22/+0
2021-09-01hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell1-0/+3
2021-09-01hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell1-0/+48
2021-09-01hw/timer/armv7m_systick: Add input clocksPeter Maydell1-0/+7
2021-09-01hw/timer/armv7m_systick: Add usual QEMU interface commentPeter Maydell1-0/+7
2021-06-24hw/timer: Initial commit of Ibex TimerAlistair Francis1-0/+52
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2021-03-08hw/timer/sse-timer: Model the SSE Subsystem System TimerPeter Maydell1-0/+53
2021-03-08hw/timer/sse-counter: Model the SSE Subsystem System CounterPeter Maydell1-0/+105
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell2-4/+0
2021-01-29hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell1-21/+0
2021-01-29hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell1-0/+3
2021-01-29hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell1-0/+9
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell1-2/+2
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu1-0/+1
2020-10-27hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell1-1/+2
2020-10-27hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu1-7/+41
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé1-2/+9
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé1-1/+1
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé1-1/+3
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost12-36/+12
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2-8/+2
2020-09-14hw/timer: Add NPCM7xx Timer device modelHavard Skinnemoen1-0/+78
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost18-35/+36
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost18-34/+67
2020-08-27i8254: Move PITCommonState/PITCommonClass typedefs to i8254.hEduardo Habkost2-4/+6
2020-08-27aspeed_timer: Fix ASPEED_TIMER macro definitionEduardo Habkost1-1/+1
2020-07-11hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik1-0/+94
2020-06-22hw/timer: RX62N compare match timer (CMT)Yoshinori Sato1-0/+40
2020-06-22hw/timer: RX62N 8-Bit timer (TMR)Yoshinori Sato1-0/+55
2020-06-22hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'Philippe Mathieu-Daudé1-0/+23
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster1-4/+5
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-11hw/timer/nrf51_timer: Display timer ID in trace eventsPhilippe Mathieu-Daudé1-0/+1
2019-10-25Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell7-305/+0
2019-10-25hw/timer/bcm2835: Add the BCM2835 SYS_timerPhilippe Mathieu-Daudé1-0/+33
2019-10-24hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-30/+0
2019-10-24hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-92/+0
2019-10-24hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+0
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-32/+0
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2-104/+0
2019-10-24hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-46/+0
2019-10-15aspeed/timer: Add support for IRQ status register on the AST2600Cédric Le Goater1-0/+1
2019-10-15aspeed/timer: Add AST2600 supportCédric Le Goater1-0/+1
2019-10-15aspeed/timer: Add support for control register 3Cédric Le Goater1-0/+1
2019-10-15aspeed/timer: Introduce an object class per SoCCédric Le Goater1-0/+15
2019-10-15hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell1-1/+0