diff options
author | Star Zeng <star.zeng@intel.com> | 2015-05-11 03:11:31 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@Edk2> | 2015-05-11 03:11:31 +0000 |
commit | b7113eb0dbec9f1c2323fae9f5260645bdeda786 (patch) | |
tree | 84537d0cbcb91ae0474500258fe6104013d9bdc2 /MdePkg/Include/Pi | |
parent | 811e73ac8454f1a9592e2499013a9271cecb262f (diff) | |
download | edk2-platforms-b7113eb0dbec9f1c2323fae9f5260645bdeda786.tar.xz |
MdePkg: Update comments of EFI_PEI_ALLOCATE_PAGES to allow EfiReservedMemoryType.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17393 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi')
-rw-r--r-- | MdePkg/Include/Pi/PiPeiCis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Pi/PiPeiCis.h b/MdePkg/Include/Pi/PiPeiCis.h index 6e8c6d40c1..f57f3331b1 100644 --- a/MdePkg/Include/Pi/PiPeiCis.h +++ b/MdePkg/Include/Pi/PiPeiCis.h @@ -461,7 +461,7 @@ EFI_STATUS @retval EFI_OUT_OF_RESOURCES The pages could not be allocated.
@retval EFI_INVALID_PARAMETER The type is not equal to EfiLoaderCode, EfiLoaderData, EfiRuntimeServicesCode,
EfiRuntimeServicesData, EfiBootServicesCode, EfiBootServicesData,
- EfiACPIReclaimMemory, or EfiACPIMemoryNVS.
+ EfiACPIReclaimMemory, EfiReservedMemoryType, or EfiACPIMemoryNVS.
**/
typedef
|