blob: 9e17801fe215e9cb9dc1f35fdb06a95403cad747 [file] [log] [blame]
Chris Cain78f31032022-10-20 12:03:57 -05001description: >
2 Implement to specify the power cap limits
3
4properties:
5 - name: MinPowerCapValue
6 type: uint32
7 flags:
8 - readonly
9 default: 0
10 description: The Minimum supported PowerCap setting.
11
12 - name: MaxPowerCapValue
13 type: uint32
14 flags:
15 - readonly
16 default: maxint
17 description: The Maximum supported PowerCap setting.
18
19 - name: MinSoftPowerCapValue
20 type: uint32
21 flags:
22 - readonly
23 default: 0
24 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060025 Minimum supported soft user PowerCap setting. The min soft user
26 PowerCap value is normally less than or equal to the MinPowerCapValue.
27 When the PowerCap is set to any value between MinSoftPowerCapValue and
28 MinPowerCapValue an attempt will be made to maintain the cap but it
29 will not be guaranted.