blob: 80bb730bdfe0126deedc62d603c95192ccd621fd [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.
Nirmal Patel12a8ca82020-05-12 07:33:53 -07008 - name: SizeInKiB
Nirmal Patelb167aca2020-03-19 04:17:08 -07009 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.
Nirmal Patel12a8ca82020-05-12 07:33:53 -070016 - name: OffsetInKiB
Nirmal Patelb167aca2020-03-19 04:17:08 -070017 type: uint64
18 description: >
19 Offset with in the Memory that corresponds to the starting of this
Nirmal Patel12a8ca82020-05-12 07:33:53 -070020 memory region in KiB.
Nirmal Patelb167aca2020-03-19 04:17:08 -070021 - name: PassphraseState
22 type: boolean
23 description: >
24 An indication of whether the state of the passphrase for this region
25 is enabled.