acrn-hypervisor/hypervisor/bsp
Zide Chen 621425da20 hv: further fix to configurable relocatoin
commit ia23549aa915e7dc2c ("build: make relocation-related code
configurable") adds CONFIG_RELOC to make relocation configurable

This patch corrects the behavior when CONFIG_RELOC is disabled
- Don't use "CFLAGS += -fpie" and put back "LDFLAGS += -static"
- __emalloc(): forced to allocate exactly the asked address, which is
  CONFIG_RAM_START
2018-07-16 13:05:04 +08:00
..
include HV: code cleanup as MISRA-C report for guest/vmsr 2018-07-12 17:27:53 +08:00
ld hv: build hypervisor as PIE (position-independent executable) 2018-07-11 10:25:16 +08:00
sbl HV: build: drop useless files 2018-07-13 14:53:27 +08:00
uefi hv: further fix to configurable relocatoin 2018-07-16 13:05:04 +08:00