blob: b913c4f03d38855feeb8138d89e962578d18d670 [file] [log] [blame]
Matt Spinlerf7616bc2019-11-19 09:23:37 -06001description: >
2 Implement to indicate status of the OCC.
3
4properties:
5 - name: OccActive
6 type: boolean
7 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -05008 Indicates whether OCC is active or not
Matt Spinlerf7616bc2019-11-19 09:23:37 -06009 - name: ThrottleProcTemp
10 type: boolean
11 default: 0
12 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050013 Indicates processor throttling due to an over temperature condition
Matt Spinlerf7616bc2019-11-19 09:23:37 -060014 - name: ThrottleProcPower
15 type: boolean
16 default: 0
17 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050018 Indicates processor throttling due to reaching the power cap limit
Matt Spinlerf7616bc2019-11-19 09:23:37 -060019 - name: ThrottleMemTemp
20 type: boolean
21 default: 0
22 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050023 Indicates memory throttling due to an over temperature condition