HV: Revert "HV: remove efi support for SOS"

This reverts commit ce9d5e8779.

Before readiness of better solution to fix SOS VM e820 and efi memmap mismatch
issue, revert this patch.

Tracked-On: #5626

Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Victor Sun
2021-03-14 22:13:47 +08:00
committed by wenlingz
parent 95f38ac12e
commit 8483c8c8f7
14 changed files with 114 additions and 54 deletions

View File

@@ -27,7 +27,6 @@
#define UOS_VIRT_PCI_MMCFG_START_BUS 0x0U
#define UOS_VIRT_PCI_MMCFG_END_BUS 0xFFU
uint64_t get_vrsdp_gpa(struct acrn_vm *vm);
void build_vrsdp(struct acrn_vm *vm);
#endif /* VACPI_H */