acrn-hypervisor/hypervisor/boot
Zhao Yakui 1c36508e83 ACRN/HV: Assign the parsed RSDP to acpi_rsdp to avoid multiple RSDP parsing
Currently the get_rsdp() will be called several times and on some
platform it needs to scan the signature of "RSP ptr" in BIOS EBDA region
and 0xE0000-0xFFFFF region. It is slow.
So after the RSDP is parsed, it will be assigned to acpi_rsdp.

Tracked-On: #3184
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2019-05-30 14:07:57 +08:00
..
guest reshuffle init_vm_boot_info 2019-05-20 18:49:59 +08:00
include reshuffle init_vm_boot_info 2019-05-20 18:49:59 +08:00
acpi_base.c ACRN/HV: Assign the parsed RSDP to acpi_rsdp to avoid multiple RSDP parsing 2019-05-30 14:07:57 +08:00
cmdline.c restruct boot and bsp dir for firmware stuff 2019-05-09 16:33:44 +08:00
dmar_info.c HV: enable Kconfig of ACPI_PARSE_ENABLED 2019-05-14 11:53:02 +08:00
reloc.c hv: cleanup some hva/hpa conversion code 2019-03-15 09:03:14 +08:00