blob: d7e66abd2ed3115f9192567ddf8731a8aa806193 [file] [log] [blame]
George Hung230aee72020-07-09 22:22:22 +08001From b7c487750c05dcc081219ccdd4ef539beef6aa30 Mon Sep 17 00:00:00 2001
2From: Ren Yu <yux.ren@intel.com>
3Date: Mon, 29 Jul 2019 10:51:12 +0800
4Subject: [PATCH] Add PreInterruptFlag properity in DBUS.
5
6PreTimeoutInterruptOccurFlag in DBUS would be set 'true'
7when watchdog pre-timeout interrupt occurred.
8
9Tested:
10Enable command(raw 0x06 0x31) that get message flag
11can set right bit about watchdog,
12need record PreTimeoutInterruptOccurFlag
13at xyz.openbmmc_project.State.Watchdog when watchdog
14pre-timeout interrupt occurred.
15
16Signed-off-by: Ren Yu <yux.ren@intel.com>
17---
18 xyz/openbmc_project/State/Watchdog.interface.yaml | 5 +++++
19 1 file changed, 5 insertions(+)
20
21diff --git a/xyz/openbmc_project/State/Watchdog.interface.yaml b/xyz/openbmc_project/State/Watchdog.interface.yaml
22index bf4cca0..6579368 100644
23--- a/xyz/openbmc_project/State/Watchdog.interface.yaml
24+++ b/xyz/openbmc_project/State/Watchdog.interface.yaml
25@@ -59,6 +59,11 @@ properties:
26 description: >
27 The timer user at the time of expiration.
28 default: 'Reserved'
29+ - name: PreTimeoutInterruptOccurFlag
30+ type: boolean
31+ description: >
32+ PreTimeoutInterruptOccurFlag that preTimeoutInterrupt action occurred.
33+ default: false
34
35 enumerations:
36 - name: Action
37--
382.7.4
39