acrn-hypervisor/hypervisor/boot/guest
Yonghua Huang 95a9f6d9a0 hv: update the flow to get trampoline buffer in direct boot mode
Currently, memory with size of 'CONFIG_LOW_RAM_SIZE' will be
  allocated when 'get_direct_boot_ap_trampoline()' is called.

  This patch refine the implementation of of above function, it
  returns the base address of trampoline buffer when called, and
  the memory is allocated when vboot module is initialized.

Tracked-On: #3992
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2019-11-05 08:14:53 +08:00
..
deprivilege_boot.c hv: sched: use get_running_vcpu to replace per_cpu vcpu with cpu sharing 2019-10-23 12:47:08 +08:00
direct_boot.c hv: update the flow to get trampoline buffer in direct boot mode 2019-11-05 08:14:53 +08:00
vboot_info.c hv: sched: use get_running_vcpu to replace per_cpu vcpu with cpu sharing 2019-10-23 12:47:08 +08:00
vboot_wrapper.c ACRN/HV: Refine the function of init_vboot to initialize the depriv_boot env correctly 2019-05-30 14:07:57 +08:00