config-tools: update board inspector to update pci.ids before fetching PCI information

Add lspci -q Query PCI ID database via DNS for unknown ID‘s

Tracked-On: #7086
Signed-off-by: zhongzhenx.liu <zhongzhenx.liu@intel.com>
This commit is contained in:
jackwhich
2022-02-16 14:39:05 +08:00
committed by acrnsi-robot
parent 4bf53e4b83
commit c4d0eb3395
2 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import parser_lib
CMDS = {
'PCI_DEVICE':"lspci -vv",
'PCI_DEVICE':"lspci -vv -q",
'PCI_VID_PID':"lspci -n",
}