From 88b0c27a8d359d992e97c6043207dd877370295e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 10 Nov 2025 15:16:38 +0000 Subject: T7101: Add support for hardware watchdog support via systemd --- interface-definitions/system_watchdog.xml.in | 70 ++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 interface-definitions/system_watchdog.xml.in (limited to 'interface-definitions') diff --git a/interface-definitions/system_watchdog.xml.in b/interface-definitions/system_watchdog.xml.in new file mode 100644 index 000000000..c651bc652 --- /dev/null +++ b/interface-definitions/system_watchdog.xml.in @@ -0,0 +1,70 @@ + + + + + + + Hardware watchdog configuration + 9999 + + + + + Kernel module to load for watchdog device (optional) + + txt + Module name (e.g. 'softdog', 'iTCO_wdt', 'sp5100_tco') + + + + + Module must be an available watchdog kernel driver module + + + + + Watchdog timeout for runtime in seconds (1-65535) + + u32:1-65535 + Seconds + + + + + Timeout must be between 1 and 65535 seconds + + 10 + + + + Watchdog timeout during shutdown in seconds (60-65535) + + u32:60-65535 + Seconds + + + + + Shutdown timeout must be between 60 and 65535 seconds + + 120 + + + + Watchdog timeout during reboot in seconds (60-65535) + + u32:60-65535 + Seconds + + + + + Reboot timeout must be between 60 and 65535 seconds + + 120 + + + + + + -- cgit v1.2.3