mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
HV: vm_load: rename vboot_info.h to vboot.h
vboot_info.h declares vm loader function also, so rename the file name to vboot.h; Tracked-On: #6323 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
9b632c0e4b
commit
3124018917
@ -25,7 +25,7 @@
|
|||||||
#include <asm/pgtable.h>
|
#include <asm/pgtable.h>
|
||||||
#include <asm/mmu.h>
|
#include <asm/mmu.h>
|
||||||
#include <logmsg.h>
|
#include <logmsg.h>
|
||||||
#include <vboot_info.h>
|
#include <vboot.h>
|
||||||
#include <asm/board.h>
|
#include <asm/board.h>
|
||||||
#include <asm/sgx.h>
|
#include <asm/sgx.h>
|
||||||
#include <sbuf.h>
|
#include <sbuf.h>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <asm/guest/ept.h>
|
#include <asm/guest/ept.h>
|
||||||
#include <asm/mmu.h>
|
#include <asm/mmu.h>
|
||||||
#include <boot.h>
|
#include <boot.h>
|
||||||
#include <vboot_info.h>
|
#include <vboot.h>
|
||||||
#include <vacpi.h>
|
#include <vacpi.h>
|
||||||
#include <efi_mmap.h>
|
#include <efi_mmap.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm/guest/vm.h>
|
#include <asm/guest/vm.h>
|
||||||
#include <vboot_info.h>
|
#include <vboot.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @pre vm != NULL
|
* @pre vm != NULL
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include <asm/guest/ept.h>
|
#include <asm/guest/ept.h>
|
||||||
#include <reloc.h>
|
#include <reloc.h>
|
||||||
#include <logmsg.h>
|
#include <logmsg.h>
|
||||||
#include <vboot_info.h>
|
#include <vboot.h>
|
||||||
#include <vacpi.h>
|
#include <vacpi.h>
|
||||||
|
|
||||||
#define DBG_LEVEL_BOOT 6U
|
#define DBG_LEVEL_BOOT 6U
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VBOOT_INFO_H
|
#ifndef VBOOT_H
|
||||||
|
|
||||||
#define VBOOT_INFO_H
|
#define VBOOT_H
|
||||||
|
|
||||||
int32_t init_vm_boot_info(struct acrn_vm *vm);
|
int32_t init_vm_boot_info(struct acrn_vm *vm);
|
||||||
void load_sw_module(struct acrn_vm *vm, struct sw_module_info *sw_module);
|
void load_sw_module(struct acrn_vm *vm, struct sw_module_info *sw_module);
|
||||||
@ -19,4 +19,4 @@ int32_t vm_rawimage_loader(struct acrn_vm *vm);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif /* end of include guard: VBOOT_INFO_H */
|
#endif /* end of include guard: VBOOT_H */
|
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm/guest/vm.h>
|
#include <asm/guest/vm.h>
|
||||||
#include <vboot_info.h>
|
#include <vboot.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <logmsg.h>
|
#include <logmsg.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user