> v6 > a. Add workaround in core to filter out all paging related capabilities. > This is to fix boot issue in Fedora 26 and Windows Server 2016. > b. Add code to check if EFI_MEMORY_XP should be added for GCD memory map
More than one entry of RT_CODE memory might cause boot problem for some old OSs. This patch will fix this issue to keep OS compatibility as much as possible. Jian J Wang (2): MdeModulePkg/DxeCore: Filter out all paging capabilities UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map MdeModulePkg/Core/Dxe/Mem/Page.c | 17 ++++++++ UefiCpuPkg/CpuDxe/CpuPageTable.c | 94 +++++++++++++++++++++++++++++++--------- 2 files changed, 90 insertions(+), 21 deletions(-) -- 2.14.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel