summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-06-28 06:49:40 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-06 14:09:25 +0000
commit567fccaa33824c31df921f13e47a2893a28fb466 (patch)
tree5b8ba313b7a06df96b76d426d45089ff98b9cc93 /xyz
parentc08b47148e25c20989c1956688678768bff24fd0 (diff)
downloadphosphor-dbus-interfaces-567fccaa33824c31df921f13e47a2893a28fb466.tar.gz
phosphor-dbus-interfaces-567fccaa33824c31df921f13e47a2893a28fb466.zip
Create State.Boot.Raw interface
Provide an interface for broadcasting POST codes on the dbus. This allows one consumer on the device while allowing anyone listening to receive the data and perform an action. Change-Id: I3c7bf6afb77be7ce49198e394547ddf8d9153de6 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/State/Boot/Raw.interface.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/xyz/openbmc_project/State/Boot/Raw.interface.yaml b/xyz/openbmc_project/State/Boot/Raw.interface.yaml
new file mode 100644
index 0000000..9b90541
--- /dev/null
+++ b/xyz/openbmc_project/State/Boot/Raw.interface.yaml
@@ -0,0 +1,9 @@
+description: >
+ Implement to provide the Power-On Self Test codes from the host.
+
+properties:
+ - name: Value
+ type: uint64
+ description: >
+ The POST code value.
+
OpenPOWER on IntegriCloud