blob: d2b24d5637621ff62291d05f48259757626b5791 [file] [log] [blame]
Jonathan Doman1d4979c2020-09-10 16:32:04 -07001description: >
2 Processor power and frequency configuration settings.
3properties:
4 - name: AppliedConfig
5 type: object_path
6 description: Path to currently selected configuration.
Jonathan Doman15eeb502020-10-26 21:38:53 -07007 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -05008 # Indicate that the set object_path is not a valid associated
9 # OperatingConfig.
10 - xyz.openbmc_project.Common.Error.InvalidArgument
11 # Indicate that this property is permanently unable to be changed.
12 - xyz.openbmc_project.Common.Error.NotAllowed
13 # Indicate that this property is temporarily unable to be changed.
14 - xyz.openbmc_project.Common.Error.Unavailable
15 # Indicate a failure to apply changes to the processor.
16 - xyz.openbmc_project.Common.Device.Error.WriteFailure
Jonathan Doman1d4979c2020-09-10 16:32:04 -070017 - name: BaseSpeedPriorityEnabled
18 type: boolean
19 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050020 Whether base speed prioritization is enabled in the currently selected
21 configuration.
Jonathan Doman15eeb502020-10-26 21:38:53 -070022 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050023 # Indicate that this property is permanently unable to be changed.
24 - xyz.openbmc_project.Common.Error.NotAllowed
25 # Indicate that this property is temporarily unable to be changed.
26 - xyz.openbmc_project.Common.Error.Unavailable
27 # Indicate a failure to apply changes to the processor.
28 - xyz.openbmc_project.Common.Device.Error.WriteFailure