acrn-hypervisor/misc/config_tools
Junjie Mao daf495bfc8 config_tools/target: generate Software SRAM related info
This patch parsees physical RTCT entries and dump information about pseudo
RAM into the board XML files. A macro named PRE_RTVM_SW_SRAM_BASE_GPA is
added to the generated misc_cfg.h according to recent design changes.

This patch still writes the board XML file manually, following the
convention of the current framework. Using XML-based approach requires a
complete refinement of the current generation process as the root
`acrn-config` node has its own text among adjacent children.

Tracked-On: #5649
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2021-01-27 16:39:24 +08:00
..
acpi_gen acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
acpi_template acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
board_config config_tools/target: generate Software SRAM related info 2021-01-27 16:39:24 +08:00
config_app acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
data config_tools/target: generate Software SRAM related info 2021-01-27 16:39:24 +08:00
hv_config acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
kconfig acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
launch_config acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
library acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
scenario_config acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
static_allocators acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
target config_tools/target: generate Software SRAM related info 2021-01-27 16:39:24 +08:00
xforms acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00

folder structure

	Kconfig		: Select working scenario and target board, configure ACRN hypervisor capabilities and features.
	target		: Get target board information under native Linux environment and generate board_info XML.
	board_config	: Parse board_info XML and scenario XML to generate board related configuration files under misc/acrn-config/xmls/board-xmls/ folder.
	scenario_config	: Parse board_info XML and scenario XML to generate scenario based VM configuration files under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder.
	launch_config	: Parse board_info XML, scenario XML and devicemodel param XML to generate launch script for post-launched vm under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder.
	library		: The folder stores shared software modules or libs for acrn-config offline tool.