acrn-hypervisor/misc/config_tools/library
Junjie Mao 5118d67508 config_tools: gracefully skip invalid or ignored BARs
The board configuration generator assumes all PCI BARs are programmed when
the board inspector runs, which is sometimes not the case. Unprogrammed
BARs will be reported using plain texts wrapped by angle brackets in the
output of `lspci`.

This patch gracefully skips the unprogrammed BARs and continues when
parsing the output of `lspci`, in order to avoid build-time failures due to
unprogrammed BARs.

Tracked-On: #6355
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2022-01-29 11:54:03 +08:00
..
board_cfg_lib.py config_tools: gracefully skip invalid or ignored BARs 2022-01-29 11:54:03 +08:00
common.py hv: tee: add VM flags for x86_tee support 2021-11-17 15:25:14 +08:00
hv_cfg_lib.py config_tools: remove CONFIG_LOG_DESTINATION 2021-12-06 14:24:40 +08:00
hypervisor_license acrn-config: Update generated configuration source code 2021-02-02 16:53:56 +08:00
launch_cfg_lib.py config_tools: remove the parameters "pm_notify_channel" and "pm_by_vuart" of acrn-dm 2022-01-19 08:52:51 +08:00
scenario_cfg_lib.py config_tools: merge board_private.rootfs and board_private.bootargs to os_config.bootargs 2022-01-19 13:14:49 +08:00