acrn-hypervisor/misc/config_tools
Junjie Mao c3473b589c config_tools: schema: revert to old schema
Commit e678dc8 ("doc: pick doc updates for v2.6 release") picked the latest
scenario XML schema from the main branch, which includes both documentation
changes and new configuration entries. These new entries cause build
failures of the release branch because those new entries do not exist in
the scenario XMLs of v2.6 and the default value populator is yet to be
added for v2.7.

This patch removes those new entries to unblock the build.

Tracked-On: #5692
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2021-09-29 13:09:24 +08:00
..
acpi_gen config_tools: update vTPM2 revision to 4 2021-08-20 10:17:41 +08:00
acpi_template/template config_tools: generate vDSDT according to allocated resources 2021-08-09 09:05:01 +08:00
board_config config-tools: remove unused package and add nosec to subprocess 2021-08-13 16:11:42 +08:00
board_inspector config_tools: remove the log of sucessfully generating board XML 2021-08-23 14:50:40 +08:00
config_app config_tools: fix UI issue of creating new settings 2021-08-20 11:04:28 +08:00
data config_tools: update scenario xml file on ehl-crb-b platform 2021-09-02 09:17:53 +08:00
hv_config config-tools: remove unused package and add nosec to subprocess 2021-08-13 16:11:42 +08:00
launch_config config_tools: support SRIOV based GPU sharing in launch script 2021-09-06 10:22:36 +08:00
library config_tools: update the logic of getting gpu bdf 2021-08-26 20:08:23 +08:00
scenario_config HV: refine acrn_mmiodev data structure 2021-08-11 14:45:55 +08:00
schema config_tools: schema: revert to old schema 2021-09-29 13:09:24 +08:00
static_allocators config-tools: assign a fixed address to log area start address 2021-08-26 10:01:43 +08:00
xforms config-tools: Kernel load and entry address accept empty string 2021-08-25 10:39:52 +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.