mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-03 22:17:03 +00:00
The current code assume that there must be an HV_RAM_START element in the scenario and we will generate it if user have not set, the default value of HV_RAM_START is 0x00400000 which cause an overlap issue. This patch remove the requires of HV_RAM_START element, calculate HV_RAM_SIZE and find a region of e820 to run the ACRN which start address will be HV_RAM_START. It is still valid if the user set HV_RAM_START by XMLs. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@intel.com> |
||
---|---|---|
.. | ||
board_cfg_lib.py | ||
common.py | ||
hv_cfg_lib.py | ||
hypervisor_license | ||
launch_cfg_lib.py | ||
scenario_cfg_lib.py |