blob: 45105ac2b89e5d5b38b9f198e09ff3495eb8d881 [file] [log] [blame]
Nirmal Patelb167aca2020-03-19 04:17:08 -07001description: >
2 Implement to provide memory partition attributes.
3properties:
4 - name: PartitionId
5 type: string
6 description: >
7 Unique region ID representing a specific region within the Memory.
8 - name: SizeKiB
9 type: uint64
10 description: >
11 Size of this memory region in kibibytes (KiB).
12 - name: MemoryClassification
13 type: string
14 description: >
15 Classification of memory occupied by the given memory region.
16 - name: OffsetMiB
17 type: uint64
18 description: >
19 Offset with in the Memory that corresponds to the starting of this
20 memory region in MiB.
21 - name: PassphraseState
22 type: boolean
23 description: >
24 An indication of whether the state of the passphrase for this region
25 is enabled.