SPRADH9 June 2024 AM6442
Description:
Test to verify if desired PCIe vendor ID, device ID, subsystem ID and subsystem vendor ID can be set and configured correctly in the TMDS243EVM PCIe EP.
Execution:
sudo lspci -vn -s 4:00.0
The desired IDs is displayed as configured in Sysconfig.
Description:
Test to verify if a desired PCIe class code, sub-class code, the programming interface and the revision-ID can be set and configured correctly in the PCIe EP.
Just for testing purposes. the base class code needs to be set as Input device (09h) with a sub-class code set as Gameport controller (10h) and a programming interface set to 10h. The revision ID needs to be set to 03h.
For additional information regarding the encoding of above parameter refer to PCI Code and ID Assignment Specification as published by PCI-SIG.
Execution:
sudo lspci -vnn -s 4:00.0
The desired parameter is displayed as configured in Sysconfig.