acrn-hypervisor/misc/config_tools/library
Yang,Yu-chu fb4f8e4e56 config-tools: fix "is_tpm_passthru" always return "False"
"is_tpm_passthru" would always return "False" with the existing logic.

1. Replace "get_leaf_tag_map_bool" with "get_leaf_tag_map". Instead returning a dictrionary with boolean diction values, just get the string value.
2. Return "True" if any vm has enabled the passtrhough tpm with option "y".

Tracked-On: #5710
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2021-03-12 16:14:46 +08:00
..
board_cfg_lib.py config-tools: fix "is_tpm_passthru" always return "False" 2021-03-12 16:14:46 +08:00
common.py config-tools: validate the scenario against schema 2021-02-02 15:34:26 +08:00
hv_cfg_lib.py acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
hypervisor_license acrn-config: Update generated configuration source code 2021-02-02 16:53:56 +08:00
launch_cfg_lib.py acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
scenario_cfg_lib.py config_tools: change generic folder to generic_board folder in config 2021-02-09 13:26:51 +08:00