mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
hv: efi_context refine
For SBL platform, struct acrn_vcpu_regs are used as boot context. Now the boot_ctx is only for UEFI platform. Rename struct boot_ctx to efi_context. Tracked-On: #1231 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <hypervisor.h>
|
||||
#include <vm0_boot.h>
|
||||
#ifdef CONFIG_EFI_STUB
|
||||
extern struct boot_ctx* efi_ctx;
|
||||
extern struct efi_context* efi_ctx;
|
||||
#endif
|
||||
|
||||
#define REAL_MODE_BSP_INIT_CODE_SEL (0xf000U)
|
||||
|
Reference in New Issue
Block a user