diff options
author | INDIA\sachinganesh <sachinganesh@ami.com> | 2025-01-23 15:47:05 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-31 19:30:28 +0000 |
commit | 09d4e6f7c7a759703b568a99709163c4cb553473 (patch) | |
tree | c2cc5a5e4bf0e7acecf30cff06727c34d48edcf0 | |
parent | 4ec3539e34b48d29118dc67b51c8f061b9c9156e (diff) | |
download | edk2-09d4e6f7c7a759703b568a99709163c4cb553473.tar.gz |
MdePkg: Add Hot pluggable resource attribute
PI 1.9 Specification defines new memory resource attribute for hot plug.
Signed-off-by: Sachin Ganesh <sachinganesh@ami.com>
-rw-r--r-- | MdePkg/Include/Pi/PiHob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/Pi/PiHob.h b/MdePkg/Include/Pi/PiHob.h index 9e49421afa..824f1c380b 100644 --- a/MdePkg/Include/Pi/PiHob.h +++ b/MdePkg/Include/Pi/PiHob.h @@ -5,7 +5,7 @@ Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
- PI Version 1.6
+ PI Version 1.9
**/
@@ -291,6 +291,7 @@ typedef UINT32 EFI_RESOURCE_ATTRIBUTE_TYPE; #define EFI_RESOURCE_ATTRIBUTE_ENCRYPTED 0x04000000
#define EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE 0x08000000
+#define EFI_RESOURCE_ATTRIBUTE_HOT_PLUGGABLE 0x10000000
//
// Physical memory relative reliability attribute. This
// memory provides higher reliability relative to other
|