summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/Boot/Mode.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Control/Boot/Mode.interface.yaml')
-rw-r--r--xyz/openbmc_project/Control/Boot/Mode.interface.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Control/Boot/Mode.interface.yaml b/xyz/openbmc_project/Control/Boot/Mode.interface.yaml
new file mode 100644
index 0000000..879ff76
--- /dev/null
+++ b/xyz/openbmc_project/Control/Boot/Mode.interface.yaml
@@ -0,0 +1,24 @@
+description: >
+ Implement to set boot mode. The mode typically identifies
+ the end target of the boot process.
+
+properties:
+ - name: BootMode
+ type: enum[self.Modes]
+ description: >
+ The desired boot mode.
+
+enumerations:
+ - name: Modes
+ description: >
+ Possible boot modes.
+ values:
+ - name: Regular
+ description: >
+ The regular/default mode, such as boot to an OS.
+ - name: Safe
+ description: >
+ Boot to a diagnostic/trouble-shooting mode.
+ - name: Setup
+ description: >
+ Boot to BIOS setup.
OpenPOWER on IntegriCloud