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>
This commit is contained in:
@@ -758,7 +758,7 @@ SplitTable (
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
CoreGetMemoryMapPropertiesTable (
|
||||
CoreGetMemoryMapWithSeparatedImageSection (
|
||||
IN OUT UINTN *MemoryMapSize,
|
||||
IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
|
||||
OUT UINTN *MapKey,
|
||||
@@ -1364,7 +1364,7 @@ InstallPropertiesTable (
|
||||
return ;
|
||||
}
|
||||
|
||||
gBS->GetMemoryMap = CoreGetMemoryMapPropertiesTable;
|
||||
gBS->GetMemoryMap = CoreGetMemoryMapWithSeparatedImageSection;
|
||||
gBS->Hdr.CRC32 = 0;
|
||||
gBS->CalculateCrc32 ((UINT8 *)gBS, gBS->Hdr.HeaderSize, &gBS->Hdr.CRC32);
|
||||
|
||||
|
Reference in New Issue
Block a user