]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Core: Merge memory map after filtering paging capability
authorJian J Wang <jian.j.wang@intel.com>
Thu, 23 Nov 2017 01:57:01 +0000 (09:57 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 28 Nov 2017 01:25:32 +0000 (09:25 +0800)
commit646127c1929a606a1a5709d78f06f2dd5494b397
tree0e2d47c9fe5adb386c3768b67cab3069b5ca9dfe
parent2c936d7c39ba4305e2da39ef2059326802a42bd2
MdeModulePkg/Core: Merge memory map after filtering paging capability

Once the paging capabilities were filtered out, there might be some adjacent entries
sharing the same capabilities. It's recommended to merge those entries for the OS
compatibility purpose.

This patch makes use of existing method MergeMemoryMap() to do it. This is done by
simply turning this method from static to extern, and call it after filter code.

This patch is related to an issue described at
   https://bugzilla.tianocore.org/show_bug.cgi?id=753

This patch is also passed test of booting follow OSs:
    Windows 10
    Windows Server 2016
    Fedora 26
    Fedora 25

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
MdeModulePkg/Core/Dxe/DxeMain.h
MdeModulePkg/Core/Dxe/Mem/Page.c
MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c