acrn-hypervisor/misc/config_tools/scenario_config
Wu Zhou 21d10af9d5 config-tools: change 'DISABLED' settings to 'ENABLED'
Some configurator settings are defined as 'feature DISABLED' style, which
could cause confusion to developers. This patch is to change them into
straightforward 'ENABLED' style.

Including:
  - MCE_ON_PSC_DISABLED -> MCE_ON_PSC_ENABLED
  - ENFORCE_TURNOFF_AC -> SPLIT_LOCK_DETECTION_ENABLED
  - ENFORCE_TURNOFF_GP -> UC_LOCK_DETECTION_ENABLED

Tracked-On: #7661

Signed-off-by: Wu Zhou <wu.zhou@intel.com>
2022-08-17 09:23:33 +08:00
..
jsonschema config_tools: fix the issue Service VM type is updated by UI automatically 2022-06-29 13:53:42 +08:00
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
__init__.py config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
default_populator.py config_tools: Add vue-json-schema-form and advanced custom component for IVSHMEM field 2022-05-08 15:52:28 +08:00
elementpath_overlay.py config_tools: resolve incompatibility with elementpath 2.5.3 2022-07-15 10:56:50 +08:00
lxml_loader.py config_tools: composing operations around XMLs as pipelines 2022-03-15 10:22:37 +08:00
pipeline.py config_tools: check XML file structures on load 2022-05-19 09:31:46 +08:00
scenario_cfg_gen.py Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
scenario_item.py Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
scenario_transformer.py config_tools: Add vue-json-schema-form and advanced custom component for IVSHMEM field 2022-05-08 15:52:28 +08:00
schema_slicer.py config_tools: refactor configurator for web page cache issue 2022-04-25 18:13:12 +08:00
upgrader.py config-tools: change 'DISABLED' settings to 'ENABLED' 2022-08-17 09:23:33 +08:00
validator.py config_tools: fix a module resolving issue in elementpath overlay 2022-06-29 13:53:42 +08:00
xml_loader.py config_tools: composing operations around XMLs as pipelines 2022-03-15 10:22:37 +08:00

README

Please run scenario_cfg_gen.py to generate board related configuration files.

usage: python3 scenario_cfg_gen.py [h] --board <board_info_file> --scenario <scenario_info_file>
positional arguments:
  board_info_file  : file name of the board info XML
  scenario_info_file  : file name of the scenario info XML