Skip to content

Commit 0eb94a3

Browse files
sachinamios-d
authored andcommitted
[CHERRY-PICK] MdePkg: Add new Resource Attributes defined in PI 1.8 Spec
Defined Encrypted and Special Purpose resource attributes as defined in PI 1.8 Specification Cc: Felix Polyudov <[email protected]> Cc: Dhanaraj V <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Sachin Ganesh <[email protected]> Reviewed-by: Liming Gao <[email protected]>
1 parent 4ef1dc9 commit 0eb94a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MdePkg/Include/Pi/PiHob.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ typedef UINT32 EFI_RESOURCE_ATTRIBUTE_TYPE;
297297
#define EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTED 0x00040000
298298
#define EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTABLE 0x00080000
299299

300+
#define EFI_RESOURCE_ATTRIBUTE_ENCRYPTED 0x04000000
301+
#define EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE 0x08000000
300302
//
301303
// Physical memory relative reliability attribute. This
302304
// memory provides higher reliability relative to other

0 commit comments

Comments
 (0)