HV: init module and rsdp info with multiboot2

Initialize module info and ACPI rsdp info of acrn mbi when boot from
multiboot2 protocol, with this patch SOS VM could be loaded sucessfully
with correct ACPI RSDP;

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:48:16 +08:00
committed by wenlingz
parent b669a71931
commit 69da0243f5
4 changed files with 39 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ info_req_tag_start:
.short 0
.long info_req_tag_end - info_req_tag_start
.long MULTIBOOT2_TAG_TYPE_MMAP
.long MULTIBOOT2_TAG_TYPE_MODULE
.long MULTIBOOT2_TAG_TYPE_ACPI_NEW
info_req_tag_end:
.align MULTIBOOT2_TAG_ALIGN