summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/Boot/Source.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Control/Boot/Source.interface.yaml')
-rw-r--r--xyz/openbmc_project/Control/Boot/Source.interface.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Control/Boot/Source.interface.yaml b/xyz/openbmc_project/Control/Boot/Source.interface.yaml
new file mode 100644
index 0000000..ea811bd
--- /dev/null
+++ b/xyz/openbmc_project/Control/Boot/Source.interface.yaml
@@ -0,0 +1,26 @@
+description: >
+ Implement to designate the source of a boot image.
+
+properties:
+ - name: BootSource
+ type: enum[self.Sources]
+ description: >
+ The desired boot image source.
+
+enumerations:
+ - name: Sources
+ description: >
+ Possible sources of a boot image.
+ values:
+ - name: Disk
+ description: >
+ Boot from the local hard disk.
+ - name: ExternalMedia
+ description: >
+ Boot from CD/DVD/USB, etc.
+ - name: Network
+ description: >
+ Boot from a remote source over a network.
+ - name: Default
+ description: >
+ Boot from an implementation defined source.
OpenPOWER on IntegriCloud