]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c
MdeModulePkg-DxeCore: rename CoreGetMemoryMapPropertiesTable
authorJiewen Yao <jiewen.yao@intel.com>
Mon, 16 May 2016 00:53:37 +0000 (08:53 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Mon, 16 May 2016 00:53:37 +0000 (08:53 +0800)
commit0ab90add0f525eb9c91ce4bc2357298c4f357d09
treedb82b478aeb5bff9e2de47f2fb924bb4b8dfc548
parent053d95e7e5e37378f6b21fe19009423762be894f
MdeModulePkg-DxeCore: rename CoreGetMemoryMapPropertiesTable

This patches rename CoreGetMemoryMapPropertiesTable to
CoreGetMemoryMapWithSeparatedImageSection.

The reason is that CoreGetMemoryMapPropertiesTable is called
by MemoryAttributesTable.c to get separated PE image section
information.

It is confusing to use *PropertiesTable, because it is NOT
related to PropertiesTable.c

We rename it to avoid confusing.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c
MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c