aboutsummaryrefslogtreecommitdiff
path: root/include/hw/timer
AgeCommit message (Expand)Author
2020-10-27hw/timer/armv7m_systick: Rewrite to use ptimerspull-target-arm-20201027-1Peter Maydell
2020-10-27hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-14hw/timer: Add NPCM7xx Timer device modelHavard Skinnemoen
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27i8254: Move PITCommonState/PITCommonClass typedefs to i8254.hEduardo Habkost
2020-08-27aspeed_timer: Fix ASPEED_TIMER macro definitionEduardo Habkost
2020-07-11hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik
2020-06-22hw/timer: RX62N compare match timer (CMT)Yoshinori Sato
2020-06-22hw/timer: RX62N 8-Bit timer (TMR)Yoshinori Sato
2020-06-22hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'Philippe Mathieu-Daudé
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-11hw/timer/nrf51_timer: Display timer ID in trace eventsPhilippe Mathieu-Daudé
2019-10-25Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-10-25hw/timer/bcm2835: Add the BCM2835 SYS_timerPhilippe Mathieu-Daudé
2019-10-24hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-15aspeed/timer: Add support for IRQ status register on the AST2600Cédric Le Goater
2019-10-15aspeed/timer: Add AST2600 supportCédric Le Goater
2019-10-15aspeed/timer: Add support for control register 3Cédric Le Goater
2019-10-15aspeed/timer: Introduce an object class per SoCCédric Le Goater
2019-10-15hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-07-15pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell
2019-07-01hw: timer: Add ASPEED RTC deviceJoel Stanley
2019-06-12Supply missing header guardsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-23arm: Move system_clock_scale to armv7m_systick.hPeter Maydell
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster
2019-02-21hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell
2019-01-07hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz
2018-12-11qom: make interface types abstractMarc-André Lureau
2018-09-25aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater
2018-08-24hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer modulePeter Maydell
2018-06-26aspeed/timer: use the APB frequency from the SCUpull-target-arm-20180626Cédric Le Goater