mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-20 00:08:07 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user