acrn-hypervisor/misc/acrn-config
Yang,Yu-chu 5bdc932d65 acrn-config: insert vbdf in hex format and vuart vbdf logic
Bug fix:
1. The bdf were inserted in decimal. Fix it with hexadecimal
format.
2. The vuart vbdf will only take the dev which no used bdf has
the same dev. For example: If 00:01.1 is in used but not 00:01.0,
vuart vbdf will skip 00:01.0 and look for 00:02.0, 00:03.0 and so on.

Tracked-On: #5482
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2020-11-09 08:54:01 +08:00
..
acpi_gen acrn-config: remove PSRAM_PASSTHROUGH_PRE_RTVM and disable PSRAM config 2020-11-04 10:34:59 +08:00
board_config acrn-config: removed_nested returns None instead return Error 2020-11-04 10:38:40 +08:00
config_app acrn-config: add PSRAM config in scenario setting 2020-10-30 18:39:59 +08:00
hv_config acrn-config: remove PSRAM_PASSTHROUGH_PRE_RTVM and disable PSRAM config 2020-11-04 10:34:59 +08:00
kconfig HV: Make: enable build for new configs layout 2020-07-24 16:16:06 +08:00
launch_config acrn-config: add pci vuart to launch script 2020-11-02 08:52:52 +08:00
library acrn-config: remove PSRAM_PASSTHROUGH_PRE_RTVM and disable PSRAM config 2020-11-04 10:34:59 +08:00
scenario_config acrn-config: insert vbdf in hex format and vuart vbdf logic 2020-11-09 08:54:01 +08:00
target acrn-config: get PTCT table from native environment 2020-10-30 18:39:59 +08:00
README acrn-config: update README for acrn-config 2019-09-23 20:55:09 +08:00
xmls acrn-config: refactor xmls/samples folder for acrn-config 2020-07-28 10:46:27 +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.