acrn-hypervisor/hypervisor/boot/include
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: remove unused de-privilege and vboot wrapper code 2020-10-21 15:09:26 +08:00
acpi.h HV: refine acpi rsdp initialize interface 2021-02-26 16:38:32 +08:00
multiboot.h HV: merge multiboot standard data structures in one header 2021-02-26 16:38:32 +08:00
multiboot_std.h HV: merge multiboot standard data structures in one header 2021-02-26 16:38:32 +08:00
reloc.h hv: fixup relocation delta for symbols belong to entry section 2020-03-06 08:27:46 +08:00