acrn-hypervisor/hypervisor/include
Shiqing Gao 4056bb42c6 config_tools: add a new entry MAX_EFI_MMAP_ENTRIES
It is used to specify the maximum number of EFI memmap entries.

On some platforms, like Tiger Lake, the number of EFI memmap entries
becomes 268 when the BIOS settings are changed.
The current value of MAX_EFI_MMAP_ENTRIES (256) defined in hypervisor
is not big enough to cover such cases.

As the number of EFI memmap entries depends on the platforms and the
BIOS settings, this patch introduces a new entry MAX_EFI_MMAP_ENTRIES
in configurations so that it can be adjusted for different cases.

Tracked-On: #6442

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2021-08-20 15:04:37 +08:00
..
arch/x86/asm hv: use per platform maximum physical address width 2021-08-18 16:26:25 +08:00
common config_tools: add a new entry MAX_EFI_MMAP_ENTRIES 2021-08-20 15:04:37 +08:00
debug hv: debug: Add hv console callback to VM-exit event 2021-07-22 10:08:23 +08:00
dm hv: relocate ACPI DATA address to 0x7fe00000 2021-08-11 14:45:55 +08:00
hw hv: add max payload to vrp 2021-06-15 08:53:53 +08:00
lib hv: minor coding style fix in list.h 2021-07-15 14:18:13 +08:00
public hv: tpm2: do tpm2 fixup for security vm 2021-08-11 14:45:55 +08:00