HV: add multiboot2 header info

Add multiboot2 header info in HV image so that bootloader could
recognize it.

Tracked-On: #4419

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Victor Sun
2020-02-17 10:30:38 +08:00
committed by wenlingz
parent 19ffaa50dc
commit d008b72fdd
4 changed files with 173 additions and 0 deletions

View File

@@ -37,6 +37,14 @@ config HYBRID
endchoice
config MULTIBOOT2
bool "Multiboot2 support"
default n
help
Support boot ACRN from multiboot2 protocol. Multiboot2 support is needed for
some EFI platforms to get correct ACPI RSDP, it also could provide host efi
information for hypervisor.
choice
prompt "ACRN Scheduler"
default SCHED_NOOP