acrn-hypervisor/misc/config_tools
David B. Kinder 234d4c753f doc: update release_2.4 with master content
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>

Tracked-On: #5692
2021-04-07 13:18:35 -07:00
..
acpi_gen config_tools: update condition for bootargs error check 2021-02-09 08:59:01 +08:00
acpi_template config_tools: add PTCT configs 2021-02-24 09:27:07 +08:00
board_config hv: page: use dynamic page allocation for pagetable mapping 2021-03-11 12:36:17 +08:00
config_app config_tools: change generic folder to generic_board folder in config app 2021-02-09 13:27:45 +08:00
data config-tools: modify sample launch scripts 2021-03-30 09:22:33 +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 config_tools: add psram config in launch config 2021-03-03 16:55:31 +08:00
library config-tools: fix "is_tpm_passthru" always return "False" 2021-03-11 15:28:02 +08:00
scenario_config config-tools: add validate_scenario_schema 2021-02-07 10:15:04 +08:00
schema doc: update release_2.4 with master content 2021-04-07 13:18:35 -07: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 config-tools: Add "ENFORCE_TURNOFF_AC" capability to xml 2021-03-03 09:32:56 +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.