1*b1b4d261SWilliam A. Kennington IIIdescription: >
2*b1b4d261SWilliam A. Kennington III    Processor power and frequency configuration settings.
3*b1b4d261SWilliam A. Kennington IIIproperties:
4*b1b4d261SWilliam A. Kennington III    - name: AppliedConfig
5*b1b4d261SWilliam A. Kennington III      type: object_path
6*b1b4d261SWilliam A. Kennington III      description: Path to currently selected configuration.
7*b1b4d261SWilliam A. Kennington III      errors:
8*b1b4d261SWilliam A. Kennington III          # Indicate that the set object_path is not a valid associated
9*b1b4d261SWilliam A. Kennington III          # OperatingConfig.
10*b1b4d261SWilliam A. Kennington III          - xyz.openbmc_project.Common.Error.InvalidArgument
11*b1b4d261SWilliam A. Kennington III          # Indicate that this property is permanently unable to be changed.
12*b1b4d261SWilliam A. Kennington III          - xyz.openbmc_project.Common.Error.NotAllowed
13*b1b4d261SWilliam A. Kennington III          # Indicate that this property is temporarily unable to be changed.
14*b1b4d261SWilliam A. Kennington III          - xyz.openbmc_project.Common.Error.Unavailable
15*b1b4d261SWilliam A. Kennington III          # Indicate a failure to apply changes to the processor.
16*b1b4d261SWilliam A. Kennington III          - xyz.openbmc_project.Common.Device.Error.WriteFailure
17*b1b4d261SWilliam A. Kennington III    - name: BaseSpeedPriorityEnabled
18*b1b4d261SWilliam A. Kennington III      type: boolean
19*b1b4d261SWilliam A. Kennington III      description: >
20*b1b4d261SWilliam A. Kennington III          Whether base speed prioritization is enabled in the currently selected
21*b1b4d261SWilliam A. Kennington III          configuration.
22*b1b4d261SWilliam A. Kennington III      errors:
23*b1b4d261SWilliam A. Kennington III          # Indicate that this property is permanently unable to be changed.
24*b1b4d261SWilliam A. Kennington III          - xyz.openbmc_project.Common.Error.NotAllowed
25*b1b4d261SWilliam A. Kennington III          # Indicate that this property is temporarily unable to be changed.
26*b1b4d261SWilliam A. Kennington III          - xyz.openbmc_project.Common.Error.Unavailable
27*b1b4d261SWilliam A. Kennington III          # Indicate a failure to apply changes to the processor.
28*b1b4d261SWilliam A. Kennington III          - xyz.openbmc_project.Common.Device.Error.WriteFailure
29