qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/8] tiva c watchdog timers implementation


From: Peter Maydell
Subject: Re: [PATCH 5/8] tiva c watchdog timers implementation
Date: Thu, 8 Jun 2023 15:05:27 +0100

On Wed, 17 May 2023 at 09:14, Mohamed ElSayed <m.elsayed4420@gmail.com> wrote:
>
> Signed-off-by: Mohamed ElSayed <m.elsayed4420@gmail.com>
> ---
>  hw/watchdog/tm4c123_watchdog.c         | 297 +++++++++++++++++++++++++
>  hw/watchdog/trace-events               |   3 +
>  include/hw/watchdog/tm4c123_watchdog.h |  97 ++++++++
>  3 files changed, 397 insertions(+)
>  create mode 100644 hw/watchdog/tm4c123_watchdog.c
>  create mode 100644 include/hw/watchdog/tm4c123_watchdog.h

This one's just a variant of TYPE_LUMINARY_WATCHDOG,
which you can find in hw/watchdog/cmsdk-apb-watchdog.c.
Probably you only need to add a new variant with
the ID register values different. You want the
"is_luminary == true" behaviour in this variant.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]