blob: c0cef1d5d43fe7e96d8910f664705090a73f1655 [file] [log] [blame]
Richard Marian Thomaiyar708723e2019-06-15 01:04:41 +05301description: >
2 Implement to specify a special mode of operation
3
4properties:
5 - name: SpecialMode
6 type: enum[self.Modes]
7 description: >
8 The special mode.
9
10enumerations:
11 - name: Modes
12 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050013 Possible modes available.
Richard Marian Thomaiyar708723e2019-06-15 01:04:41 +053014 values:
Patrick Williams8da396c2022-03-14 14:21:02 -050015 - name: None
16 description: >
17 BMC is under normal working condition.
18 - name: Manufacturing
19 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060020 Indicate that BMC is in manufacturing mode and is allowed to
21 perform any manufacturing related activity
Patrick Williams8da396c2022-03-14 14:21:02 -050022 - name: ValidationUnsecure
23 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060024 Indicate that BMC is in validation mode, and can execute any
25 special validation related commands