blob: a80758574cd81c82f096fedb49bcccc8d424119c [file] [log] [blame]
Deepak Kodihalli4b271e12017-05-13 09:57:52 -05001description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 Implement to set boot mode. The mode typically identifies the end target of
3 the boot process.
Deepak Kodihalli4b271e12017-05-13 09:57:52 -05004
5properties:
6 - name: BootMode
7 type: enum[self.Modes]
8 description: >
9 The desired boot mode.
10
11enumerations:
12 - name: Modes
13 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050014 Possible boot modes.
Deepak Kodihalli4b271e12017-05-13 09:57:52 -050015 values:
Patrick Williams8da396c2022-03-14 14:21:02 -050016 - name: Regular
17 description: >
18 The regular/default mode, such as boot to an OS.
19 - name: Safe
20 description: >
21 Boot to a diagnostic/trouble-shooting mode.
22 - name: Setup
23 description: >
24 Boot to BIOS setup.