Map EfiLoaderData as some UEFI implementations might need this before kernel take over control
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-01-11 23:26:54 +01:00
父節點 42c3d4eff7
當前提交 7496fa324e
簽署人: belliash
GPG Key ID: 4E829243E0CFE6B4

查看文件

@ -214,6 +214,7 @@ BlConvertEfiMemoryType(IN EFI_MEMORY_TYPE EfiMemoryType)
break;
case EfiBootServicesData:
case EfiLoaderCode:
case EfiLoaderData:
MemoryType = LoaderFirmwareTemporary;
break;
case EfiUnusableMemory: