AppaRao Puli | c5cc62d | 2019-10-03 13:41:55 +0530 | [diff] [blame] | 1 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 2 | Provides the object attributes needed for resiliency of platform firmware, |
| 3 | recommended by NIST SP 800-193. |
AppaRao Puli | c5cc62d | 2019-10-03 13:41:55 +0530 | [diff] [blame] | 4 | |
| 5 | properties: |
| 6 | - name: Provisioned |
| 7 | type: boolean |
| 8 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 9 | Indicates platform firmware provisioned state. Provisioned platform |
| 10 | may provide resiliency features. |
AppaRao Puli | c5cc62d | 2019-10-03 13:41:55 +0530 | [diff] [blame] | 11 | errors: |
| 12 | - xyz.openbmc_project.Common.Error.InternalFailure |
| 13 | |
| 14 | - name: Locked |
| 15 | type: boolean |
| 16 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 17 | Indicates the platform firmware provisioning locked state. Once the |
| 18 | provisioning is locked, it can't be re-provisioned. |
AppaRao Puli | c5cc62d | 2019-10-03 13:41:55 +0530 | [diff] [blame] | 19 | errors: |
| 20 | - xyz.openbmc_project.Common.Error.InternalFailure |