acrn-hypervisor/hypervisor/bsp/uefi/efi
Chaohong guo 0306bb47c8 Removed dead funcs in EFI stub module
Due to the last patches, some funcs in malloc.c and stdlib.h files for
EFI stub module are no longer used. This commit just removes them, no
other changes is being introduced. The funcs are:
    emalloc/efree, calloc/malloc/free, strstr/strdup

Tracked-On:#1260
Signed-off-by: Chaohong Guo <chaohong.guo@intel.com>
Ackedr-by: Gen Zheng <gen.zheng@intel.com>
2018-09-19 14:32:02 +08:00
..
boot.c Replace the call to emalloc() to uefi pool allocation 2018-09-19 14:32:02 +08:00
boot.h allocate boot related struct right after hypervisor memory 2018-09-19 14:32:02 +08:00
efilinux.h Replace __emalloc() with a call to uefi allocate_page() 2018-09-19 14:32:02 +08:00
Makefile hv: rename acrn_efi.h to vm0_boot.h 2018-08-09 16:43:58 +08:00
malloc.c Removed dead funcs in EFI stub module 2018-09-19 14:32:02 +08:00
multiboot.h allocate boot related struct right after hypervisor memory 2018-09-19 14:32:02 +08:00
pe.c initial import 2018-05-11 14:44:28 +08:00
stdlib.h Removed dead funcs in EFI stub module 2018-09-19 14:32:02 +08:00