[PATCH 1/4] hw/watchdog: wdt_ibex_aon.c: Implement the watchdog for the OpenTitan

2022-09-01 Thread Tyler Ng
This commit adds most of an implementation of the OpenTitan Always-On Timer. The documentation for this timer is found here: https://docs.opentitan.org/hw/ip/aon_timer/doc/ The implementation includes most of the watchdog features; it does not implement the wakeup timer. An important note: the O

Re: [PATCH 1/4] hw/watchdog: wdt_ibex_aon.c: Implement the watchdog for the OpenTitan

2022-09-22 Thread Alistair Francis
On Fri, Sep 9, 2022 at 8:04 AM Tyler Ng wrote: > > > > On Thu, Sep 8, 2022 at 4:52 AM Alistair Francis wrote: >> >> On Fri, Sep 2, 2022 at 3:29 AM Tyler Ng wrote: >> > >> > This commit adds most of an implementation of the OpenTitan Always-On >> > Timer. The documentation for this timer is found

Re: [PATCH 1/4] hw/watchdog: wdt_ibex_aon.c: Implement the watchdog for the OpenTitan

2022-09-08 Thread Alistair Francis
On Fri, Sep 2, 2022 at 3:29 AM Tyler Ng wrote: > > This commit adds most of an implementation of the OpenTitan Always-On > Timer. The documentation for this timer is found here: > > https://docs.opentitan.org/hw/ip/aon_timer/doc/ > > The implementation includes most of the watchdog features; it do

Re: [PATCH 1/4] hw/watchdog: wdt_ibex_aon.c: Implement the watchdog for the OpenTitan

2022-09-08 Thread Tyler Ng
On Thu, Sep 8, 2022 at 4:52 AM Alistair Francis wrote: > On Fri, Sep 2, 2022 at 3:29 AM Tyler Ng wrote: > > > > This commit adds most of an implementation of the OpenTitan Always-On > > Timer. The documentation for this timer is found here: > > > > https://docs.opentitan.org/hw/ip/aon_timer/doc/