acrn-hypervisor/misc/config_tools
Yang,Yu-chu 1ca9061b6d config-tools: refine MAX_MSIX_TABLE_NUM
If the MAX_MSIX_TABLE_NUM is specified in scenario.xml. Return the
largest number from count of MSI, table_size of MSIX or
MAX_MSIX_TABLE_NUM of scenario.xml.

Tracked-On: #6235
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2021-11-15 13:40:34 +08:00
..
acpi_gen hv: relocate ACPI DATA address to 0x7fe00000 2021-07-29 15:52:56 +08:00
acpi_template config_tools: add PTCT configs 2021-02-24 09:27:42 +08:00
board_config config-tool: rename PSRARM to SSRAM 2021-05-17 14:31:42 +08:00
board_inspector board_inspector/cli: export PATH to the legacy board parser 2021-09-04 18:55:48 +08:00
config_app Revert "config_tools: save board xml when loading from config tool UI" 2021-06-03 15:31:59 +08:00
data hv: enable CAT for tgl-rvp 2021-09-09 09:53:26 +08:00
hv_config config-tool: rename PSRARM to SSRAM 2021-05-17 14:31:42 +08:00
kconfig acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
launch_config config-tools: enable "allow_trigger_s5" through launch.xml 2021-06-04 10:00:53 +08:00
library config-tools: refine get_pt_intx_table and check_pt_intx 2021-06-09 10:17:46 +08:00
scenario_config config-tool: rename PSRARM to SSRAM 2021-05-17 14:31:42 +08:00
schema config_tools: rename two missed PSRAMs to SSRAMs 2021-08-20 11:09:36 +08:00
static_allocators config_tools: rename two missed PSRAMs to SSRAMs 2021-08-20 11:09:36 +08:00
xforms config-tools: refine MAX_MSIX_TABLE_NUM 2021-11-15 13:40:34 +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.