summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0010-Increase-the-default-watchdog-timeout-value.patch
blob: 39e01a7786ad0c3cb32184e620e3335f3933e256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From 9e5a1b2c28fcf31b395c11d899dd2e46e97a3cbe Mon Sep 17 00:00:00 2001
From: Yong Li <yong.b.li@linux.intel.com>
Date: Fri, 10 Aug 2018 16:23:13 +0800
Subject: [PATCH] Increase the default watchdog timeout value

The default timeout for poweron is 30 seconds,
but currently the host power on needs 120+ seconds
due to unimplemented ipmi commands for BIOS.

Increase the value as a workaround,
to avoid the watchdog timeout during power on.
Will adjust this value in the future

Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
---
 yaml/xyz/openbmc_project/State/Watchdog.interface.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml b/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml
index ac71e614..556dca10 100644
--- a/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml
@@ -37,7 +37,7 @@ properties:
       type: uint64
       description: >
           Time interval to arm the watchdog, in milli-second.
-      default: 30000
+      default: 600000
     - name: TimeRemaining
       type: uint64
       description: >
-- 
2.35.1