acrn-hypervisor/misc/config_tools
Yang,Yu-chu eb78f1bb7c config-tools: add console=ttyS0 to bootargs
Add missing console=ttyS0 to service-VM's bootargs.

Tracked-On: #7127
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2022-02-25 09:31:17 +08:00
..
acpi_gen config tool: add load_order and redefine vm_type 2022-02-22 16:25:27 +08:00
acpi_template/template config_tools: generate vDSDT according to allocated resources 2021-08-09 09:05:01 +08:00
board_config config tool: add load_order and redefine vm_type 2022-02-22 16:25:27 +08:00
board_inspector config-tools: update board inspector to update pci.ids before fetching PCI information 2022-02-17 14:59:52 +08:00
config_app config_tools: make acrn_configurator.py an executable script 2022-01-26 14:20:43 +08:00
data config-tools: add console=ttyS0 to bootargs 2022-02-25 09:31:17 +08:00
hv_config config_tools: remove PLATFORM_RAM_SIZE 2022-02-22 08:36:11 +08:00
launch_config config tool: add load_order and redefine vm_type 2022-02-22 16:25:27 +08:00
library config tool: add load_order and redefine vm_type 2022-02-22 16:25:27 +08:00
scenario_config config tool: add load_order and redefine vm_type 2022-02-22 16:25:27 +08:00
schema config tool: add load_order and redefine vm_type 2022-02-22 16:25:27 +08:00
service_vm_config config tool: add load_order and redefine vm_type 2022-02-22 16:25:27 +08:00
static_allocators config tool: add load_order and redefine vm_type 2022-02-22 16:25:27 +08:00
xforms config-tools: remove SERIAL_CONSOLE extracion for bootargs of SOS 2022-02-25 09:31:17 +08:00
README config_tools: remove obsolete kconfig files 2021-08-09 09:25:02 +08:00

README

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.