summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-07-30 23:17:27 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-08-02 09:27:01 -0400
commit3e657909cb6ff24bbd109813d573033f96da812a (patch)
tree03a23b1b10549eb7e51021f1f71caf84f65745b7 /xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml
parentdd70979b7cc4896360d853d89d5be48c64a3be9d (diff)
downloadphosphor-dbus-interfaces-3e657909cb6ff24bbd109813d573033f96da812a.tar.gz
phosphor-dbus-interfaces-3e657909cb6ff24bbd109813d573033f96da812a.zip
Add minimum ship level
Add a framework for describing minimum ship level configurations. Minimum ship level configurations could be useful to enable legacy hardware configurations in product development while still preventing manufacturing escapes of those legacy parts. Change-Id: I005a035ac824a3f966caee4582f0e3344cfa0bca Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml')
-rw-r--r--xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml b/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml
new file mode 100644
index 0000000..fff9c67
--- /dev/null
+++ b/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml
@@ -0,0 +1,16 @@
+description: >
+ 'An implementation may provide a single instance of
+ MinimumShipLevelRequired on
+ /xyz/openbmc_project/control/minimum_ship_level_required.
+
+ The definition of enforcement of this setting is implementation defined.'
+
+properties:
+ - name: MinimumShipLevelRequired
+ type: boolean
+ description: >
+ 'A user has requested that the implementation
+ specific requirements associated with minimum ship level
+ enforcement be applied when MinimumShipLevelRequired is true.'
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud