blob: 0162458d1f3b17637af1733a5c73e631f4d9687b [file] [log] [blame]
Jayashankar Padath633d8c72019-03-27 12:49:37 +05301description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 To implement the apply time of a newly updated software image. The apply
3 time property is global to all firmware update packages and the default
4 value of the property is OnReset.
Jayashankar Padath633d8c72019-03-27 12:49:37 +05305properties:
6 - name: RequestedApplyTime
7 type: enum[self.RequestedApplyTimes]
8 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -05009 This property indicates when the software image update should be
10 applied.
Jayashankar Padath633d8c72019-03-27 12:49:37 +053011enumerations:
12 - name: RequestedApplyTimes
13 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060014 The possible values of this property indicate when the newly updated
15 software image will be activated.
Jayashankar Padath633d8c72019-03-27 12:49:37 +053016 values:
Patrick Williams8da396c2022-03-14 14:21:02 -050017 - name: Immediate
18 description: >
19 Apply immediately.
20 - name: OnReset
21 description: >
22 Apply on a reset.