summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Software/ApplyTime.interface.yaml
blob: 0fff06a7ddd648db79000a7de3b92cda6a72a834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
description: >
    To implement the apply time of a newly updated software image.
    The apply time property is global to all firmware update packages
    and the default value of the property is OnReset.
properties:
    - name: RequestedApplyTime
      type: enum[self.RequestedApplyTimes]
      description: >
        This property indicates when the software image update should be
        applied.
enumerations:
    - name: RequestedApplyTimes
      description: >
        The possible values of this property indicate when the newly
        updated software image will be activated.
      values:
        - name: Immediate
          description: >
            Apply immediately.
        - name: OnReset
          description: >
            Apply on a reset.
OpenPOWER on IntegriCloud