Deepak Kodihalli | 8aac5db | 2016-11-15 06:57:35 -0600 | [diff] [blame] | 1 | description: > |
| 2 | Implement to control system time. |
| 3 | properties: |
| 4 | - name: Elapsed |
| 5 | type: uint64 |
| 6 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 7 | Time elpased since the Epoch(1 Jan 1970 00:00:00 UTC), in |
| 8 | microseconds. |
Deepak Kodihalli | 8aac5db | 2016-11-15 06:57:35 -0600 | [diff] [blame] | 9 | |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 10 | On setting this property, errors may be thrown. InternalFailure means |
| 11 | BMC fails to set the time. InsufficientPermission means it is not |
| 12 | allowed to set time depend on the time settings. |
Lei YU | 49f855f | 2018-06-07 16:17:01 +0800 | [diff] [blame] | 13 | errors: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 14 | - xyz.openbmc_project.Time.Error.NotAllowed |
| 15 | - xyz.openbmc_project.Time.Error.Failed |