acrn-hypervisor/hypervisor/boot
Shiqing Gao dbb41575e7 hv: remove dynamic memory allocation APIs
This patch removes dynamic memory allocation APIs, including:
- calloc
- malloc
- free

The corresponding data structures, MACROs, and Kconfig items
are also removed.

v1 -> v2: no change

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2019-05-10 11:33:37 +08:00
..
guest Clean up MISRA C violation 2019-05-09 16:33:44 +08:00
include Clean up MISRA C violation 2019-05-09 16:33:44 +08:00
acpi.c rename function & definition from firmware to guest boot 2019-05-09 16:33:44 +08:00
cmdline.c restruct boot and bsp dir for firmware stuff 2019-05-09 16:33:44 +08:00
dmar_info.c hv: dmar_parse: remove dynamic memory allocation 2019-05-10 11:33:37 +08:00
dmar_parse.c hv: remove dynamic memory allocation APIs 2019-05-10 11:33:37 +08:00
reloc.c hv: cleanup some hva/hpa conversion code 2019-03-15 09:03:14 +08:00