acrn-hypervisor/hypervisor/boot
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: cleanup cpu.c and cpu.h 2018-07-11 10:25:16 +08:00
sbl HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
acpi.c HV: prototyping non-static function 2018-07-16 10:35:54 +08:00
dmar_parse.c Revert "hv: More changes to enable GPU passthru" 2018-07-05 11:06:47 +08:00
reloc.c hv: further fix to configurable relocatoin 2018-07-16 13:05:04 +08:00