mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +00:00
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:
@@ -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 */
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user