acrn-hypervisor/misc/config_tools
Shuang Zheng d891e2929b acrn-config: add fusa_partition scenario on ehl-crb-b board
add fusa_partition scenario with 1 pre-launched Zephyr and 1 pre-launched
RTVM for ehl-crb-b board.

v2: fix the issue for build failure for partition mode by error check of
bootargs.

Tracked-On: #5665

Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
Reviewed-by: Victor Sun <victor.sun@intel.com>
2021-01-29 11:06:41 +08:00
..
acpi_gen acrn-config: add fusa_partition scenario on ehl-crb-b board 2021-01-29 11:06:41 +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: update config folders used in config app 2021-01-29 10:02:56 +08:00
data acrn-config: add fusa_partition scenario on ehl-crb-b board 2021-01-29 11:06:41 +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.