audk/MdeModulePkg/Core/Dxe/Mem
Liming Gao ff0c6d6617 MdeModulePkg: Add Memory Capabilities for MMIO and Reserved Range
UEFI2.5 spec, GetMemoryMap(), says:
Attribute: Attributes of the memory region that describe the bit mask
of capabilities for that memory region, and not necessarily the current
settings for that memory region.
But, GetMemoryMap() implementation doesn't append memory capabilities
for MMIO and Reserved memory range. This will break UEFI2.5 Properties
Table feature, because Properties Table need return EFI_MEMORY_RO or
EFI_MEMORY_XP capabilities for OS.

This patch appends memory capabilities for those memory range.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17703 6f19259b-4bc3-4df7-8a09-765794883524
2015-06-25 03:29:11 +00:00
..
Imem.h MdeModulePkg DxeCore: Add OEM reserved memory type support. 2015-05-18 01:28:24 +00:00
MemData.c Update the copyright notice format 2010-04-24 09:49:11 +00:00
MemoryProfileRecord.c MdeModulePkg/DxeCore: Fixed build error. 2015-05-29 04:04:01 +00:00
Page.c MdeModulePkg: Add Memory Capabilities for MMIO and Reserved Range 2015-06-25 03:29:11 +00:00
Pool.c MdeModulePkg DxeCore: Add OEM reserved memory type support. 2015-05-18 01:28:24 +00:00