acrn-hypervisor/hypervisor/boot
Victor Sun 34547e1e19 HV: add acpi module support for pre-launched VM
Previously we use a pre-defined structure as vACPI table for pre-launched
VM, the structure is initialized by HV code. Now change the method to use a
pre-loaded multiboot module instead. The module file will be generated by
acrn-config tool and loaded to GPA 0x7ff00000, a hardcoded RSDP table at
GPA 0x000f2400 will point to the XSDT table which at GPA 0x7ff00080;

Tracked-On: #5266

Signed-off-by: Victor Sun <victor.sun@intel.com>
Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-09-08 19:52:25 +08:00
..
guest HV: add acpi module support for pre-launched VM 2020-09-08 19:52:25 +08:00
include HV: add acpi module support for pre-launched VM 2020-09-08 19:52:25 +08:00
acpi_base.c hv: vioapic: minor refine about madt ioapic parse 2020-04-24 15:35:38 +08:00
cmdline.c HV: add hv cmdline support for multiboot2 2020-06-08 13:30:04 +08:00
multiboot.c HV: correct mmap info for multiboot2 2020-06-10 10:50:41 +08:00
multiboot2.c HV: enable multiboot module string as kernel bootargs 2020-06-08 13:30:04 +08:00
reloc.c hv: fixup relocation delta for symbols belong to entry section 2020-03-06 08:27:46 +08:00