acrn-hypervisor/misc/config_tools/board_inspector/pcieparser
Yang,Yu-chu 987216fef0 config-tools: add MSI-X capability
Add the MSI-X capability structure nodes under <capability
id="MSI-X"> in board.xml.
Example:
  <capability id="MSI-X">
    <table_size>16</table_size>
    <table_bir>1</table_bir>
    <table_offset>0x1000000</table_offset>
    <pba_bir>1</pba_bir>
    <pba_offset>0x0</pba_offset>
  </capability>

Fix the MSI <count> nodes when there is only one vector.

Tracked-On: #6235
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2021-07-19 10:00:40 +08:00
..
__init__.py board_inspector/pcieparser: add PCIe config space parser 2021-05-16 19:02:00 +08:00
caps.py config-tools: add MSI-X capability 2021-07-19 10:00:40 +08:00
extcaps.py board_inspector/extractors: extract device information 2021-05-16 19:02:00 +08:00
header.py board_inspector/pcieparser: add PCIe config space parser 2021-05-16 19:02:00 +08:00