summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-06-07 21:17:45 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-06-12 13:11:29 +0000
commit758c1aecbaaa8b120b0203b6a5b106e3e599180d (patch)
tree92ef0eff02085dcbf0ff2bea420124ee49a46a60 /xyz/openbmc_project
parent2b4e459867d6b6693676c483958ec899be140316 (diff)
downloadphosphor-host-ipmid-758c1aecbaaa8b120b0203b6a5b106e3e599180d.tar.gz
phosphor-host-ipmid-758c1aecbaaa8b120b0203b6a5b106e3e599180d.zip
Return the heartbeat command if queue is empty
There are numerous valid situations where the host interface queue may be empty, but the host has an active SMS_ATN. In these cases, ipmid should not log an error and abort but instead just return a default command. The default will be the heartbeat command since its basically a noop to the host. Resolves openbmc/openbmc#1750 Change-Id: I810bb0368c2cbd4aa99b6cf20d29eeefc8b312cd Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'xyz/openbmc_project')
-rw-r--r--xyz/openbmc_project/Control/Internal/Host.errors.yaml3
-rw-r--r--xyz/openbmc_project/Control/Internal/Host.metadata.yaml3
2 files changed, 0 insertions, 6 deletions
diff --git a/xyz/openbmc_project/Control/Internal/Host.errors.yaml b/xyz/openbmc_project/Control/Internal/Host.errors.yaml
deleted file mode 100644
index 3c14863..0000000
--- a/xyz/openbmc_project/Control/Internal/Host.errors.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-- name: QueueEmpty
- description: The host response queue is empty and it should not be!
-
diff --git a/xyz/openbmc_project/Control/Internal/Host.metadata.yaml b/xyz/openbmc_project/Control/Internal/Host.metadata.yaml
deleted file mode 100644
index 3f0b852..0000000
--- a/xyz/openbmc_project/Control/Internal/Host.metadata.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-- name: QueueEmpty
- level: ERR
-
OpenPOWER on IntegriCloud