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:
Yifan Liu
2025-10-06 03:14:08 +00:00
committed by acrnsi-robot
parent b5098f8f25
commit f8f57328b6
3 changed files with 39 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
/*
* Copyright (C) 2019-2022 Intel Corporation.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef VFDT_H
#define VFDT_H
/* Use a pre-loaded multiboot module as pre-launched VM FDT.
* The module file should be generated by acrn-config tool;
*/
#define VIRT_FDT_LOAD_ADDR 0x80200000UL
#endif /* VFDT_H */