Map EfiLoaderData as some UEFI implementations might need this before kernel take over control

This commit is contained in:
2023-01-11 23:26:54 +01:00
parent 42c3d4eff7
commit 7496fa324e

View File

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