Re: [PATCH 1/1] sandbox: make sandbox system reset configurable

2022-10-19 Thread Simon Glass
Hi Heinrich, On Sun, 16 Oct 2022 at 01:27, Heinrich Schuchardt wrote: > > On 10/15/22 14:04, Michal Suchánek wrote: > > Hello, > > > > On Sat, Oct 15, 2022 at 10:39:19AM +0200, Heinrich Schuchardt wrote: > >> To test the watchdog system reset we need to disable the default sandbox > >> system

Re: [PATCH 1/1] sandbox: make sandbox system reset configurable

2022-10-16 Thread Heinrich Schuchardt
On 10/15/22 14:04, Michal Suchánek wrote: Hello, On Sat, Oct 15, 2022 at 10:39:19AM +0200, Heinrich Schuchardt wrote: To test the watchdog system reset we need to disable the default sandbox system reset. The following settings provide the reset command via watchdog on the sandbox:

Re: [PATCH 1/1] sandbox: make sandbox system reset configurable

2022-10-15 Thread Michal Suchánek
Hello, On Sat, Oct 15, 2022 at 10:39:19AM +0200, Heinrich Schuchardt wrote: > To test the watchdog system reset we need to disable the default sandbox > system reset. > > The following settings provide the reset command via watchdog on the > sandbox: > > CONFIG_WDT_GPIO=n >

[PATCH 1/1] sandbox: make sandbox system reset configurable

2022-10-15 Thread Heinrich Schuchardt
To test the watchdog system reset we need to disable the default sandbox system reset. The following settings provide the reset command via watchdog on the sandbox: CONFIG_WDT_GPIO=n CONFIG_WDT_SANDBOX=y CONFIG_SYSRESET_SANDBOX=n CONFIG_SYSRESET_WATCHDOG=y