acrn-hypervisor/hypervisor/boot/include
Victor Sun 8b8d267530 HV: vm_load: split vm_load.c to support diff kernel format
The patch splits the vm_load.c to three parts, the loader function of bzImage
kernel is moved to bzimage_loader.c, the loader function of raw image kernel
is moved to rawimage_loader.c, the stub is still stayed in vm_load.c to load
the corresponding kernel loader function. Each loader function could be
isolated by CONFIG_GUEST_KERNEL_XXX macro which generated by config tool.

Tracked-On: #6323

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2021-08-18 13:30:48 +08:00
..
guest HV: vm_load: split vm_load.c to support diff kernel format 2021-08-18 13:30:48 +08:00
acpi.h hv: tpm2: do tpm2 fixup for security vm 2021-08-11 14:45:55 +08:00
boot.h hv: tpm2: do tpm2 fixup for security vm 2021-08-11 14:45:55 +08:00
multiboot_std.h HV: merge multiboot standard data structures in one header 2021-02-26 16:38:32 +08:00
reloc.h hv: fixup relocation delta for symbols belong to entry section 2020-03-06 08:27:46 +08:00