summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Time/Owner.interface.yaml
blob: 6794ce71938275390a64310ccdb0ee9cbd203fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
description: >
    Implement to set time owner.

properties:
    - name: TimeOwner
      type: enum[self.Owners]
      description: >
          The time owner.

enumerations:
    - name: Owners
      description: >
        Possible owners of time.
      values:
        - name: BMC
          description: >
            BMC alone owns system time.
        - name: Host
          description: >
            Host alone owns system time.
        - name: Both
          description: >
            BMC and host own system time.
        - name: Split
          description: >
            BMC and host maintain their own time.
OpenPOWER on IntegriCloud