acrn-hypervisor/hypervisor/boot/guest
Zhou, Wu ba8d4eeb4c HV: Add elf loader sketch
This patch adds a function elf_loader() to load elf image.
It checks the elf header, get its 32/64 bit type, then calls
the corresponding loading routines, which are empty, and
will be realized later.

Tracked-On: #6323

Signed-off-by: Zhou, Wu <wu.zhou@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2021-08-18 13:30:48 +08:00
..
bzimage_loader.c HV: Remove 'vm_' of vm_elf_loader and etc. 2021-08-18 13:30:48 +08:00
elf_loader.c HV: Add elf loader sketch 2021-08-18 13:30:48 +08:00
rawimage_loader.c HV: Remove 'vm_' of vm_elf_loader and etc. 2021-08-18 13:30:48 +08:00
vboot_info.c HV: vm_load: rename vboot_info.h to vboot.h 2021-08-18 13:30:48 +08:00