mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-28 10:13:43 +00:00
hv: vboot: init fdt module for pre-launched VM
Pre-launched VM needs to load pre-compiled FDT binary (which is the same when it needs pre-compiled ACPI binary). Tracked-On: #8838 Signed-off-by: Yifan Liu <yifan1.liu@intel.com> Acked-by: Wang Yu1 <yu1.wang@intel.com>
This commit is contained in:
@@ -52,6 +52,7 @@ int32_t prepare_os_image(struct acrn_vm *vm)
|
||||
if (ret == 0) {
|
||||
/* Copy Guest OS ACPI to its load location */
|
||||
load_sw_module(vm, acpi_info);
|
||||
load_sw_module(vm, &(vm->sw.fdt_info));
|
||||
pr_dbg("%s, VM%hu 0x%016lx", __func__, vm->vm_id,
|
||||
vm->sw.kernel_info.kernel_entry_addr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user