acrn-hypervisor/hypervisor/bsp/uefi
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
..
clearlinux script: add plane restriction parameters for NUC 2018-06-20 13:24:08 +08:00
efi hv: further fix to configurable relocatoin 2018-07-16 13:05:04 +08:00
cmdline.c HV:- Refine strtol() & strtoul() 2018-06-29 15:47:07 +08:00
platform_acpi_info.c HV: add bsp acpi info support 2018-06-13 15:02:03 +08:00
uefi.c HV:treewide:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
vm_description.c HV:transfer vm_hw_logical_core_ids's type and rename it 2018-07-13 13:05:29 +08:00