aboutsummaryrefslogtreecommitdiff
path: root/hw/watchdog/wdt_aspeed.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-16aspeed: Change the "scu" property definitionCédric Le Goater1-9/+8
2019-12-16watchdog/aspeed: Fix AST2600 frequency behaviourJoel Stanley1-4/+17
2019-12-16watchdog/aspeed: Improve watchdog timeout messageJoel Stanley1-1/+2
2019-10-15hw: wdt_aspeed: Add AST2600 supportJoel Stanley1-0/+29
2019-10-15watchdog/aspeed: Introduce an object class per SoCCédric Le Goater1-57/+65
2019-10-15aspeed/wdt: Check correct register for clock sourceAmithash Prasad1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-01aspeed: Link SCU to the watchdogJoel Stanley1-0/+20
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2017-10-12watchdog/aspeed: fix variable type to store reload valueCédric Le Goater1-2/+2
2017-09-04watchdog: wdt_aspeed: Add support for the reset width registerAndrew Jeffery1-11/+82
2017-02-07wdt: Add Aspeed watchdog device modelCédric Le Goater1-0/+225