acrn-hypervisor/hypervisor/bsp/uefi/efi
Ming Liu f1cce6710a Makefile: fix cross-compiling issues
Replace all the host paths with a prefix sysroot directory, it defaults
to be empty, but can be overridden by the variable set in
environment(make -e) or being passed to make command.

Tracked-On: #1307
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
2018-09-26 11:04:19 +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 Makefile: fix cross-compiling issues 2018-09-26 11:04:19 +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