1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-13 05:56:28 +02:00
- nuvoton: add expire function for generic reset (Jim)
- handle watchdogs during keyed autoboot (Rasmus)
- cyclic: Don't disable cylic function upon exceeding CPU time (Stefan)
- ulp wdog: Updates to support iMX93 and DM (Alice)
This commit is contained in:
Tom Rini
2022-10-26 07:45:55 -04:00
14 changed files with 303 additions and 44 deletions

View File

@@ -6,7 +6,8 @@ Optional properties:
be used instead.
- hw_margin_ms : Period used to reset the watchdog in ms
If this period is not defined, the default value is 1000.
- u-boot,noautostart : Specify that this watchdog should not autostart
When the config option WATCHDOG_AUTOSTART is set, all enabled
watchdogs are started. This property allows specifying that this
watchdog should NOT be started.
- u-boot,noautostart :
- u-boot,autostart : These (mutually exclusive) boolean properties can be used to control
whether the watchdog is automatically started when probed. If neither
are present, the behaviour is determined by the config option
WATCHDOG_AUTOSTART.