acrn-hypervisor/hypervisor/common
Zide Chen 92cd2612fc hv: fixup addresses in the c code for relocation
- Trampoline code doesn't have the same relocation delta with HV,
  Need to manually patch them when referenced from HV
- replace all references to CONFIG_RAM_START with the actual HV load
  address

Signed-off-by: Zheng Gen <gen.zheng@intel.com>
Signed-off-by: Zide Chen <zide.chen@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
2018-07-11 10:25:16 +08:00
..
all_header.c HV: io: spell out explicit narrowing of integers 2018-07-10 13:10:10 +08:00
hv_main.c HV:common:add suffix U to the numeric constant 2018-07-05 11:29:46 +08:00
hypercall.c hv: fixup addresses in the c code for relocation 2018-07-11 10:25:16 +08:00
io_request.c HV: Rename 'CPU_BOOT_ID' to 'BOOT_CPU_ID' 2018-07-10 11:51:12 +08:00
ptdev.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
schedule.c HV:common:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
trusty_hypercall.c HV:common:transfer local variable type 2018-06-29 09:49:29 +08:00
vm_load.c hv:fix "missing for discarded return value" for memcpy_s and strcpy_s 2018-07-09 09:22:37 +08:00