mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-16 20:41:27 +00:00
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>
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