summaryrefslogtreecommitdiffstats
path: root/org/open_power
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-09-26 10:35:26 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-02 01:53:56 +0000
commit2ed0abbd4eea5833502d4720b26cd114e7b0e1e9 (patch)
tree60b9ab420219aebd34567b30f00e3ceda4c2e3c0 /org/open_power
parenta86aaa9036730203b85666955dcb065ccf044f59 (diff)
downloadopenpower-dbus-interfaces-2ed0abbd4eea5833502d4720b26cd114e7b0e1e9.tar.gz
openpower-dbus-interfaces-2ed0abbd4eea5833502d4720b26cd114e7b0e1e9.zip
Add FSI device driver scan errors
Add errors for when the FSI device driver master and hub scans fail. This does not refer to the scan operation that scans rings out of the chip. The master scan fail has a callout to indicate the master processor failed, while the hub scan does not because currently it cannot be isolated at all. Change-Id: I4a14af71c03924c000663ce271465127e15aad19 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'org/open_power')
-rw-r--r--org/open_power/Proc/FSI.errors.yaml5
-rw-r--r--org/open_power/Proc/FSI.metadata.yaml8
2 files changed, 13 insertions, 0 deletions
diff --git a/org/open_power/Proc/FSI.errors.yaml b/org/open_power/Proc/FSI.errors.yaml
new file mode 100644
index 0000000..0332e0c
--- /dev/null
+++ b/org/open_power/Proc/FSI.errors.yaml
@@ -0,0 +1,5 @@
+- name: MasterDetectionFailure
+ description: Failed while detecting the master processor
+
+- name: SlaveDetectionFailure
+ description: Failed while detecting the slave processors
diff --git a/org/open_power/Proc/FSI.metadata.yaml b/org/open_power/Proc/FSI.metadata.yaml
new file mode 100644
index 0000000..6a202f3
--- /dev/null
+++ b/org/open_power/Proc/FSI.metadata.yaml
@@ -0,0 +1,8 @@
+- name: MasterDetectionFailure
+ inherits:
+ - xyz.openbmc_project.Common.Callout.Device
+
+- name: SlaveDetectionFailure
+ meta:
+ - str: "ERRNO=%d"
+ type: int32
OpenPOWER on IntegriCloud