5c32fa610d
This patch is to expose GPIO chassis interrupts as INTx to safety VM for EHL. User can configure this per-VM attribute in scenario xml using the following format: <pt_intx desc="pt intx mapping."> (phys_gsi0, virt_gsi0), (phys_gsi1, virt_gsi1), (phys_gsiN, virt_gsiN) </pt_intx> The physical and virtual interrupt gsi in each pair are separated by a comma and enclosed in parentheses. If an integer begins with 0x or 0X, it is hexadecimal, otherwise, it is assumed to be decimal. Example: <pt_intx desc="pt intx mapping."> (1, 0), (0x3, 1), (0x4, 2), (5, 6), (89, 0x12) </pt_intx> Tracked-On: #5241 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> |
||
---|---|---|
.. | ||
README | ||
acpi_platform_h.py | ||
board_c.py | ||
board_cfg_gen.py | ||
board_info_h.py | ||
misc_cfg_h.py | ||
pci_devices_h.py | ||
vbar_base_h.py |
README
Please run board_cfg_gen.py to generate board related configuration files. usage: python3 board_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