acrn-hypervisor/misc/config_tools
Yang,Yu-chu 796f11a064 config-tools: create virtual acpi of passthrough tpm2
Create virtual acpi table of tpm2 based on the raw data if the tpm2
device is presented and the passthrough tpm2 is enabled.

Tracked-On: #6320
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2021-07-26 16:51:30 +08:00
..
acpi_gen config-tools: create virtual acpi of passthrough tpm2 2021-07-26 16:51:30 +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 config-tools: add tpm2 acpi parser to board_inspector 2021-07-26 16:51:30 +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 config_tools: remove nuc11tnbi5 scenario xml except industry.xml 2021-06-24 14:43:08 +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 doc: push doc updates for v2.5 release 2021-06-24 21:19:05 -07:00
static_allocators config-tools: allocae log area start address 2021-07-26 16:51:30 +08:00
xforms config-tools: generate the log area data of tpm2 2021-07-26 16:51:30 +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.