acrn-hypervisor/misc/config_tools/hv_config
Chenli Wei 6d56816e79 misc: modify the logic of generate HV_RAM_START
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>
2022-06-07 18:19:39 +08:00
..
board_defconfig.py misc: modify the logic of generate HV_RAM_START 2022-06-07 18:19:39 +08:00
hv_item.py config tool: update schema 2022-04-18 19:29:51 +08:00