Re: [PATCH v2 2/2] sandbox: fix sandbox_wdt_expire_now()

2021-11-13 Thread Simon Glass
On Tue, 2 Nov 2021 at 12:44, Heinrich Schuchardt wrote: > > With CONFIG_SYSRESET_WATCHDOG=y the sandbox can use a watchdog based system > reset. > > To make this work calling sandbox_wdt_expire_now() must lead to a reset. > > With this change we can test the development suggested in > > [PATCH 0

Re: [PATCH v2 2/2] sandbox: fix sandbox_wdt_expire_now()

2021-11-04 Thread Simon Glass
On Tue, 2 Nov 2021 at 12:44, Heinrich Schuchardt wrote: > > With CONFIG_SYSRESET_WATCHDOG=y the sandbox can use a watchdog based system > reset. > > To make this work calling sandbox_wdt_expire_now() must lead to a reset. > > With this change we can test the development suggested in > > [PATCH 0

[PATCH v2 2/2] sandbox: fix sandbox_wdt_expire_now()

2021-11-02 Thread Heinrich Schuchardt
With CONFIG_SYSRESET_WATCHDOG=y the sandbox can use a watchdog based system reset. To make this work calling sandbox_wdt_expire_now() must lead to a reset. With this change we can test the development suggested in [PATCH 0/4] Improved sysreset/watchdog uclass integration https://lists.denx.d