From: Liming Gao Date: Wed, 29 Apr 2015 08:12:11 +0000 (+0000) Subject: MdeModulePkg: Update comments for PcdMemoryProfileMemoryType X-Git-Tag: edk2-stable201903~9973 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=8f2f2f1985ad5c76c85eff8be7d0f9da8b7afe4e MdeModulePkg: Update comments for PcdMemoryProfileMemoryType PcdMemoryProfileMemoryType also includes EfiPersistentMemory. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Star Zeng git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17267 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 5591b2f068..5a7de46ee5 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -895,6 +895,7 @@ # EfiMemoryMappedIO 0x0800
# EfiMemoryMappedIOPortSpace 0x1000
# EfiPalCode 0x2000
+ # EfiPersistentMemory 0x4000
# OS Reserved 0x8000000000000000
# # e.g. Reserved+ACPINvs+ACPIReclaim+RuntimeCode+RuntimeData are needed, 0x661 should be used.
diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index 1527453712..a3ed93e037 100644 Binary files a/MdeModulePkg/MdeModulePkg.uni and b/MdeModulePkg/MdeModulePkg.uni differ