On Tue, 16 Jun 2020, at 17:21, Philippe Mathieu-Daudé wrote: > The current implementation uses nano-second precision, while > the watchdog can not be more precise than a micro-second. What's the basis for this assertion? It's true for the AST2500 and AST2600, but the AST2400 can run the watchdog from either a 1MHz clock source or the APB clock (which must be at least 16.5MHz on palmetto). The reset state on the AST2400 configures the watchdog for the APB clock rate. The Linux driver will eventually configure the watchdog for 1MHz mode regardless so perhaps the AST2400 reset state is a bit of a corner case, but I feel the assertion should be watered down a bit? Andrew
- [PATCH 2/7] block/qcow2: Document cache_clean_inte... Philippe Mathieu-Daudé
- [PATCH 3/7] block/curl: Reduce timer precision to ... Philippe Mathieu-Daudé
- [PATCH 6/7] hw/ipmi/ipmi_bmc_extern: Reduce timer ... Philippe Mathieu-Daudé
- [PATCH 1/7] qemu-common: Briefly document qemu_tim... Philippe Mathieu-Daudé
- Re: [PATCH 1/7] qemu-common: Briefly document... Markus Armbruster
- Re: [PATCH 1/7] qemu-common: Briefly docu... Philippe Mathieu-Daudé
- [PATCH 4/7] hw/virtio/virtio-balloon: Rename timer... Philippe Mathieu-Daudé
- Re: [PATCH 4/7] hw/virtio/virtio-balloon: Ren... David Hildenbrand
- [PATCH 5/7] hw/rtc/m48t59: Reduce timer precision ... Philippe Mathieu-Daudé
- [PATCH 7/7] hw/watchdog/wdt_aspeed: Reduce timer p... Philippe Mathieu-Daudé
- Re: [PATCH 7/7] hw/watchdog/wdt_aspeed: Reduc... Andrew Jeffery
- Re: [PATCH 7/7] hw/watchdog/wdt_aspeed: R... Philippe Mathieu-Daudé
- Re: [PATCH 7/7] hw/watchdog/wdt_aspee... Andrew Jeffery
- Re: [PATCH 7/7] hw/watchdog/wdt_a... Philippe Mathieu-Daudé
- Re: [PATCH 7/7] hw/watchdog/... Andrew Jeffery
- Re: [PATCH 0/7] misc: Reduce QEMUTimer pressure by... Paolo Bonzini
- Re: [PATCH 0/7] misc: Reduce QEMUTimer pressu... Philippe Mathieu-Daudé
- Re: [PATCH 0/7] misc: Reduce QEMUTimer pr... Paolo Bonzini