acrn-hypervisor/hypervisor/boot/guest
Victor Sun c5107123f6 HV: prepare adaptable guest EFI mmap buffer
Previously we prepared 32KB buffer to store guest VM boot parameters, in which
there is at most 17KB buffer for guest EFI memory map to accomodate ~400 EFI
memory descriptors. But this is uncertain to ensure working on all boards, now
change the algorithm that make the EFI mmap buffer adaptable with configured
MAX_EFI_MMAP_ENTRIES macro.

Tracked-On: #6442

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@Intel.com>
2021-11-08 09:49:24 +08:00
..
bzimage_loader.c HV: prepare adaptable guest EFI mmap buffer 2021-11-08 09:49:24 +08:00
elf_loader.c HV: Add implements of 32bit and 64bit elf loader 2021-08-19 20:00:45 +08:00
rawimage_loader.c HV: Remove 'vm_' of vm_elf_loader and etc. 2021-08-19 20:00:45 +08:00
vboot_info.c HV: treewide: fix violations of coding guideline C-TY-27 & C-TY-28 2021-11-04 18:15:47 +08:00