[PATCH v2 4/4] wdt_z069: Add support for MEN 16z069 Watchdog

2023-04-06 Thread Johannes Thumshirn
Add 16z069 Watchdog over MEN Chameleon BUS emulation. Signed-off-by: Johannes Thumshirn --- hw/watchdog/Kconfig | 5 + hw/watchdog/meson.build | 1 + hw/watchdog/wdt_z069.c | 218 3 files changed, 224 insertions(+) create mode 100644 hw/watchdog

[Qemu-devel] [RESEND PATCH v2 4/4] wdt_z069: Add support for MEN 16z069 Watchdog

2018-09-10 Thread Johannes Thumshirn
Add 16z069 Watchdog over MEN Chameleon BUS emulation. Signed-off-by: Johannes Thumshirn --- hw/watchdog/Makefile.objs | 1 + hw/watchdog/wdt_z069.c| 215 ++ 2 files changed, 216 insertions(+) create mode 100644 hw/watchdog/wdt_z069.c diff --git

[Qemu-devel] [PATCH v2 4/4] wdt_z069: Add support for MEN 16z069 Watchdog

2018-08-09 Thread Johannes Thumshirn
Add 16z069 Watchdog over MEN Chameleon BUS emulation. Signed-off-by: Johannes Thumshirn --- hw/watchdog/Makefile.objs | 1 + hw/watchdog/wdt_z069.c| 215 ++ 2 files changed, 216 insertions(+) create mode 100644 hw/watchdog/wdt_z069.c diff --git