From 567fccaa33824c31df921f13e47a2893a28fb466 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 28 Jun 2017 06:49:40 -0700 Subject: 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 --- xyz/openbmc_project/State/Boot/Raw.interface.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 xyz/openbmc_project/State/Boot/Raw.interface.yaml (limited to 'xyz') 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. + -- cgit v1.2.1