Skip to content
Snippets Groups Projects
Commit 4c02c11d authored by Mian Yousaf Kaukab's avatar Mian Yousaf Kaukab Committed by Tom Rini
Browse files

efi_loader: provide efi_mem_desc version


Provide version of struct efi_mem_desc in efi_get_memory_map().

EFI_BOOT_SERVICES.GetMemoryMap() in UEFI specification v2.6 defines
memory descriptor version to 1. Linux kernel also expects descriptor
version to be 1 and prints following warning during boot if its not:

Unexpected EFI_MEMORY_DESCRIPTOR version 0

Signed-off-by: default avatarMian Yousaf Kaukab <yousaf.kaukab@gmail.com>
parent bac17b78
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment