acrn-hypervisor/hypervisor/boot
Victor Sun 2e72bb97e7 HV: refine acpi rsdp initialize interface
In previous code, the rsdp initialization is done in get_rsdp() api implicitly.
The function is called multiple times in following acpi table parsing functions
and the condition (rsdp == NULL) need to be added in each parsing function.
This is not needed since the panic would occur if rsdp is NULL when do acpi
initialization.

Tracked-On: #5626

Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2021-02-26 16:38:32 +08:00
..
guest HV: init VM bootargs only for LaaG 2021-02-09 09:00:46 +08:00
include HV: refine acpi rsdp initialize interface 2021-02-26 16:38:32 +08:00
multiboot HV: merge multiboot standard data structures in one header 2021-02-26 16:38:32 +08:00
acpi_base.c HV: refine acpi rsdp initialize interface 2021-02-26 16:38:32 +08:00
reloc.c hv: fixup relocation delta for symbols belong to entry section 2020-03-06 08:27:46 +08:00