]> git.proxmox.com Git - mirror_qemu.git/commit
hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.
authorTommy Wu <tommy.wu@sifive.com>
Tue, 27 Jun 2023 14:12:14 +0000 (07:12 -0700)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 10 Jul 2023 12:29:14 +0000 (22:29 +1000)
commitbf01a04f5fbb4c22ac861a76fdc4c7a74247e44b
tree7e669b719b602d2e8765f202eb08626740331480
parent11b937b65256537cff74fe731a96465f8d0c2d88
hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.

The watchdog timer is in the always-on domain device of HiFive 1 rev b,
so this patch added the AON device to the sifive_e machine. This patch
only implemented the functionality of the watchdog timer.

Signed-off-by: Tommy Wu <tommy.wu@sifive.com>
Reviewed-by: Frank Chang <frank.chang@sifive.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20230627141216.3962299-2-tommy.wu@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/misc/Kconfig
hw/misc/meson.build
hw/misc/sifive_e_aon.c [new file with mode: 0644]
include/hw/misc/sifive_e_aon.h [new file with mode: 0644]