summaryrefslogtreecommitdiffstats
path: root/org/open_power/OCC/Status.interface.yaml
blob: ea99fa485c8d50c87c9663fc5eb957f471cb5f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
description: >
    Implement to indicate status of the OCC.

properties:
    - name: OccActive
      type: boolean
      description: >
        Indicates whether OCC is active or not
    - name: ThrottleProcTemp
      type: boolean
      default: 0
      description: >
        Indicates processor throttling due to an over temperature condition
    - name: ThrottleProcPower
      type: boolean
      default: 0
      description: >
        Indicates processor throttling due to reaching the power cap limit
    - name: ThrottleMemTemp
      type: boolean
      default: 0
      description: >
        Indicates memory throttling due to an over temperature condition
OpenPOWER on IntegriCloud