All of lore.kernel.org
 help / color / mirror / Atom feed
* u-boot leaves watchdog enabled by default
@ 2020-09-15  7:26 Michael Walle
  2020-09-15  7:44 ` Rayagonda Kokatanur
  0 siblings, 1 reply; 19+ messages in thread
From: Michael Walle @ 2020-09-15  7:26 UTC (permalink / raw)
  To: u-boot

Hi Stefan,

it appears that since commit 06985289d45 ("watchdog: Implement generic 
watchdog_reset() version") - by default - the first watchdog is started 
unconditionally if CONFIG_WDT is set but never stopped before booting 
the operating system.

Shouldn't it also be stopped uncondionally? What's worse is that on one 
board/arch the watchdog is stopped in arch_preboot_os() which is never 
called in the bootefi case. So even if I'd do a workaround and stop it 
manually in my board code, I couldn't do that consistently for 
bootm/bootefi.

Or am I missing something here?

The SoC on my board has a built-in watchdog and I've noticed this 
behaviour when I was trying to install debian via its stock installer 
which doesn't have any driver support for it.

-michael

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-09-22 15:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15  7:26 u-boot leaves watchdog enabled by default Michael Walle
2020-09-15  7:44 ` Rayagonda Kokatanur
2020-09-15  7:54   ` Michael Walle
2020-09-15 10:44     ` Chris Packham
2020-09-21  9:01       ` Stefan Roese
2020-09-21 17:30         ` Tom Rini
2020-09-21 18:29           ` Heinrich Schuchardt
2020-09-21 18:50             ` Tom Rini
2020-09-21 20:56               ` Michael Walle
2020-09-21 21:10                 ` Chris Packham
2020-09-22  0:52                 ` Heinrich Schuchardt
2020-09-22  1:18                 ` Tom Rini
2020-09-22  6:59                   ` Michael Walle
2020-09-22 12:36                     ` Tom Rini
2020-09-22 13:18                       ` Michael Walle
2020-09-22 14:41                         ` Tom Rini
2020-09-22 15:41                           ` Michael Walle
2020-09-22 15:55                             ` Tom Rini
2020-09-21 20:41         ` Michael Walle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.