blob: 6d9608a257a78e78e6dbfe31e306587d0d0c145f [file] [log] [blame]
Deepak Kodihalli4b271e12017-05-13 09:57:52 -05001description: >
2 Implement to set boot mode. The mode typically identifies
3 the end target of the boot process.
4
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.