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

@ -8,7 +8,7 @@
#include <schedule.h>
#ifdef CONFIG_EFI_STUB
#include <acrn_efi.h>
#include <vm0_boot.h>
extern struct efi_ctx* efi_ctx;
#endif

View File

@ -6,7 +6,7 @@
#include <hypervisor.h>
#ifdef CONFIG_EFI_STUB
#include <acrn_efi.h>
#include <vm0_boot.h>
extern struct efi_ctx* efi_ctx;
#endif

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 {

View File

@ -60,7 +60,7 @@ LDSCRIPT := $(GNUEFI_DIR)/elf_$(ARCH)_efi.lds
INCDIR := /usr/include
CFLAGS=-I. -I.. -I../../../include/common -I$(INCDIR)/efi -I$(INCDIR)/efi/$(ARCH) \
CFLAGS=-I. -I.. -I../../../include/arch/x86/guest -I$(INCDIR)/efi -I$(INCDIR)/efi/$(ARCH) \
-DEFI_FUNCTION_WRAPPER -fPIC -fshort-wchar -ffreestanding \
-Wall -I../fs/ -D$(ARCH) -O2 \
-include config.h

View File

@ -36,7 +36,7 @@
#include "efilinux.h"
#include "stdlib.h"
#include "boot.h"
#include "acrn_efi.h"
#include "vm0_boot.h"
EFI_SYSTEM_TABLE *sys_table;
EFI_BOOT_SERVICES *boot;

View File

@ -7,7 +7,7 @@
#include <hypervisor.h>
#include <multiboot.h>
#ifdef CONFIG_EFI_STUB
#include <acrn_efi.h>
#include <vm0_boot.h>
#endif
/* IOAPIC id */