blob: 4d94ed1302e7fa100b44ccdd4a80881c1ecd9002 [file] [log] [blame]
AppaRao Pulic5cc62d2019-10-03 13:41:55 +05301description: >
2 Provides the object attributes needed for resiliency of platform
3 firmware, recommended by NIST SP 800-193.
4
5properties:
6 - name: Provisioned
7 type: boolean
8 description: >
9 Indicates platform firmware provisioned state. Provisioned
10 platform may provide resiliency features.
11 errors:
12 - xyz.openbmc_project.Common.Error.InternalFailure
13
14 - name: Locked
15 type: boolean
16 description: >
17 Indicates the platform firmware provisioning locked state.
18 Once the provisioning is locked, it can't be re-provisioned.
19 errors:
20 - xyz.openbmc_project.Common.Error.InternalFailure
21# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4