hv: rename acrn_efi.h to vm0_boot.h

The structures defined in acrn_efi.h is x86 related, move it
to acrh/x86/guest/.
Also, the headfile will be used on both SBL & UEFI platforms,
rename it to vm0_boot.h

Signed-off-by: Binbin Wu <binbin.wu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Binbin Wu
2018-07-28 22:22:35 +08:00
committed by lijinxia
parent adddf512a6
commit 43db87cfed
8 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@
#include <hypervisor.h>
#include "acpi.h"
#ifdef CONFIG_EFI_STUB
#include <acrn_efi.h>
#include <vm0_boot.h>
#endif
#define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Ptr */

View File

@@ -7,7 +7,7 @@
#include <hypervisor.h>
#include <reloc.h>
#ifdef CONFIG_EFI_STUB
#include <acrn_efi.h>
#include <vm0_boot.h>
#endif
struct Elf64_Dyn {