acrn-hypervisor/misc/config_tools
Xiangyang Wu 9e2edd5192 misc: config_tools: add vuart for communication
In this patch, add vuart configuration in scenario XML of
each board to support communication between service VM and
user VM since system shutdown feature need to send commands
through this vuart communication channel.

The follow changes are made in this patch:
- Add multi legacy vuart for service VM for communication
- Add one legacy vuart for user VM for communication
- Add 8250.nr_uarts parameter in command line of service OS

Tracked-On: #6652
Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
2021-11-03 09:13:41 +08:00
..
acpi_gen deb-pkg: add acrn-hypervisor and acrn-board-inspector into debian package 2021-11-02 15:31:18 +08:00
acpi_template/template config_tools: generate vDSDT according to allocated resources 2021-08-09 09:05:01 +08:00
board_config ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
board_inspector deb-pkg: add acrn-hypervisor and acrn-board-inspector into debian package 2021-11-02 15:31:18 +08:00
config_app config_tools: Update GPU passthrough support 2021-11-02 18:30:54 +08:00
data misc: config_tools: add vuart for communication 2021-11-03 09:13:41 +08:00
hv_config ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
launch_config config_tools: Update GPU passthrough support 2021-11-02 18:30:54 +08:00
library config_tools: Update GPU passthrough support 2021-11-02 18:30:54 +08:00
scenario_config ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
schema ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
static_allocators ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
xforms ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
README config_tools: remove obsolete kconfig files 2021-08-09 09:25:02 +08:00

folder structure

	board_inspector	: 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.