blob: f3e835e84b3225c3c6351d27a677e49796e307ef [file] [log] [blame]
Chris Cain33458d42021-04-21 11:18:28 -05001description: >
2 Customer requested system power mode.
3
4properties:
5 - name: PowerMode
6 type: enum[self.PowerMode]
7 description: >
8 This property shall contain the computer system power mode setting.
9 This defines the processor speed based on the priority of power
10 consumption and performance.
11
12enumerations:
13 - name: PowerMode
14 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050015 Possible Power Mode settings
Chris Cain33458d42021-04-21 11:18:28 -050016 values:
Patrick Williams8da396c2022-03-14 14:21:02 -050017 - name: Static
18 description: >
19 This value shall indicate the system performs at a static base
20 speed.
21 - name: PowerSaving
22 description: >
23 This value shall indicate the system performs at reduced speeds
24 to save power. This mode should be used when power saving is the
25 top priority.
26 - name: MaximumPerformance
27 decription: >
28 This value shall indicate the system performs at the highest
29 speeds possible. This mode should be used when performance is
30 the top priority.
31 - name: OEM
32 description: >
33 This value shall indicate the system performs at an OEM-defined
34 power mode.