acrn-hypervisor/hypervisor/boot/guest
Victor Sun 9b632c0e4b 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-19 20:00:45 +08:00
..
bzimage_loader.c HV: vm_load: split vm_load.c to support diff kernel format 2021-08-19 20:00:45 +08:00
rawimage_loader.c HV: vm_load: split vm_load.c to support diff kernel format 2021-08-19 20:00:45 +08:00
vboot_info.c HV: vm_load: change kernel type for zephyr image 2021-08-19 20:00:45 +08:00